Shades of Deep Magenta #E306DD
Tints of Deep Magenta #E306DD
RGB
CMYK
RGB Variations
Color information
#E306DD (or 0xE306DD) is known color: Deep Magenta. HEX triplet: E3, 06 and DD. RGB value is (227,6,221). Sum of RGB (Red+Green+Blue) = 227+6+221=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 6 (2.73% from 255 or 1.32% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E306DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E306DD is #1CF922. Grayscale: #5F5F5F. Windows color (decimal): -1898787 or 14485219. OLE color: 14485219.
HSL color Cylindrical-coordinate representation of color #E306DD: hue angle of 301.63º 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 #E306DD is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 221 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.11 |
| HSL | 301.63º | 0.95% | 0.46% | - |
| HSV(B) | 301.63º | 0.97% | 0.89% | - |
| XYZ | 44.79 | 21.68 | 70.23 | - |
| YUV | 96.59 | 198.22 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 221 | 0 | 0.97 | 0.03 | 0.11 | 301.63 | 0.95 | 0.46 |
| Hex | E3 | 6 | DD | 0 | 61 | 3 | B | 12E | 5F | 2E |
| Octal | 343 | 6 | 335 | 0 | 141 | 3 | 13 | 456 | 137 | 56 |
| Binary | 11100011 | 110 | 11011101 | 0 | 1100001 | 11 | 1011 | 100101110 | 1011111 | 101110 |
Color Harmonies of #E306DD
Complementary color
Monochromatic Colors of #E306DD
Black with #E306DD
Text Example
Text Example
White with #E306DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E306DD; }
p { color: rgb(227,6,221); }
H1.HeaderClassName
{
color: #E306DD;
}
.AnyTagClassName
{
color: #E306DD;
}
</style>
background-color css
<style>
a { background-color: #E306DD; }
a { background-color: rgb(227,6,221); }
div.DivClassName
{
background-color: #E306DD;
}
.BgClassName
{
background-color: #E306DD;
}
</style>
border-color css
<style>
span { border-color: #E306DD; }
span { border-color: rgb(227,6,221); }
td.TdClassName
{
border-color: #E306DD;
}
.TagClassName
{
border-color: #E306DD;
}
</style>