Shades of Deep Magenta #E612E0
Tints of Deep Magenta #E612E0
RGB
CMYK
RGB Variations
Color information
#E612E0 (or 0xE612E0) is known color: Deep Magenta. HEX triplet: E6, 12 and E0. RGB value is (230,18,224). Sum of RGB (Red+Green+Blue) = 230+18+224=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E612E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612E0 is #19ED1F. Grayscale: #686868. Windows color (decimal): -1699104 or 14684902. OLE color: 14684902.
HSL color Cylindrical-coordinate representation of color #E612E0: hue angle of 301.7º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E612E0 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 224 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.10 |
| HSL | 301.7º | 0.85% | 0.49% | - |
| HSV(B) | 301.7º | 0.92% | 0.9% | - |
| XYZ | 46.3 | 22.64 | 72.45 | - |
| YUV | 104.87 | 195.24 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 224 | 0 | 0.92 | 0.03 | 0.10 | 301.7 | 0.85 | 0.49 |
| Hex | E6 | 12 | E0 | 0 | 5C | 3 | A | 12E | 55 | 31 |
| Octal | 346 | 22 | 340 | 0 | 134 | 3 | 12 | 456 | 125 | 61 |
| Binary | 11100110 | 10010 | 11100000 | 0 | 1011100 | 11 | 1010 | 100101110 | 1010101 | 110001 |
Color Harmonies of #E612E0
Complementary color
Monochromatic Colors of #E612E0
Black with #E612E0
Text Example
Text Example
White with #E612E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612E0; }
p { color: rgb(230,18,224); }
H1.HeaderClassName
{
color: #E612E0;
}
.AnyTagClassName
{
color: #E612E0;
}
</style>
background-color css
<style>
a { background-color: #E612E0; }
a { background-color: rgb(230,18,224); }
div.DivClassName
{
background-color: #E612E0;
}
.BgClassName
{
background-color: #E612E0;
}
</style>
border-color css
<style>
span { border-color: #E612E0; }
span { border-color: rgb(230,18,224); }
td.TdClassName
{
border-color: #E612E0;
}
.TagClassName
{
border-color: #E612E0;
}
</style>