Html Css Color HEX #EA11A5 Hollywood Cerise

📋 copy color: '#EA11A5'

red 234 ◦ green 17 ◦ blue 165

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

Shades of Hollywood Cerise #EA11A5

Tints of Hollywood Cerise #EA11A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.66%

R = 56.25%
G = 4.09%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA11A5 (or 0xEA11A5) is known color: Hollywood Cerise. HEX triplet: EA, 11 and A5. RGB value is (234,17,165). Sum of RGB (Red+Green+Blue) = 234+17+165=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA11A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA11A5 is #15EE5A. Grayscale: #626262. Windows color (decimal): -1437275 or 10818026. OLE color: 10818026.

HSL color Cylindrical-coordinate representation of color #EA11A5: hue angle of 319.08º 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 #EA11A5 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 17 165 -
CMYK 0 0.93 0.29 0.08
HSL 319.08º 0.86% 0.49% -
HSV(B) 319.08º 0.93% 0.92% -
XYZ 40.92 20.61 37.42 -
YUV 98.76 165.39 224.47 -
System Red Green Blue C M Y K H S L
Decimal 234 17 165 0 0.93 0.29 0.08 319.08 0.86 0.49
Hex EA 11 A5 0 5D 1D 8 13F 56 31
Octal 352 21 245 0 135 35 10 477 126 61
Binary 11101010 10001 10100101 0 1011101 11101 1000 100111111 1010110 110001

Color Harmonies of #EA11A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA11A5

Black with #EA11A5

Text Example


Text Example

White with #EA11A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA11A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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