Shades of Deep Magenta #E312D3
Tints of Deep Magenta #E312D3
RGB
CMYK
RGB Variations
Color information
#E312D3 (or 0xE312D3) is known color: Deep Magenta. HEX triplet: E3, 12 and D3. RGB value is (227,18,211). Sum of RGB (Red+Green+Blue) = 227+18+211=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E312D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312D3 is #1CED2C. Grayscale: #656565. Windows color (decimal): -1895725 or 13832931. OLE color: 13832931.
HSL color Cylindrical-coordinate representation of color #E312D3: hue angle of 304.59º 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 #E312D3 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 211 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.11 |
| HSL | 304.59º | 0.85% | 0.48% | - |
| HSV(B) | 304.59º | 0.92% | 0.89% | - |
| XYZ | 43.65 | 21.47 | 63.47 | - |
| YUV | 102.49 | 189.24 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 211 | 0 | 0.92 | 0.07 | 0.11 | 304.59 | 0.85 | 0.48 |
| Hex | E3 | 12 | D3 | 0 | 5C | 7 | B | 131 | 55 | 30 |
| Octal | 343 | 22 | 323 | 0 | 134 | 7 | 13 | 461 | 125 | 60 |
| Binary | 11100011 | 10010 | 11010011 | 0 | 1011100 | 111 | 1011 | 100110001 | 1010101 | 110000 |
Color Harmonies of #E312D3
Complementary color
Monochromatic Colors of #E312D3
Black with #E312D3
Text Example
Text Example
White with #E312D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E312D3; }
p { color: rgb(227,18,211); }
H1.HeaderClassName
{
color: #E312D3;
}
.AnyTagClassName
{
color: #E312D3;
}
</style>
background-color css
<style>
a { background-color: #E312D3; }
a { background-color: rgb(227,18,211); }
div.DivClassName
{
background-color: #E312D3;
}
.BgClassName
{
background-color: #E312D3;
}
</style>
border-color css
<style>
span { border-color: #E312D3; }
span { border-color: rgb(227,18,211); }
td.TdClassName
{
border-color: #E312D3;
}
.TagClassName
{
border-color: #E312D3;
}
</style>