Html Css Color HEX #EA11AC Hollywood Cerise

📋 copy color: '#EA11AC'

red 234 ◦ green 17 ◦ blue 172

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

Shades of Hollywood Cerise #EA11AC

Tints of Hollywood Cerise #EA11AC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.02%

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

R = 55.32%
G = 4.02%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA11AC (or 0xEA11AC) is known color: Hollywood Cerise. HEX triplet: EA, 11 and AC. RGB value is (234,17,172). Sum of RGB (Red+Green+Blue) = 234+17+172=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA11AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA11AC is #15EE53. Grayscale: #636363. Windows color (decimal): -1437268 or 11276778. OLE color: 11276778.

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

Color convert

RGB 234 17 172 -
CMYK 0 0.93 0.26 0.08
HSL 317.14º 0.86% 0.49% -
HSV(B) 317.14º 0.93% 0.92% -
XYZ 41.58 20.87 40.87 -
YUV 99.55 168.89 223.9 -
System Red Green Blue C M Y K H S L
Decimal 234 17 172 0 0.93 0.26 0.08 317.14 0.86 0.49
Hex EA 11 AC 0 5D 1A 8 13D 56 31
Octal 352 21 254 0 135 32 10 475 126 61
Binary 11101010 10001 10101100 0 1011101 11010 1000 100111101 1010110 110001

Color Harmonies of #EA11AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA11AC

Black with #EA11AC

Text Example


Text Example

White with #EA11AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA11AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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