#e00f9e

Color #E00F9E Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E00F9E

Tints of Hollywood Cerise #E00F9E

Color information

#E00F9E (or 0xE00F9E) is unknown color: approx 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

RGB22415158-
CMYK00.930.290.12
HSL318.95º87.45%46.86%-
HSV(B)318.95º93.3%87.84%-
XYZ37.0818.6633.99-
YUV93.79164.24220.87-

RGB Variations

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

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.80%
R=56.42%
G=3.78%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241515800.930.290.12318.9587.4546.86
HexE0F9E05D1DC13f572f
Octal340172360135351447712757
Binary11100000111110011110010111011110111001001111111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e00f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>