Html Css Color HEX #EC12A3 Hollywood Cerise

📋 copy color: '#EC12A3'

red 236 ◦ green 18 ◦ blue 163

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

Shades of Hollywood Cerise #EC12A3

Tints of Hollywood Cerise #EC12A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.09%

R = 56.59%
G = 4.32%
B = 39.09%

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

#EC12A3 (or 0xEC12A3) is known color: Hollywood Cerise. HEX triplet: EC, 12 and A3. RGB value is (236,18,163). Sum of RGB (Red+Green+Blue) = 236+18+163=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC12A3 is #13ED5C. Grayscale: #636363. Windows color (decimal): -1305949 or 10687212. OLE color: 10687212.

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

Color convert

RGB 236 18 163 -
CMYK 0 0.92 0.31 0.07
HSL 320.09º 0.86% 0.5% -
HSV(B) 320.09º 0.92% 0.93% -
XYZ 41.42 20.91 36.5 -
YUV 99.71 163.72 225.21 -
System Red Green Blue C M Y K H S L
Decimal 236 18 163 0 0.92 0.31 0.07 320.09 0.86 0.5
Hex EC 12 A3 0 5C 1F 7 140 56 32
Octal 354 22 243 0 134 37 7 500 126 62
Binary 11101100 10010 10100011 0 1011100 11111 111 101000000 1010110 110010

Color Harmonies of #EC12A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12A3

Black with #EC12A3

Text Example


Text Example

White with #EC12A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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