Shades of Deep Magenta #E306DC
Tints of Deep Magenta #E306DC
RGB
CMYK
RGB Variations
Color information
#E306DC (or 0xE306DC) is known color: Deep Magenta. HEX triplet: E3, 06 and DC. RGB value is (227,6,220). Sum of RGB (Red+Green+Blue) = 227+6+220=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E306DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E306DC is #1CF923. Grayscale: #5F5F5F. Windows color (decimal): -1898788 or 14419683. OLE color: 14419683.
HSL color Cylindrical-coordinate representation of color #E306DC: hue angle of 301.9º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E306DC is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 220 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.11 |
| HSL | 301.9º | 0.95% | 0.46% | - |
| HSV(B) | 301.9º | 0.97% | 0.89% | - |
| XYZ | 44.66 | 21.63 | 69.53 | - |
| YUV | 96.48 | 197.72 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 220 | 0 | 0.97 | 0.03 | 0.11 | 301.9 | 0.95 | 0.46 |
| Hex | E3 | 6 | DC | 0 | 61 | 3 | B | 12E | 5F | 2E |
| Octal | 343 | 6 | 334 | 0 | 141 | 3 | 13 | 456 | 137 | 56 |
| Binary | 11100011 | 110 | 11011100 | 0 | 1100001 | 11 | 1011 | 100101110 | 1011111 | 101110 |
Color Harmonies of #E306DC
Complementary color
Monochromatic Colors of #E306DC
Black with #E306DC
Text Example
Text Example
White with #E306DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E306DC; }
p { color: rgb(227,6,220); }
H1.HeaderClassName
{
color: #E306DC;
}
.AnyTagClassName
{
color: #E306DC;
}
</style>
background-color css
<style>
a { background-color: #E306DC; }
a { background-color: rgb(227,6,220); }
div.DivClassName
{
background-color: #E306DC;
}
.BgClassName
{
background-color: #E306DC;
}
</style>
border-color css
<style>
span { border-color: #E306DC; }
span { border-color: rgb(227,6,220); }
td.TdClassName
{
border-color: #E306DC;
}
.TagClassName
{
border-color: #E306DC;
}
</style>