Html Css Color HEX #E00F9E Hollywood Cerise

📋 copy color: '#E00F9E'

red 224 ◦ green 15 ◦ blue 158

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

Shades of Hollywood Cerise #E00F9E

Tints of Hollywood Cerise #E00F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.8%

R = 56.42%
G = 3.78%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E00F9E (or 0xE00F9E) is known color: Hollywood Cerise. HEX triplet: E0, 0F and 9E. RGB value is (224,15,158). Sum of RGB (Red+Green+Blue) = 224+15+158=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00F9E is #1FF061. Grayscale: #5D5D5D. Windows color (decimal): -2093154 or 10358752. OLE color: 10358752.

HSL color Cylindrical-coordinate representation of color #E00F9E: hue angle of 318.95º 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 #E00F9E is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 15 158 -
CMYK 0 0.93 0.29 0.12
HSL 318.95º 0.87% 0.47% -
HSV(B) 318.95º 0.93% 0.88% -
XYZ 37.08 18.66 33.99 -
YUV 93.79 164.24 220.87 -
System Red Green Blue C M Y K H S L
Decimal 224 15 158 0 0.93 0.29 0.12 318.95 0.87 0.47
Hex E0 F 9E 0 5D 1D C 13F 57 2F
Octal 340 17 236 0 135 35 14 477 127 57
Binary 11100000 1111 10011110 0 1011101 11101 1100 100111111 1010111 101111

Color Harmonies of #E00F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F9E

Black with #E00F9E

Text Example


Text Example

White with #E00F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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