Html Css Color HEX #EC11A8 Hollywood Cerise

📋 copy color: '#EC11A8'

red 236 ◦ green 17 ◦ blue 168

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

Shades of Hollywood Cerise #EC11A8

Tints of Hollywood Cerise #EC11A8

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.04%

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 56.06%
G = 4.04%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC11A8 (or 0xEC11A8) is known color: Hollywood Cerise. HEX triplet: EC, 11 and A8. RGB value is (236,17,168). Sum of RGB (Red+Green+Blue) = 236+17+168=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC11A8 is #13EE57. Grayscale: #636363. Windows color (decimal): -1306200 or 11014636. OLE color: 11014636.

HSL color Cylindrical-coordinate representation of color #EC11A8: hue angle of 318.63º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11A8 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 17 168 -
CMYK 0 0.93 0.29 0.07
HSL 318.63º 0.87% 0.5% -
HSV(B) 318.63º 0.93% 0.93% -
XYZ 41.86 21.06 38.9 -
YUV 99.7 166.55 225.22 -
System Red Green Blue C M Y K H S L
Decimal 236 17 168 0 0.93 0.29 0.07 318.63 0.87 0.5
Hex EC 11 A8 0 5D 1D 7 13F 57 32
Octal 354 21 250 0 135 35 7 477 127 62
Binary 11101100 10001 10101000 0 1011101 11101 111 100111111 1010111 110010

Color Harmonies of #EC11A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC11A8

Black with #EC11A8

Text Example


Text Example

White with #EC11A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC11A8; }

 p { color: rgb(236,17,168); }

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

background-color css

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

 a { background-color: rgb(236,17,168); }

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

border-color css

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

 span { border-color: rgb(236,17,168); }

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