Html Css Color HEX #EC12AA Hollywood Cerise

📋 copy color: '#EC12AA'

red 236 ◦ green 18 ◦ blue 170

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

Shades of Hollywood Cerise #EC12AA

Tints of Hollywood Cerise #EC12AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 55.66%
G = 4.25%
B = 40.09%

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

#EC12AA (or 0xEC12AA) is known color: Hollywood Cerise. HEX triplet: EC, 12 and AA. RGB value is (236,18,170). Sum of RGB (Red+Green+Blue) = 236+18+170=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC12AA is #13ED55. Grayscale: #646464. Windows color (decimal): -1305942 or 11145964. OLE color: 11145964.

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

Color convert

RGB 236 18 170 -
CMYK 0 0.92 0.28 0.07
HSL 318.17º 0.86% 0.5% -
HSV(B) 318.17º 0.92% 0.93% -
XYZ 42.06 21.17 39.9 -
YUV 100.51 167.22 224.64 -
System Red Green Blue C M Y K H S L
Decimal 236 18 170 0 0.92 0.28 0.07 318.17 0.86 0.5
Hex EC 12 AA 0 5C 1C 7 13E 56 32
Octal 354 22 252 0 134 34 7 476 126 62
Binary 11101100 10010 10101010 0 1011100 11100 111 100111110 1010110 110010

Color Harmonies of #EC12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12AA

Black with #EC12AA

Text Example


Text Example

White with #EC12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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