Shades of Deep Cerise #E11C7E
Tints of Deep Cerise #E11C7E
RGB
CMYK
RGB Variations
Color information
#E11C7E (or 0xE11C7E) is known color: Deep Cerise. HEX triplet: E1, 1C and 7E. RGB value is (225,28,126). Sum of RGB (Red+Green+Blue) = 225+28+126=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C7E is #1EE381. Grayscale: #616161. Windows color (decimal): -2024322 or 8264929. OLE color: 8264929.
HSL color Cylindrical-coordinate representation of color #E11C7E: hue angle of 330.15º 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 #E11C7E is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 126 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.12 |
| HSL | 330.15º | 0.78% | 0.5% | - |
| HSV(B) | 330.15º | 0.88% | 0.88% | - |
| XYZ | 35.23 | 18.34 | 21.42 | - |
| YUV | 98.08 | 143.77 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 126 | 0 | 0.88 | 0.44 | 0.12 | 330.15 | 0.78 | 0.5 |
| Hex | E1 | 1C | 7E | 0 | 58 | 2C | C | 14A | 4E | 32 |
| Octal | 341 | 34 | 176 | 0 | 130 | 54 | 14 | 512 | 116 | 62 |
| Binary | 11100001 | 11100 | 1111110 | 0 | 1011000 | 101100 | 1100 | 101001010 | 1001110 | 110010 |
Color Harmonies of #E11C7E
Complementary color
Monochromatic Colors of #E11C7E
Black with #E11C7E
Text Example
Text Example
White with #E11C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C7E; }
p { color: rgb(225,28,126); }
H1.HeaderClassName
{
color: #E11C7E;
}
.AnyTagClassName
{
color: #E11C7E;
}
</style>
background-color css
<style>
a { background-color: #E11C7E; }
a { background-color: rgb(225,28,126); }
div.DivClassName
{
background-color: #E11C7E;
}
.BgClassName
{
background-color: #E11C7E;
}
</style>
border-color css
<style>
span { border-color: #E11C7E; }
span { border-color: rgb(225,28,126); }
td.TdClassName
{
border-color: #E11C7E;
}
.TagClassName
{
border-color: #E11C7E;
}
</style>