Shades of Deep Magenta #E312DB
Tints of Deep Magenta #E312DB
RGB
CMYK
RGB Variations
Color information
#E312DB (or 0xE312DB) is known color: Deep Magenta. HEX triplet: E3, 12 and DB. RGB value is (227,18,219). Sum of RGB (Red+Green+Blue) = 227+18+219=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E312DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312DB is #1CED24. Grayscale: #666666. Windows color (decimal): -1895717 or 14357219. OLE color: 14357219.
HSL color Cylindrical-coordinate representation of color #E312DB: hue angle of 302.3º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E312DB is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 219 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.11 |
| HSL | 302.3º | 0.85% | 0.48% | - |
| HSV(B) | 302.3º | 0.92% | 0.89% | - |
| XYZ | 44.68 | 21.88 | 68.89 | - |
| YUV | 103.41 | 193.24 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 219 | 0 | 0.92 | 0.04 | 0.11 | 302.3 | 0.85 | 0.48 |
| Hex | E3 | 12 | DB | 0 | 5C | 4 | B | 12E | 55 | 30 |
| Octal | 343 | 22 | 333 | 0 | 134 | 4 | 13 | 456 | 125 | 60 |
| Binary | 11100011 | 10010 | 11011011 | 0 | 1011100 | 100 | 1011 | 100101110 | 1010101 | 110000 |
Color Harmonies of #E312DB
Complementary color
Monochromatic Colors of #E312DB
Black with #E312DB
Text Example
Text Example
White with #E312DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E312DB; }
p { color: rgb(227,18,219); }
H1.HeaderClassName
{
color: #E312DB;
}
.AnyTagClassName
{
color: #E312DB;
}
</style>
background-color css
<style>
a { background-color: #E312DB; }
a { background-color: rgb(227,18,219); }
div.DivClassName
{
background-color: #E312DB;
}
.BgClassName
{
background-color: #E312DB;
}
</style>
border-color css
<style>
span { border-color: #E312DB; }
span { border-color: rgb(227,18,219); }
td.TdClassName
{
border-color: #E312DB;
}
.TagClassName
{
border-color: #E312DB;
}
</style>