Shades of Deep Cerise #E11E7D
Tints of Deep Cerise #E11E7D
RGB
CMYK
RGB Variations
Color information
#E11E7D (or 0xE11E7D) is known color: Deep Cerise. HEX triplet: E1, 1E and 7D. RGB value is (225,30,125). Sum of RGB (Red+Green+Blue) = 225+30+125=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11E7D is #1EE182. Grayscale: #626262. Windows color (decimal): -2023811 or 8199905. OLE color: 8199905.
HSL color Cylindrical-coordinate representation of color #E11E7D: hue angle of 330.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E7D is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 125 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.12 |
| HSL | 330.77º | 0.76% | 0.5% | - |
| HSV(B) | 330.77º | 0.87% | 0.88% | - |
| XYZ | 35.22 | 18.42 | 21.1 | - |
| YUV | 99.14 | 142.6 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 125 | 0 | 0.87 | 0.44 | 0.12 | 330.77 | 0.76 | 0.5 |
| Hex | E1 | 1E | 7D | 0 | 57 | 2C | C | 14B | 4C | 32 |
| Octal | 341 | 36 | 175 | 0 | 127 | 54 | 14 | 513 | 114 | 62 |
| Binary | 11100001 | 11110 | 1111101 | 0 | 1010111 | 101100 | 1100 | 101001011 | 1001100 | 110010 |
Color Harmonies of #E11E7D
Complementary color
Monochromatic Colors of #E11E7D
Black with #E11E7D
Text Example
Text Example
White with #E11E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E7D; }
p { color: rgb(225,30,125); }
H1.HeaderClassName
{
color: #E11E7D;
}
.AnyTagClassName
{
color: #E11E7D;
}
</style>
background-color css
<style>
a { background-color: #E11E7D; }
a { background-color: rgb(225,30,125); }
div.DivClassName
{
background-color: #E11E7D;
}
.BgClassName
{
background-color: #E11E7D;
}
</style>
border-color css
<style>
span { border-color: #E11E7D; }
span { border-color: rgb(225,30,125); }
td.TdClassName
{
border-color: #E11E7D;
}
.TagClassName
{
border-color: #E11E7D;
}
</style>