Shades of Deep Cerise #E11F80
Tints of Deep Cerise #E11F80
RGB
CMYK
RGB Variations
Color information
#E11F80 (or 0xE11F80) is known color: Deep Cerise. HEX triplet: E1, 1F and 80. RGB value is (225,31,128). Sum of RGB (Red+Green+Blue) = 225+31+128=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11F80 is #1EE07F. Grayscale: #636363. Windows color (decimal): -2023552 or 8396769. OLE color: 8396769.
HSL color Cylindrical-coordinate representation of color #E11F80: hue angle of 330º 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 #E11F80 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 128 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.12 |
| HSL | 330º | 0.76% | 0.5% | - |
| HSV(B) | 330º | 0.86% | 0.88% | - |
| XYZ | 35.44 | 18.55 | 22.13 | - |
| YUV | 100.06 | 143.77 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 128 | 0 | 0.86 | 0.43 | 0.12 | 330 | 0.76 | 0.5 |
| Hex | E1 | 1F | 80 | 0 | 56 | 2B | C | 14A | 4C | 32 |
| Octal | 341 | 37 | 200 | 0 | 126 | 53 | 14 | 512 | 114 | 62 |
| Binary | 11100001 | 11111 | 10000000 | 0 | 1010110 | 101011 | 1100 | 101001010 | 1001100 | 110010 |
Color Harmonies of #E11F80
Complementary color
Monochromatic Colors of #E11F80
Black with #E11F80
Text Example
Text Example
White with #E11F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F80; }
p { color: rgb(225,31,128); }
H1.HeaderClassName
{
color: #E11F80;
}
.AnyTagClassName
{
color: #E11F80;
}
</style>
background-color css
<style>
a { background-color: #E11F80; }
a { background-color: rgb(225,31,128); }
div.DivClassName
{
background-color: #E11F80;
}
.BgClassName
{
background-color: #E11F80;
}
</style>
border-color css
<style>
span { border-color: #E11F80; }
span { border-color: rgb(225,31,128); }
td.TdClassName
{
border-color: #E11F80;
}
.TagClassName
{
border-color: #E11F80;
}
</style>