Html Css Color HEX #EC12A2 Hollywood Cerise

📋 copy color: '#EC12A2'

red 236 ◦ green 18 ◦ blue 162

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

Shades of Hollywood Cerise #EC12A2

Tints of Hollywood Cerise #EC12A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.94%

R = 56.73%
G = 4.33%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC12A2 (or 0xEC12A2) is known color: Hollywood Cerise. HEX triplet: EC, 12 and A2. RGB value is (236,18,162). Sum of RGB (Red+Green+Blue) = 236+18+162=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC12A2 is #13ED5D. Grayscale: #636363. Windows color (decimal): -1305950 or 10621676. OLE color: 10621676.

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

Color convert

RGB 236 18 162 -
CMYK 0 0.92 0.31 0.07
HSL 320.37º 0.86% 0.5% -
HSV(B) 320.37º 0.92% 0.93% -
XYZ 41.33 20.87 36.03 -
YUV 99.6 163.22 225.29 -
System Red Green Blue C M Y K H S L
Decimal 236 18 162 0 0.92 0.31 0.07 320.37 0.86 0.5
Hex EC 12 A2 0 5C 1F 7 140 56 32
Octal 354 22 242 0 134 37 7 500 126 62
Binary 11101100 10010 10100010 0 1011100 11111 111 101000000 1010110 110010

Color Harmonies of #EC12A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12A2

Black with #EC12A2

Text Example


Text Example

White with #EC12A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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