Html Css Color HEX #EA09B0 Hollywood Cerise

📋 copy color: '#EA09B0'

red 234 ◦ green 9 ◦ blue 176

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

Shades of Hollywood Cerise #EA09B0

Tints of Hollywood Cerise #EA09B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42%

R = 55.85%
G = 2.15%
B = 42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA09B0 (or 0xEA09B0) is known color: Hollywood Cerise. HEX triplet: EA, 09 and B0. RGB value is (234,9,176). Sum of RGB (Red+Green+Blue) = 234+9+176=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA09B0 is #15F64F. Grayscale: #5E5E5E. Windows color (decimal): -1439312 or 11536874. OLE color: 11536874.

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

Color convert

RGB 234 9 176 -
CMYK 0 0.96 0.25 0.08
HSL 315.47º 0.93% 0.48% -
HSV(B) 315.47º 0.96% 0.92% -
XYZ 41.87 20.82 42.89 -
YUV 95.31 173.54 226.92 -
System Red Green Blue C M Y K H S L
Decimal 234 9 176 0 0.96 0.25 0.08 315.47 0.93 0.48
Hex EA 9 B0 0 60 19 8 13B 5D 30
Octal 352 11 260 0 140 31 10 473 135 60
Binary 11101010 1001 10110000 0 1100000 11001 1000 100111011 1011101 110000

Color Harmonies of #EA09B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA09B0

Black with #EA09B0

Text Example


Text Example

White with #EA09B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA09B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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