Html Css Color HEX #EA0D96 Hollywood Cerise

📋 copy color: '#EA0D96'

red 234 ◦ green 13 ◦ blue 150

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

Shades of Hollywood Cerise #EA0D96

Tints of Hollywood Cerise #EA0D96

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 58.94%
G = 3.27%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA0D96 (or 0xEA0D96) is known color: Hollywood Cerise. HEX triplet: EA, 0D and 96. RGB value is (234,13,150). Sum of RGB (Red+Green+Blue) = 234+13+150=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0D96 is #15F269. Grayscale: #5E5E5E. Windows color (decimal): -1438314 or 9833962. OLE color: 9833962.

HSL color Cylindrical-coordinate representation of color #EA0D96: hue angle of 322.81º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0D96 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 13 150 -
CMYK 0 0.94 0.36 0.08
HSL 322.81º 0.89% 0.48% -
HSV(B) 322.81º 0.94% 0.92% -
XYZ 39.58 19.98 30.63 -
YUV 94.7 159.22 227.36 -
System Red Green Blue C M Y K H S L
Decimal 234 13 150 0 0.94 0.36 0.08 322.81 0.89 0.48
Hex EA D 96 0 5E 24 8 143 59 30
Octal 352 15 226 0 136 44 10 503 131 60
Binary 11101010 1101 10010110 0 1011110 100100 1000 101000011 1011001 110000

Color Harmonies of #EA0D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D96

Black with #EA0D96

Text Example


Text Example

White with #EA0D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D96; }

 p { color: rgb(234,13,150); }

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

background-color css

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

 a { background-color: rgb(234,13,150); }

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

border-color css

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

 span { border-color: rgb(234,13,150); }

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