Html Css Color HEX #EA08A8 Hollywood Cerise

📋 copy color: '#EA08A8'

red 234 ◦ green 8 ◦ blue 168

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

Shades of Hollywood Cerise #EA08A8

Tints of Hollywood Cerise #EA08A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.98%

R = 57.07%
G = 1.95%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA08A8 (or 0xEA08A8) is known color: Hollywood Cerise. HEX triplet: EA, 08 and A8. RGB value is (234,8,168). Sum of RGB (Red+Green+Blue) = 234+8+168=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA08A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA08A8 is #15F757. Grayscale: #5D5D5D. Windows color (decimal): -1439576 or 11012330. OLE color: 11012330.

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

Color convert

RGB 234 8 168 -
CMYK 0 0.97 0.28 0.08
HSL 317.52º 0.93% 0.47% -
HSV(B) 317.52º 0.97% 0.92% -
XYZ 41.09 20.49 38.84 -
YUV 93.81 169.87 227.99 -
System Red Green Blue C M Y K H S L
Decimal 234 8 168 0 0.97 0.28 0.08 317.52 0.93 0.47
Hex EA 8 A8 0 61 1C 8 13E 5D 2F
Octal 352 10 250 0 141 34 10 476 135 57
Binary 11101010 1000 10101000 0 1100001 11100 1000 100111110 1011101 101111

Color Harmonies of #EA08A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA08A8

Black with #EA08A8

Text Example


Text Example

White with #EA08A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA08A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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