Html Css Color HEX #EC11A0 Hollywood Cerise

📋 copy color: '#EC11A0'

red 236 ◦ green 17 ◦ blue 160

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

Shades of Hollywood Cerise #EC11A0

Tints of Hollywood Cerise #EC11A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.74%

R = 57.14%
G = 4.12%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC11A0 (or 0xEC11A0) is known color: Hollywood Cerise. HEX triplet: EC, 11 and A0. RGB value is (236,17,160). Sum of RGB (Red+Green+Blue) = 236+17+160=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC11A0 is #13EE5F. Grayscale: #626262. Windows color (decimal): -1306208 or 10490348. OLE color: 10490348.

HSL color Cylindrical-coordinate representation of color #EC11A0: hue angle of 320.82º 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 #EC11A0 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 17 160 -
CMYK 0 0.93 0.32 0.07
HSL 320.82º 0.87% 0.5% -
HSV(B) 320.82º 0.93% 0.93% -
XYZ 41.14 20.77 35.1 -
YUV 98.78 162.55 225.87 -
System Red Green Blue C M Y K H S L
Decimal 236 17 160 0 0.93 0.32 0.07 320.82 0.87 0.5
Hex EC 11 A0 0 5D 20 7 141 57 32
Octal 354 21 240 0 135 40 7 501 127 62
Binary 11101100 10001 10100000 0 1011101 100000 111 101000001 1010111 110010

Color Harmonies of #EC11A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC11A0

Black with #EC11A0

Text Example


Text Example

White with #EC11A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC11A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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