Html Css Color HEX #EA089D Hollywood Cerise

📋 copy color: '#EA089D'

red 234 ◦ green 8 ◦ blue 157

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

Shades of Hollywood Cerise #EA089D

Tints of Hollywood Cerise #EA089D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 58.65%
G = 2.01%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA089D (or 0xEA089D) is known color: Hollywood Cerise. HEX triplet: EA, 08 and 9D. RGB value is (234,8,157). Sum of RGB (Red+Green+Blue) = 234+8+157=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA089D is #15F762. Grayscale: #5C5C5C. Windows color (decimal): -1439587 or 10291434. OLE color: 10291434.

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

Color convert

RGB 234 8 157 -
CMYK 0 0.97 0.33 0.08
HSL 320.44º 0.93% 0.47% -
HSV(B) 320.44º 0.97% 0.92% -
XYZ 40.1 20.1 33.66 -
YUV 92.56 164.37 228.88 -
System Red Green Blue C M Y K H S L
Decimal 234 8 157 0 0.97 0.33 0.08 320.44 0.93 0.47
Hex EA 8 9D 0 61 21 8 140 5D 2F
Octal 352 10 235 0 141 41 10 500 135 57
Binary 11101010 1000 10011101 0 1100001 100001 1000 101000000 1011101 101111

Color Harmonies of #EA089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA089D

Black with #EA089D

Text Example


Text Example

White with #EA089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA089D; }

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

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

background-color css

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

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

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

border-color css

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

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

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