Html Css Color HEX #EA09A1 Hollywood Cerise

📋 copy color: '#EA09A1'

red 234 ◦ green 9 ◦ blue 161

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

Shades of Hollywood Cerise #EA09A1

Tints of Hollywood Cerise #EA09A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.85%

R = 57.92%
G = 2.23%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA09A1 (or 0xEA09A1) is known color: Hollywood Cerise. HEX triplet: EA, 09 and A1. RGB value is (234,9,161). Sum of RGB (Red+Green+Blue) = 234+9+161=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA09A1 is #15F65E. Grayscale: #5D5D5D. Windows color (decimal): -1439327 or 10553834. OLE color: 10553834.

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

Color convert

RGB 234 9 161 -
CMYK 0 0.96 0.31 0.08
HSL 319.47º 0.93% 0.48% -
HSV(B) 319.47º 0.96% 0.92% -
XYZ 40.46 20.26 35.5 -
YUV 93.6 166.04 228.14 -
System Red Green Blue C M Y K H S L
Decimal 234 9 161 0 0.96 0.31 0.08 319.47 0.93 0.48
Hex EA 9 A1 0 60 1F 8 13F 5D 30
Octal 352 11 241 0 140 37 10 477 135 60
Binary 11101010 1001 10100001 0 1100000 11111 1000 100111111 1011101 110000

Color Harmonies of #EA09A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA09A1

Black with #EA09A1

Text Example


Text Example

White with #EA09A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA09A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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