Shades of Deep Magenta #E306DF
Tints of Deep Magenta #E306DF
RGB
CMYK
RGB Variations
Color information
#E306DF (or 0xE306DF) is known color: Deep Magenta. HEX triplet: E3, 06 and DF. RGB value is (227,6,223). Sum of RGB (Red+Green+Blue) = 227+6+223=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E306DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E306DF is #1CF920. Grayscale: #606060. Windows color (decimal): -1898785 or 14616291. OLE color: 14616291.
HSL color Cylindrical-coordinate representation of color #E306DF: hue angle of 301.09º 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 #E306DF is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 223 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.11 |
| HSL | 301.09º | 0.95% | 0.46% | - |
| HSV(B) | 301.09º | 0.97% | 0.89% | - |
| XYZ | 45.06 | 21.79 | 71.64 | - |
| YUV | 96.82 | 199.22 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 223 | 0 | 0.97 | 0.02 | 0.11 | 301.09 | 0.95 | 0.46 |
| Hex | E3 | 6 | DF | 0 | 61 | 2 | B | 12D | 5F | 2E |
| Octal | 343 | 6 | 337 | 0 | 141 | 2 | 13 | 455 | 137 | 56 |
| Binary | 11100011 | 110 | 11011111 | 0 | 1100001 | 10 | 1011 | 100101101 | 1011111 | 101110 |
Color Harmonies of #E306DF
Complementary color
Monochromatic Colors of #E306DF
Black with #E306DF
Text Example
Text Example
White with #E306DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E306DF; }
p { color: rgb(227,6,223); }
H1.HeaderClassName
{
color: #E306DF;
}
.AnyTagClassName
{
color: #E306DF;
}
</style>
background-color css
<style>
a { background-color: #E306DF; }
a { background-color: rgb(227,6,223); }
div.DivClassName
{
background-color: #E306DF;
}
.BgClassName
{
background-color: #E306DF;
}
</style>
border-color css
<style>
span { border-color: #E306DF; }
span { border-color: rgb(227,6,223); }
td.TdClassName
{
border-color: #E306DF;
}
.TagClassName
{
border-color: #E306DF;
}
</style>