Html Css Color HEX #EA0993 Hollywood Cerise

📋 copy color: '#EA0993'

red 234 ◦ green 9 ◦ blue 147

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

Shades of Hollywood Cerise #EA0993

Tints of Hollywood Cerise #EA0993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.69%

R = 60%
G = 2.31%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA0993 (or 0xEA0993) is known color: Hollywood Cerise. HEX triplet: EA, 09 and 93. RGB value is (234,9,147). Sum of RGB (Red+Green+Blue) = 234+9+147=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0993 is #15F66C. Grayscale: #5B5B5B. Windows color (decimal): -1439341 or 9636330. OLE color: 9636330.

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

Color convert

RGB 234 9 147 -
CMYK 0 0.96 0.37 0.08
HSL 323.2º 0.93% 0.48% -
HSV(B) 323.2º 0.96% 0.92% -
XYZ 39.3 19.79 29.35 -
YUV 92.01 159.04 229.28 -
System Red Green Blue C M Y K H S L
Decimal 234 9 147 0 0.96 0.37 0.08 323.2 0.93 0.48
Hex EA 9 93 0 60 25 8 143 5D 30
Octal 352 11 223 0 140 45 10 503 135 60
Binary 11101010 1001 10010011 0 1100000 100101 1000 101000011 1011101 110000

Color Harmonies of #EA0993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0993

Black with #EA0993

Text Example


Text Example

White with #EA0993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0993; }

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

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

background-color css

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

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

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

border-color css

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

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

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