Html Css Color HEX #EA08A0 Hollywood Cerise

📋 copy color: '#EA08A0'

red 234 ◦ green 8 ◦ blue 160

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

Shades of Hollywood Cerise #EA08A0

Tints of Hollywood Cerise #EA08A0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.99%

 BLUE value IS 160 (62.89% from 255) = 39.8%

R = 58.21%
G = 1.99%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA08A0 (or 0xEA08A0) is known color: Hollywood Cerise. HEX triplet: EA, 08 and A0. RGB value is (234,8,160). Sum of RGB (Red+Green+Blue) = 234+8+160=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA08A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA08A0 is #15F75F. Grayscale: #5C5C5C. Windows color (decimal): -1439584 or 10488042. OLE color: 10488042.

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

Color convert

RGB 234 8 160 -
CMYK 0 0.97 0.32 0.08
HSL 319.65º 0.93% 0.47% -
HSV(B) 319.65º 0.97% 0.92% -
XYZ 40.36 20.2 35.03 -
YUV 92.9 165.87 228.64 -
System Red Green Blue C M Y K H S L
Decimal 234 8 160 0 0.97 0.32 0.08 319.65 0.93 0.47
Hex EA 8 A0 0 61 20 8 140 5D 2F
Octal 352 10 240 0 141 40 10 500 135 57
Binary 11101010 1000 10100000 0 1100001 100000 1000 101000000 1011101 101111

Color Harmonies of #EA08A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA08A0

Black with #EA08A0

Text Example


Text Example

White with #EA08A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA08A0; }

 p { color: rgb(234,8,160); }

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

background-color css

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

 a { background-color: rgb(234,8,160); }

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

border-color css

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

 span { border-color: rgb(234,8,160); }

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