Html Css Color HEX #E00D99 Hollywood Cerise

📋 copy color: '#E00D99'

red 224 ◦ green 13 ◦ blue 153

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

Shades of Hollywood Cerise #E00D99

Tints of Hollywood Cerise #E00D99

RGB

 RED value IS 224 (87.89% from 255) = 57.44%

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

 BLUE value IS 153 (60.16% from 255) = 39.23%

R = 57.44%
G = 3.33%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E00D99 (or 0xE00D99) is known color: Hollywood Cerise. HEX triplet: E0, 0D and 99. RGB value is (224,13,153). Sum of RGB (Red+Green+Blue) = 224+13+153=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00D99 is #1FF266. Grayscale: #5B5B5B. Windows color (decimal): -2093671 or 10030560. OLE color: 10030560.

HSL color Cylindrical-coordinate representation of color #E00D99: hue angle of 320.19º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D99 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 13 153 -
CMYK 0 0.94 0.32 0.12
HSL 320.19º 0.89% 0.46% -
HSV(B) 320.19º 0.94% 0.88% -
XYZ 36.63 18.44 31.76 -
YUV 92.05 162.4 222.12 -
System Red Green Blue C M Y K H S L
Decimal 224 13 153 0 0.94 0.32 0.12 320.19 0.89 0.46
Hex E0 D 99 0 5E 20 C 140 59 2E
Octal 340 15 231 0 136 40 14 500 131 56
Binary 11100000 1101 10011001 0 1011110 100000 1100 101000000 1011001 101110

Color Harmonies of #E00D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00D99

Black with #E00D99

Text Example


Text Example

White with #E00D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00D99; }

 p { color: rgb(224,13,153); }

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

background-color css

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

 a { background-color: rgb(224,13,153); }

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

border-color css

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

 span { border-color: rgb(224,13,153); }

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