Html Css Color HEX #EC0E87 Deep Pink

📋 copy color: '#EC0E87'

red 236 ◦ green 14 ◦ blue 135

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

Shades of Deep Pink #EC0E87

Tints of Deep Pink #EC0E87

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.64%

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

R = 61.3%
G = 3.64%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC0E87 (or 0xEC0E87) is known color: Deep Pink. HEX triplet: EC, 0E and 87. RGB value is (236,14,135). Sum of RGB (Red+Green+Blue) = 236+14+135=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0E87 is #13F178. Grayscale: #5D5D5D. Windows color (decimal): -1307001 or 8851180. OLE color: 8851180.

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

Color convert

RGB 236 14 135 -
CMYK 0 0.94 0.43 0.07
HSL 327.3º 0.89% 0.49% -
HSV(B) 327.3º 0.94% 0.93% -
XYZ 39.12 19.9 24.7 -
YUV 94.17 151.05 229.16 -
System Red Green Blue C M Y K H S L
Decimal 236 14 135 0 0.94 0.43 0.07 327.3 0.89 0.49
Hex EC E 87 0 5E 2B 7 147 59 31
Octal 354 16 207 0 136 53 7 507 131 61
Binary 11101100 1110 10000111 0 1011110 101011 111 101000111 1011001 110001

Color Harmonies of #EC0E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0E87

Black with #EC0E87

Text Example


Text Example

White with #EC0E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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