Shades of Deep Magenta #E215CD
Tints of Deep Magenta #E215CD
RGB
CMYK
RGB Variations
Color information
#E215CD (or 0xE215CD) is known color: Deep Magenta. HEX triplet: E2, 15 and CD. RGB value is (226,21,205). Sum of RGB (Red+Green+Blue) = 226+21+205=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E215CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E215CD is #1DEA32. Grayscale: #666666. Windows color (decimal): -1960499 or 13440482. OLE color: 13440482.
HSL color Cylindrical-coordinate representation of color #E215CD: hue angle of 306.15º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E215CD is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 205 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.11 |
| HSL | 306.15º | 0.83% | 0.48% | - |
| HSV(B) | 306.15º | 0.91% | 0.89% | - |
| XYZ | 42.65 | 21.11 | 59.58 | - |
| YUV | 103.27 | 185.42 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 205 | 0 | 0.91 | 0.09 | 0.11 | 306.15 | 0.83 | 0.48 |
| Hex | E2 | 15 | CD | 0 | 5B | 9 | B | 132 | 53 | 30 |
| Octal | 342 | 25 | 315 | 0 | 133 | 11 | 13 | 462 | 123 | 60 |
| Binary | 11100010 | 10101 | 11001101 | 0 | 1011011 | 1001 | 1011 | 100110010 | 1010011 | 110000 |
Color Harmonies of #E215CD
Complementary color
Monochromatic Colors of #E215CD
Black with #E215CD
Text Example
Text Example
White with #E215CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215CD; }
p { color: rgb(226,21,205); }
H1.HeaderClassName
{
color: #E215CD;
}
.AnyTagClassName
{
color: #E215CD;
}
</style>
background-color css
<style>
a { background-color: #E215CD; }
a { background-color: rgb(226,21,205); }
div.DivClassName
{
background-color: #E215CD;
}
.BgClassName
{
background-color: #E215CD;
}
</style>
border-color css
<style>
span { border-color: #E215CD; }
span { border-color: rgb(226,21,205); }
td.TdClassName
{
border-color: #E215CD;
}
.TagClassName
{
border-color: #E215CD;
}
</style>