Html Css Color HEX #EA099D Hollywood Cerise

📋 copy color: '#EA099D'

red 234 ◦ green 9 ◦ blue 157

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

Shades of Hollywood Cerise #EA099D

Tints of Hollywood Cerise #EA099D

RGB

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

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

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

R = 58.5%
G = 2.25%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA099D (or 0xEA099D) is known color: Hollywood Cerise. HEX triplet: EA, 09 and 9D. RGB value is (234,9,157). Sum of RGB (Red+Green+Blue) = 234+9+157=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA099D is #15F662. Grayscale: #5C5C5C. Windows color (decimal): -1439331 or 10291690. OLE color: 10291690.

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

Color convert

RGB 234 9 157 -
CMYK 0 0.96 0.33 0.08
HSL 320.53º 0.93% 0.48% -
HSV(B) 320.53º 0.96% 0.92% -
XYZ 40.12 20.12 33.67 -
YUV 93.15 164.04 228.47 -
System Red Green Blue C M Y K H S L
Decimal 234 9 157 0 0.96 0.33 0.08 320.53 0.93 0.48
Hex EA 9 9D 0 60 21 8 141 5D 30
Octal 352 11 235 0 140 41 10 501 135 60
Binary 11101010 1001 10011101 0 1100000 100001 1000 101000001 1011101 110000

Color Harmonies of #EA099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA099D

Black with #EA099D

Text Example


Text Example

White with #EA099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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