Shades of Deep Cerise #E11F99
Tints of Deep Cerise #E11F99
RGB
CMYK
RGB Variations
Color information
#E11F99 (or 0xE11F99) is known color: Deep Cerise. HEX triplet: E1, 1F and 99. RGB value is (225,31,153). Sum of RGB (Red+Green+Blue) = 225+31+153=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11F99 is #1EE066. Grayscale: #666666. Windows color (decimal): -2023527 or 10035169. OLE color: 10035169.
HSL color Cylindrical-coordinate representation of color #E11F99: hue angle of 322.27º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F99 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 153 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.12 |
| HSL | 322.27º | 0.76% | 0.5% | - |
| HSV(B) | 322.27º | 0.86% | 0.88% | - |
| XYZ | 37.29 | 19.29 | 31.89 | - |
| YUV | 102.91 | 156.27 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 153 | 0 | 0.86 | 0.32 | 0.12 | 322.27 | 0.76 | 0.5 |
| Hex | E1 | 1F | 99 | 0 | 56 | 20 | C | 142 | 4C | 32 |
| Octal | 341 | 37 | 231 | 0 | 126 | 40 | 14 | 502 | 114 | 62 |
| Binary | 11100001 | 11111 | 10011001 | 0 | 1010110 | 100000 | 1100 | 101000010 | 1001100 | 110010 |
Color Harmonies of #E11F99
Complementary color
Monochromatic Colors of #E11F99
Black with #E11F99
Text Example
Text Example
White with #E11F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F99; }
p { color: rgb(225,31,153); }
H1.HeaderClassName
{
color: #E11F99;
}
.AnyTagClassName
{
color: #E11F99;
}
</style>
background-color css
<style>
a { background-color: #E11F99; }
a { background-color: rgb(225,31,153); }
div.DivClassName
{
background-color: #E11F99;
}
.BgClassName
{
background-color: #E11F99;
}
</style>
border-color css
<style>
span { border-color: #E11F99; }
span { border-color: rgb(225,31,153); }
td.TdClassName
{
border-color: #E11F99;
}
.TagClassName
{
border-color: #E11F99;
}
</style>