Shades of Deep Magenta #E307DD
Tints of Deep Magenta #E307DD
RGB
CMYK
RGB Variations
Color information
#E307DD (or 0xE307DD) is known color: Deep Magenta. HEX triplet: E3, 07 and DD. RGB value is (227,7,221). Sum of RGB (Red+Green+Blue) = 227+7+221=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E307DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E307DD is #1CF822. Grayscale: #606060. Windows color (decimal): -1898531 or 14485475. OLE color: 14485475.
HSL color Cylindrical-coordinate representation of color #E307DD: hue angle of 301.64º 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 #E307DD is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 221 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.11 |
| HSL | 301.64º | 0.94% | 0.46% | - |
| HSV(B) | 301.64º | 0.97% | 0.89% | - |
| XYZ | 44.81 | 21.7 | 70.23 | - |
| YUV | 97.18 | 197.89 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 221 | 0 | 0.97 | 0.03 | 0.11 | 301.64 | 0.94 | 0.46 |
| Hex | E3 | 7 | DD | 0 | 61 | 3 | B | 12E | 5E | 2E |
| Octal | 343 | 7 | 335 | 0 | 141 | 3 | 13 | 456 | 136 | 56 |
| Binary | 11100011 | 111 | 11011101 | 0 | 1100001 | 11 | 1011 | 100101110 | 1011110 | 101110 |
Color Harmonies of #E307DD
Complementary color
Monochromatic Colors of #E307DD
Black with #E307DD
Text Example
Text Example
White with #E307DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E307DD; }
p { color: rgb(227,7,221); }
H1.HeaderClassName
{
color: #E307DD;
}
.AnyTagClassName
{
color: #E307DD;
}
</style>
background-color css
<style>
a { background-color: #E307DD; }
a { background-color: rgb(227,7,221); }
div.DivClassName
{
background-color: #E307DD;
}
.BgClassName
{
background-color: #E307DD;
}
</style>
border-color css
<style>
span { border-color: #E307DD; }
span { border-color: rgb(227,7,221); }
td.TdClassName
{
border-color: #E307DD;
}
.TagClassName
{
border-color: #E307DD;
}
</style>