Shades of Deep Magenta #E309DD
Tints of Deep Magenta #E309DD
RGB
CMYK
RGB Variations
Color information
#E309DD (or 0xE309DD) is known color: Deep Magenta. HEX triplet: E3, 09 and DD. RGB value is (227,9,221). Sum of RGB (Red+Green+Blue) = 227+9+221=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 9 (3.91% from 255 or 1.97% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E309DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E309DD is #1CF622. Grayscale: #616161. Windows color (decimal): -1898019 or 14485987. OLE color: 14485987.
HSL color Cylindrical-coordinate representation of color #E309DD: hue angle of 301.65º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E309DD is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 221 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.11 |
| HSL | 301.65º | 0.92% | 0.46% | - |
| HSV(B) | 301.65º | 0.96% | 0.89% | - |
| XYZ | 44.83 | 21.75 | 70.24 | - |
| YUV | 98.35 | 197.22 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 221 | 0 | 0.96 | 0.03 | 0.11 | 301.65 | 0.92 | 0.46 |
| Hex | E3 | 9 | DD | 0 | 60 | 3 | B | 12E | 5C | 2E |
| Octal | 343 | 11 | 335 | 0 | 140 | 3 | 13 | 456 | 134 | 56 |
| Binary | 11100011 | 1001 | 11011101 | 0 | 1100000 | 11 | 1011 | 100101110 | 1011100 | 101110 |
Color Harmonies of #E309DD
Complementary color
Monochromatic Colors of #E309DD
Black with #E309DD
Text Example
Text Example
White with #E309DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E309DD; }
p { color: rgb(227,9,221); }
H1.HeaderClassName
{
color: #E309DD;
}
.AnyTagClassName
{
color: #E309DD;
}
</style>
background-color css
<style>
a { background-color: #E309DD; }
a { background-color: rgb(227,9,221); }
div.DivClassName
{
background-color: #E309DD;
}
.BgClassName
{
background-color: #E309DD;
}
</style>
border-color css
<style>
span { border-color: #E309DD; }
span { border-color: rgb(227,9,221); }
td.TdClassName
{
border-color: #E309DD;
}
.TagClassName
{
border-color: #E309DD;
}
</style>