Shades of Deep Magenta #E115E2
Tints of Deep Magenta #E115E2
RGB
CMYK
RGB Variations
Color information
#E115E2 (or 0xE115E2) is known color: Deep Magenta. HEX triplet: E1, 15 and E2. RGB value is (225,21,226). Sum of RGB (Red+Green+Blue) = 225+21+226=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 226 - color contains mainly: blue. Hex color #E115E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115E2 is #1EEA1D. Grayscale: #686868. Windows color (decimal): -2026014 or 14816737. OLE color: 14816737.
HSL color Cylindrical-coordinate representation of color #E115E2: hue angle of 299.71º 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 #E115E2 is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 21 | 226 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.11 |
| HSL | 299.71º | 0.83% | 0.48% | - |
| HSV(B) | 299.71º | 0.91% | 0.89% | - |
| XYZ | 45.05 | 22.03 | 73.83 | - |
| YUV | 105.37 | 196.09 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 226 | 0.00 | 0.91 | 0 | 0.11 | 299.71 | 0.83 | 0.48 |
| Hex | E1 | 15 | E2 | 0 | 5B | 0 | B | 12C | 53 | 30 |
| Octal | 341 | 25 | 342 | 0 | 133 | 0 | 13 | 454 | 123 | 60 |
| Binary | 11100001 | 10101 | 11100010 | 0 | 1011011 | 0 | 1011 | 100101100 | 1010011 | 110000 |
Color Harmonies of #E115E2
Complementary color
Monochromatic Colors of #E115E2
Black with #E115E2
Text Example
Text Example
White with #E115E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115E2; }
p { color: rgb(225,21,226); }
H1.HeaderClassName
{
color: #E115E2;
}
.AnyTagClassName
{
color: #E115E2;
}
</style>
background-color css
<style>
a { background-color: #E115E2; }
a { background-color: rgb(225,21,226); }
div.DivClassName
{
background-color: #E115E2;
}
.BgClassName
{
background-color: #E115E2;
}
</style>
border-color css
<style>
span { border-color: #E115E2; }
span { border-color: rgb(225,21,226); }
td.TdClassName
{
border-color: #E115E2;
}
.TagClassName
{
border-color: #E115E2;
}
</style>