Shades of Deep Cerise #E11C84
Tints of Deep Cerise #E11C84
RGB
CMYK
RGB Variations
Color information
#E11C84 (or 0xE11C84) is known color: Deep Cerise. HEX triplet: E1, 1C and 84. RGB value is (225,28,132). Sum of RGB (Red+Green+Blue) = 225+28+132=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11C84 is #1EE37B. Grayscale: #626262. Windows color (decimal): -2024316 or 8658145. OLE color: 8658145.
HSL color Cylindrical-coordinate representation of color #E11C84: hue angle of 328.32º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C84 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 132 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.12 |
| HSL | 328.32º | 0.78% | 0.5% | - |
| HSV(B) | 328.32º | 0.88% | 0.88% | - |
| XYZ | 35.63 | 18.5 | 23.52 | - |
| YUV | 98.76 | 146.77 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 132 | 0 | 0.88 | 0.41 | 0.12 | 328.32 | 0.78 | 0.5 |
| Hex | E1 | 1C | 84 | 0 | 58 | 29 | C | 148 | 4E | 32 |
| Octal | 341 | 34 | 204 | 0 | 130 | 51 | 14 | 510 | 116 | 62 |
| Binary | 11100001 | 11100 | 10000100 | 0 | 1011000 | 101001 | 1100 | 101001000 | 1001110 | 110010 |
Color Harmonies of #E11C84
Complementary color
Monochromatic Colors of #E11C84
Black with #E11C84
Text Example
Text Example
White with #E11C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C84; }
p { color: rgb(225,28,132); }
H1.HeaderClassName
{
color: #E11C84;
}
.AnyTagClassName
{
color: #E11C84;
}
</style>
background-color css
<style>
a { background-color: #E11C84; }
a { background-color: rgb(225,28,132); }
div.DivClassName
{
background-color: #E11C84;
}
.BgClassName
{
background-color: #E11C84;
}
</style>
border-color css
<style>
span { border-color: #E11C84; }
span { border-color: rgb(225,28,132); }
td.TdClassName
{
border-color: #E11C84;
}
.TagClassName
{
border-color: #E11C84;
}
</style>