color codes Logo

#ec1eaa color codes

#EC1EAA
(236,30,170)
0 Favorites   0 Comments

Color spaces of #ec1eaa

RGB 23630170
HSL0.890.840.52
HSV319°87°93°
CMYK 0.000.870.28   0.07
XYZ42.312021.663739.9816
Yxy21.66370.40700.2084
Hunter Lab46.544380.8165-18.3492
CIE-Lab53.668481.4841-23.0999

#ec1eaa color RGB value is (236,30,170).

#ec1eaa hex color red value is 236, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ec1eaa hue: 0.89 , saturation: 0.84 and the lightness value of ec1eaa is 0.52.

The process color (four color CMYK) of #ec1eaa color code is 0.00, 0.87, 0.28, 0.07. Web safe color of #ec1eaa is #ff3399. Color #ec1eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011110 10101010
Octal 354 36 252
Decimal 236 30 170
Hex EC 1E AA

RGB Percentages of Color #ec1eaa

%54.13
%6.88
%38.99

CMYK Percentages of Color #ec1eaa

%0
%87
%28
%7

Triadic Colors of #ec1eaa

#ec1eaa #aaec1e #1eaaec

Analogous Colors of #ec1eaa

#ec1eaa #ec1e43 #c71eec

Monochromatic Colors of #ec1eaa

#ec1eaa

Complementary Color

#ec1eaa #1eec60

#ec1eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1eaa Color CSS Codes

.mybgcolor {background-color:#ec1eaa; } 
.myforecolor {color:#ec1eaa; }
.mybordercolor {border:3px solid #ec1eaa; }

#ec1eaa Text Font Color

<p style="color:#ec1eaa">Text here</p>

This sample text font color is #ec1eaa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ec1eaa Background Color

<div style="background-color:#ec1eaa">
Div content here</div>

This div background color is #ec1eaa


#ec1eaa Border Color

<div style="border:3px solid #ec1eaa">
Div here</div>

This div border color is #ec1eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,30,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec1eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec1eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #ec1eaa;
  box-shadow:         1px 1px 3px 2px #ec1eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,30,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ec1eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ec1eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #ec1eaa;
  box-shadow:         1px 1px 3px 2px #ec1eaa;">
Div content here</div>

This div box has shadow with color #ec1eaa


Comments

No comments written yet.

Please login to write comment.