Html Css Color HEX #EC12A6 Hollywood Cerise

📋 copy color: '#EC12A6'

red 236 ◦ green 18 ◦ blue 166

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

Shades of Hollywood Cerise #EC12A6

Tints of Hollywood Cerise #EC12A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.52%

R = 56.19%
G = 4.29%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC12A6 (or 0xEC12A6) is known color: Hollywood Cerise. HEX triplet: EC, 12 and A6. RGB value is (236,18,166). Sum of RGB (Red+Green+Blue) = 236+18+166=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC12A6 is #13ED59. Grayscale: #636363. Windows color (decimal): -1305946 or 10883820. OLE color: 10883820.

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

Color convert

RGB 236 18 166 -
CMYK 0 0.92 0.30 0.07
HSL 319.27º 0.86% 0.5% -
HSV(B) 319.27º 0.92% 0.93% -
XYZ 41.69 21.02 37.94 -
YUV 100.05 165.22 224.97 -
System Red Green Blue C M Y K H S L
Decimal 236 18 166 0 0.92 0.30 0.07 319.27 0.86 0.5
Hex EC 12 A6 0 5C 1E 7 13F 56 32
Octal 354 22 246 0 134 36 7 477 126 62
Binary 11101100 10010 10100110 0 1011100 11110 111 100111111 1010110 110010

Color Harmonies of #EC12A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12A6

Black with #EC12A6

Text Example


Text Example

White with #EC12A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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