Html Css Color HEX #EA12AC Hollywood Cerise

📋 copy color: '#EA12AC'

red 234 ◦ green 18 ◦ blue 172

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

Shades of Hollywood Cerise #EA12AC

Tints of Hollywood Cerise #EA12AC

RGB

 RED value IS 234 (91.8% from 255) = 55.19%

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

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 55.19%
G = 4.25%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA12AC (or 0xEA12AC) is known color: Hollywood Cerise. HEX triplet: EA, 12 and AC. RGB value is (234,18,172). Sum of RGB (Red+Green+Blue) = 234+18+172=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA12AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA12AC is #15ED53. Grayscale: #636363. Windows color (decimal): -1437012 or 11277034. OLE color: 11277034.

HSL color Cylindrical-coordinate representation of color #EA12AC: hue angle of 317.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA12AC is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 18 172 -
CMYK 0 0.92 0.26 0.08
HSL 317.22º 0.86% 0.49% -
HSV(B) 317.22º 0.92% 0.92% -
XYZ 41.59 20.9 40.87 -
YUV 100.14 168.56 223.48 -
System Red Green Blue C M Y K H S L
Decimal 234 18 172 0 0.92 0.26 0.08 317.22 0.86 0.49
Hex EA 12 AC 0 5C 1A 8 13D 56 31
Octal 352 22 254 0 134 32 10 475 126 61
Binary 11101010 10010 10101100 0 1011100 11010 1000 100111101 1010110 110001

Color Harmonies of #EA12AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA12AC

Black with #EA12AC

Text Example


Text Example

White with #EA12AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA12AC; }

 p { color: rgb(234,18,172); }

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

background-color css

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

 a { background-color: rgb(234,18,172); }

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

border-color css

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

 span { border-color: rgb(234,18,172); }

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