Shades of Deep Magenta #E115CE
Tints of Deep Magenta #E115CE
RGB
CMYK
RGB Variations
Color information
#E115CE (or 0xE115CE) is known color: Deep Magenta. HEX triplet: E1, 15 and CE. RGB value is (225,21,206). Sum of RGB (Red+Green+Blue) = 225+21+206=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E115CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115CE is #1EEA31. Grayscale: #666666. Windows color (decimal): -2026034 or 13506017. OLE color: 13506017.
HSL color Cylindrical-coordinate representation of color #E115CE: hue angle of 305.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E115CE is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 206 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.12 |
| HSL | 305.59º | 0.83% | 0.48% | - |
| HSV(B) | 305.59º | 0.91% | 0.88% | - |
| XYZ | 42.46 | 21 | 60.21 | - |
| YUV | 103.09 | 186.09 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 206 | 0 | 0.91 | 0.08 | 0.12 | 305.59 | 0.83 | 0.48 |
| Hex | E1 | 15 | CE | 0 | 5B | 8 | C | 132 | 53 | 30 |
| Octal | 341 | 25 | 316 | 0 | 133 | 10 | 14 | 462 | 123 | 60 |
| Binary | 11100001 | 10101 | 11001110 | 0 | 1011011 | 1000 | 1100 | 100110010 | 1010011 | 110000 |
Color Harmonies of #E115CE
Complementary color
Monochromatic Colors of #E115CE
Black with #E115CE
Text Example
Text Example
White with #E115CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115CE; }
p { color: rgb(225,21,206); }
H1.HeaderClassName
{
color: #E115CE;
}
.AnyTagClassName
{
color: #E115CE;
}
</style>
background-color css
<style>
a { background-color: #E115CE; }
a { background-color: rgb(225,21,206); }
div.DivClassName
{
background-color: #E115CE;
}
.BgClassName
{
background-color: #E115CE;
}
</style>
border-color css
<style>
span { border-color: #E115CE; }
span { border-color: rgb(225,21,206); }
td.TdClassName
{
border-color: #E115CE;
}
.TagClassName
{
border-color: #E115CE;
}
</style>