Html Css Color HEX #EC12A9 Hollywood Cerise

📋 copy color: '#EC12A9'

red 236 ◦ green 18 ◦ blue 169

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

Shades of Hollywood Cerise #EC12A9

Tints of Hollywood Cerise #EC12A9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.26%

 BLUE value IS 169 (66.41% from 255) = 39.95%

R = 55.79%
G = 4.26%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC12A9 (or 0xEC12A9) is known color: Hollywood Cerise. HEX triplet: EC, 12 and A9. RGB value is (236,18,169). Sum of RGB (Red+Green+Blue) = 236+18+169=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC12A9 is #13ED56. Grayscale: #646464. Windows color (decimal): -1305943 or 11080428. OLE color: 11080428.

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

Color convert

RGB 236 18 169 -
CMYK 0 0.92 0.28 0.07
HSL 318.44º 0.86% 0.5% -
HSV(B) 318.44º 0.92% 0.93% -
XYZ 41.97 21.13 39.4 -
YUV 100.4 166.72 224.72 -
System Red Green Blue C M Y K H S L
Decimal 236 18 169 0 0.92 0.28 0.07 318.44 0.86 0.5
Hex EC 12 A9 0 5C 1C 7 13E 56 32
Octal 354 22 251 0 134 34 7 476 126 62
Binary 11101100 10010 10101001 0 1011100 11100 111 100111110 1010110 110010

Color Harmonies of #EC12A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12A9

Black with #EC12A9

Text Example


Text Example

White with #EC12A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12A9; }

 p { color: rgb(236,18,169); }

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

background-color css

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

 a { background-color: rgb(236,18,169); }

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

border-color css

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

 span { border-color: rgb(236,18,169); }

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