Html Css Color HEX #E00E9F Hollywood Cerise

📋 copy color: '#E00E9F'

red 224 ◦ green 14 ◦ blue 159

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

Shades of Hollywood Cerise #E00E9F

Tints of Hollywood Cerise #E00E9F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.53%

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 56.42%
G = 3.53%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E00E9F (or 0xE00E9F) is known color: Hollywood Cerise. HEX triplet: E0, 0E and 9F. RGB value is (224,14,159). Sum of RGB (Red+Green+Blue) = 224+14+159=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00E9F is #1FF160. Grayscale: #5C5C5C. Windows color (decimal): -2093409 or 10424032. OLE color: 10424032.

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

Color convert

RGB 224 14 159 -
CMYK 0 0.94 0.29 0.12
HSL 318.57º 0.88% 0.47% -
HSV(B) 318.57º 0.94% 0.88% -
XYZ 37.16 18.66 34.45 -
YUV 93.32 165.07 221.21 -
System Red Green Blue C M Y K H S L
Decimal 224 14 159 0 0.94 0.29 0.12 318.57 0.88 0.47
Hex E0 E 9F 0 5E 1D C 13F 58 2F
Octal 340 16 237 0 136 35 14 477 130 57
Binary 11100000 1110 10011111 0 1011110 11101 1100 100111111 1011000 101111

Color Harmonies of #E00E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00E9F

Black with #E00E9F

Text Example


Text Example

White with #E00E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00E9F; }

 p { color: rgb(224,14,159); }

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

background-color css

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

 a { background-color: rgb(224,14,159); }

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

border-color css

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

 span { border-color: rgb(224,14,159); }

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