Html Css Color HEX #EC0C87 Deep Pink

📋 copy color: '#EC0C87'

red 236 ◦ green 12 ◦ blue 135

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

Shades of Deep Pink #EC0C87

Tints of Deep Pink #EC0C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.13%

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

R = 61.62%
G = 3.13%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC0C87 (or 0xEC0C87) is known color: Deep Pink. HEX triplet: EC, 0C and 87. RGB value is (236,12,135). Sum of RGB (Red+Green+Blue) = 236+12+135=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0C87 is #13F378. Grayscale: #5C5C5C. Windows color (decimal): -1307513 or 8850668. OLE color: 8850668.

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

Color convert

RGB 236 12 135 -
CMYK 0 0.95 0.43 0.07
HSL 327.05º 0.9% 0.49% -
HSV(B) 327.05º 0.95% 0.93% -
XYZ 39.1 19.85 24.69 -
YUV 93 151.71 230 -
System Red Green Blue C M Y K H S L
Decimal 236 12 135 0 0.95 0.43 0.07 327.05 0.9 0.49
Hex EC C 87 0 5F 2B 7 147 5A 31
Octal 354 14 207 0 137 53 7 507 132 61
Binary 11101100 1100 10000111 0 1011111 101011 111 101000111 1011010 110001

Color Harmonies of #EC0C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0C87

Black with #EC0C87

Text Example


Text Example

White with #EC0C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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