Html Css Color HEX #EA098F Hollywood Cerise

📋 copy color: '#EA098F'

red 234 ◦ green 9 ◦ blue 143

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

Shades of Hollywood Cerise #EA098F

Tints of Hollywood Cerise #EA098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 60.62%
G = 2.33%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA098F (or 0xEA098F) is known color: Hollywood Cerise. HEX triplet: EA, 09 and 8F. RGB value is (234,9,143). Sum of RGB (Red+Green+Blue) = 234+9+143=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA098F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA098F is #15F670. Grayscale: #5B5B5B. Windows color (decimal): -1439345 or 9374186. OLE color: 9374186.

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

Color convert

RGB 234 9 143 -
CMYK 0 0.96 0.39 0.08
HSL 324.27º 0.93% 0.48% -
HSV(B) 324.27º 0.96% 0.92% -
XYZ 38.99 19.67 27.73 -
YUV 91.55 157.04 229.6 -
System Red Green Blue C M Y K H S L
Decimal 234 9 143 0 0.96 0.39 0.08 324.27 0.93 0.48
Hex EA 9 8F 0 60 27 8 144 5D 30
Octal 352 11 217 0 140 47 10 504 135 60
Binary 11101010 1001 10001111 0 1100000 100111 1000 101000100 1011101 110000

Color Harmonies of #EA098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA098F

Black with #EA098F

Text Example


Text Example

White with #EA098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA098F; }

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

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

background-color css

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

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

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

border-color css

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

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

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