Shades of Deep Magenta #E307DC
Tints of Deep Magenta #E307DC
RGB
CMYK
RGB Variations
Color information
#E307DC (or 0xE307DC) is known color: Deep Magenta. HEX triplet: E3, 07 and DC. RGB value is (227,7,220). Sum of RGB (Red+Green+Blue) = 227+7+220=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E307DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E307DC is #1CF823. Grayscale: #606060. Windows color (decimal): -1898532 or 14419939. OLE color: 14419939.
HSL color Cylindrical-coordinate representation of color #E307DC: hue angle of 301.91º degrees, saturation: 0.94, 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 #E307DC is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 220 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.11 |
| HSL | 301.91º | 0.94% | 0.46% | - |
| HSV(B) | 301.91º | 0.97% | 0.89% | - |
| XYZ | 44.67 | 21.65 | 69.53 | - |
| YUV | 97.06 | 197.39 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 220 | 0 | 0.97 | 0.03 | 0.11 | 301.91 | 0.94 | 0.46 |
| Hex | E3 | 7 | DC | 0 | 61 | 3 | B | 12E | 5E | 2E |
| Octal | 343 | 7 | 334 | 0 | 141 | 3 | 13 | 456 | 136 | 56 |
| Binary | 11100011 | 111 | 11011100 | 0 | 1100001 | 11 | 1011 | 100101110 | 1011110 | 101110 |
Color Harmonies of #E307DC
Complementary color
Monochromatic Colors of #E307DC
Black with #E307DC
Text Example
Text Example
White with #E307DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E307DC; }
p { color: rgb(227,7,220); }
H1.HeaderClassName
{
color: #E307DC;
}
.AnyTagClassName
{
color: #E307DC;
}
</style>
background-color css
<style>
a { background-color: #E307DC; }
a { background-color: rgb(227,7,220); }
div.DivClassName
{
background-color: #E307DC;
}
.BgClassName
{
background-color: #E307DC;
}
</style>
border-color css
<style>
span { border-color: #E307DC; }
span { border-color: rgb(227,7,220); }
td.TdClassName
{
border-color: #E307DC;
}
.TagClassName
{
border-color: #E307DC;
}
</style>