Html Css Color HEX #E00F99 Hollywood Cerise

📋 copy color: '#E00F99'

red 224 ◦ green 15 ◦ blue 153

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

Shades of Hollywood Cerise #E00F99

Tints of Hollywood Cerise #E00F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.83%

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

R = 57.14%
G = 3.83%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E00F99 (or 0xE00F99) is known color: Hollywood Cerise. HEX triplet: E0, 0F and 99. RGB value is (224,15,153). Sum of RGB (Red+Green+Blue) = 224+15+153=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00F99 is #1FF066. Grayscale: #5C5C5C. Windows color (decimal): -2093159 or 10031072. OLE color: 10031072.

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

Color convert

RGB 224 15 153 -
CMYK 0 0.93 0.32 0.12
HSL 320.38º 0.87% 0.47% -
HSV(B) 320.38º 0.93% 0.88% -
XYZ 36.66 18.49 31.77 -
YUV 93.22 161.74 221.28 -
System Red Green Blue C M Y K H S L
Decimal 224 15 153 0 0.93 0.32 0.12 320.38 0.87 0.47
Hex E0 F 99 0 5D 20 C 140 57 2F
Octal 340 17 231 0 135 40 14 500 127 57
Binary 11100000 1111 10011001 0 1011101 100000 1100 101000000 1010111 101111

Color Harmonies of #E00F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F99

Black with #E00F99

Text Example


Text Example

White with #E00F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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