Html Css Color HEX #EA09AA Hollywood Cerise

📋 copy color: '#EA09AA'

red 234 ◦ green 9 ◦ blue 170

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

Shades of Hollywood Cerise #EA09AA

Tints of Hollywood Cerise #EA09AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.18%

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 56.66%
G = 2.18%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA09AA (or 0xEA09AA) is known color: Hollywood Cerise. HEX triplet: EA, 09 and AA. RGB value is (234,9,170). Sum of RGB (Red+Green+Blue) = 234+9+170=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA09AA is #15F655. Grayscale: #5E5E5E. Windows color (decimal): -1439318 or 11143658. OLE color: 11143658.

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

Color convert

RGB 234 9 170 -
CMYK 0 0.96 0.27 0.08
HSL 317.07º 0.93% 0.48% -
HSV(B) 317.07º 0.96% 0.92% -
XYZ 41.29 20.59 39.83 -
YUV 94.63 170.54 227.41 -
System Red Green Blue C M Y K H S L
Decimal 234 9 170 0 0.96 0.27 0.08 317.07 0.93 0.48
Hex EA 9 AA 0 60 1B 8 13D 5D 30
Octal 352 11 252 0 140 33 10 475 135 60
Binary 11101010 1001 10101010 0 1100000 11011 1000 100111101 1011101 110000

Color Harmonies of #EA09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA09AA

Black with #EA09AA

Text Example


Text Example

White with #EA09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA09AA; }

 p { color: rgb(234,9,170); }

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

background-color css

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

 a { background-color: rgb(234,9,170); }

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

border-color css

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

 span { border-color: rgb(234,9,170); }

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