Shades of Deep Cerise #E11C78
Tints of Deep Cerise #E11C78
RGB
CMYK
RGB Variations
Color information
#E11C78 (or 0xE11C78) is known color: Deep Cerise. HEX triplet: E1, 1C and 78. RGB value is (225,28,120). Sum of RGB (Red+Green+Blue) = 225+28+120=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C78 is #1EE387. Grayscale: #616161. Windows color (decimal): -2024328 or 7871713. OLE color: 7871713.
HSL color Cylindrical-coordinate representation of color #E11C78: hue angle of 331.98º 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 #E11C78 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 120 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.12 |
| HSL | 331.98º | 0.78% | 0.5% | - |
| HSV(B) | 331.98º | 0.88% | 0.88% | - |
| XYZ | 34.86 | 18.19 | 19.44 | - |
| YUV | 97.39 | 140.77 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 120 | 0 | 0.88 | 0.47 | 0.12 | 331.98 | 0.78 | 0.5 |
| Hex | E1 | 1C | 78 | 0 | 58 | 2F | C | 14C | 4E | 32 |
| Octal | 341 | 34 | 170 | 0 | 130 | 57 | 14 | 514 | 116 | 62 |
| Binary | 11100001 | 11100 | 1111000 | 0 | 1011000 | 101111 | 1100 | 101001100 | 1001110 | 110010 |
Color Harmonies of #E11C78
Complementary color
Monochromatic Colors of #E11C78
Black with #E11C78
Text Example
Text Example
White with #E11C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C78; }
p { color: rgb(225,28,120); }
H1.HeaderClassName
{
color: #E11C78;
}
.AnyTagClassName
{
color: #E11C78;
}
</style>
background-color css
<style>
a { background-color: #E11C78; }
a { background-color: rgb(225,28,120); }
div.DivClassName
{
background-color: #E11C78;
}
.BgClassName
{
background-color: #E11C78;
}
</style>
border-color css
<style>
span { border-color: #E11C78; }
span { border-color: rgb(225,28,120); }
td.TdClassName
{
border-color: #E11C78;
}
.TagClassName
{
border-color: #E11C78;
}
</style>