Html Css Color HEX #EA089E Hollywood Cerise

📋 copy color: '#EA089E'

red 234 ◦ green 8 ◦ blue 158

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

Shades of Hollywood Cerise #EA089E

Tints of Hollywood Cerise #EA089E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 58.5%
G = 2%
B = 39.5%

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

#EA089E (or 0xEA089E) is known color: Hollywood Cerise. HEX triplet: EA, 08 and 9E. RGB value is (234,8,158). Sum of RGB (Red+Green+Blue) = 234+8+158=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA089E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA089E is #15F761. Grayscale: #5C5C5C. Windows color (decimal): -1439586 or 10356970. OLE color: 10356970.

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

Color convert

RGB 234 8 158 -
CMYK 0 0.97 0.32 0.08
HSL 320.18º 0.93% 0.47% -
HSV(B) 320.18º 0.97% 0.92% -
XYZ 40.19 20.13 34.12 -
YUV 92.67 164.87 228.8 -
System Red Green Blue C M Y K H S L
Decimal 234 8 158 0 0.97 0.32 0.08 320.18 0.93 0.47
Hex EA 8 9E 0 61 20 8 140 5D 2F
Octal 352 10 236 0 141 40 10 500 135 57
Binary 11101010 1000 10011110 0 1100001 100000 1000 101000000 1011101 101111

Color Harmonies of #EA089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA089E

Black with #EA089E

Text Example


Text Example

White with #EA089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA089E; }

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

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

background-color css

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

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

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

border-color css

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

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

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