Html Css Color HEX #EC1A87 Deep Pink

📋 copy color: '#EC1A87'

red 236 ◦ green 26 ◦ blue 135

#EC1A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #EC1A87

Tints of Deep Pink #EC1A87

RGB

 RED value IS 236 (92.58% from 255) = 59.45%

 GREEN value IS 26 (10.55% from 255) = 6.55%

 BLUE value IS 135 (53.13% from 255) = 34.01%

R = 59.45%
G = 6.55%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC1A87 (or 0xEC1A87) is known color: Deep Pink. HEX triplet: EC, 1A and 87. RGB value is (236,26,135). Sum of RGB (Red+Green+Blue) = 236+26+135=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1A87 is #13E578. Grayscale: #646464. Windows color (decimal): -1303929 or 8854252. OLE color: 8854252.

HSL color Cylindrical-coordinate representation of color #EC1A87: hue angle of 328.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1A87 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 26 135 -
CMYK 0 0.89 0.43 0.07
HSL 328.86º 0.85% 0.51% -
HSV(B) 328.86º 0.89% 0.93% -
XYZ 39.33 20.32 24.77 -
YUV 101.22 147.07 224.14 -
System Red Green Blue C M Y K H S L
Decimal 236 26 135 0 0.89 0.43 0.07 328.86 0.85 0.51
Hex EC 1A 87 0 59 2B 7 149 55 33
Octal 354 32 207 0 131 53 7 511 125 63
Binary 11101100 11010 10000111 0 1011001 101011 111 101001001 1010101 110011

Color Harmonies of #EC1A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A87

Black with #EC1A87

Text Example


Text Example

White with #EC1A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A87; }

 p { color: rgb(236,26,135); }

 H1.HeaderClassName
 {
   color: #EC1A87;
 }
 .AnyTagClassName
 {
   color: #EC1A87;
 }
</style>

background-color css

<style>
 a { background-color: #EC1A87; }

 a { background-color: rgb(236,26,135); }

 div.DivClassName
 {
   background-color: #EC1A87;
 }
 .BgClassName
 {
   background-color: #EC1A87;
 }
</style>

border-color css

<style>
 span { border-color: #EC1A87; }

 span { border-color: rgb(236,26,135); }

 td.TdClassName
 {
   border-color: #EC1A87;
 }
 .TagClassName
 {
   border-color: #EC1A87;
 }
</style>