Shades of Hollywood Cerise #E40F9F
Tints of Hollywood Cerise #E40F9F
RGB
CMYK
RGB Variations
Color information
#E40F9F (or 0xE40F9F) is known color: Hollywood Cerise. HEX triplet: E4, 0F and 9F. RGB value is (228,15,159). Sum of RGB (Red+Green+Blue) = 228+15+159=402 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.72% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40F9F is #1BF060. Grayscale: #5E5E5E. Windows color (decimal): -1831009 or 10424292. OLE color: 10424292.
HSL color Cylindrical-coordinate representation of color #E40F9F: hue angle of 319.44º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40F9F is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 159 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.11 |
| HSL | 319.44º | 0.88% | 0.48% | - |
| HSV(B) | 319.44º | 0.93% | 0.89% | - |
| XYZ | 38.42 | 19.34 | 34.51 | - |
| YUV | 95.1 | 164.07 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 159 | 0 | 0.93 | 0.30 | 0.11 | 319.44 | 0.88 | 0.48 |
| Hex | E4 | F | 9F | 0 | 5D | 1E | B | 13F | 58 | 30 |
| Octal | 344 | 17 | 237 | 0 | 135 | 36 | 13 | 477 | 130 | 60 |
| Binary | 11100100 | 1111 | 10011111 | 0 | 1011101 | 11110 | 1011 | 100111111 | 1011000 | 110000 |
Color Harmonies of #E40F9F
Complementary color
Monochromatic Colors of #E40F9F
Black with #E40F9F
Text Example
Text Example
White with #E40F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40F9F; }
p { color: rgb(228,15,159); }
H1.HeaderClassName
{
color: #E40F9F;
}
.AnyTagClassName
{
color: #E40F9F;
}
</style>
background-color css
<style>
a { background-color: #E40F9F; }
a { background-color: rgb(228,15,159); }
div.DivClassName
{
background-color: #E40F9F;
}
.BgClassName
{
background-color: #E40F9F;
}
</style>
border-color css
<style>
span { border-color: #E40F9F; }
span { border-color: rgb(228,15,159); }
td.TdClassName
{
border-color: #E40F9F;
}
.TagClassName
{
border-color: #E40F9F;
}
</style>