Shades of Deep Cerise #E11D8C
Tints of Deep Cerise #E11D8C
RGB
CMYK
RGB Variations
Color information
#E11D8C (or 0xE11D8C) is known color: Deep Cerise. HEX triplet: E1, 1D and 8C. RGB value is (225,29,140). Sum of RGB (Red+Green+Blue) = 225+29+140=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11D8C is #1EE273. Grayscale: #646464. Windows color (decimal): -2024052 or 9182689. OLE color: 9182689.
HSL color Cylindrical-coordinate representation of color #E11D8C: hue angle of 326.02º degrees, saturation: 0.77, 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 #E11D8C is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 140 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.12 |
| HSL | 326.02º | 0.77% | 0.5% | - |
| HSV(B) | 326.02º | 0.87% | 0.88% | - |
| XYZ | 36.22 | 18.78 | 26.53 | - |
| YUV | 100.26 | 150.43 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 140 | 0 | 0.87 | 0.38 | 0.12 | 326.02 | 0.77 | 0.5 |
| Hex | E1 | 1D | 8C | 0 | 57 | 26 | C | 146 | 4D | 32 |
| Octal | 341 | 35 | 214 | 0 | 127 | 46 | 14 | 506 | 115 | 62 |
| Binary | 11100001 | 11101 | 10001100 | 0 | 1010111 | 100110 | 1100 | 101000110 | 1001101 | 110010 |
Color Harmonies of #E11D8C
Complementary color
Monochromatic Colors of #E11D8C
Black with #E11D8C
Text Example
Text Example
White with #E11D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11D8C; }
p { color: rgb(225,29,140); }
H1.HeaderClassName
{
color: #E11D8C;
}
.AnyTagClassName
{
color: #E11D8C;
}
</style>
background-color css
<style>
a { background-color: #E11D8C; }
a { background-color: rgb(225,29,140); }
div.DivClassName
{
background-color: #E11D8C;
}
.BgClassName
{
background-color: #E11D8C;
}
</style>
border-color css
<style>
span { border-color: #E11D8C; }
span { border-color: rgb(225,29,140); }
td.TdClassName
{
border-color: #E11D8C;
}
.TagClassName
{
border-color: #E11D8C;
}
</style>