Shades of Deep Magenta #E308DD
Tints of Deep Magenta #E308DD
RGB
CMYK
RGB Variations
Color information
#E308DD (or 0xE308DD) is known color: Deep Magenta. HEX triplet: E3, 08 and DD. RGB value is (227,8,221). Sum of RGB (Red+Green+Blue) = 227+8+221=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E308DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E308DD is #1CF722. Grayscale: #616161. Windows color (decimal): -1898275 or 14485731. OLE color: 14485731.
HSL color Cylindrical-coordinate representation of color #E308DD: hue angle of 301.64º degrees, saturation: 0.93, 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 #E308DD is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 221 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.11 |
| HSL | 301.64º | 0.93% | 0.46% | - |
| HSV(B) | 301.64º | 0.96% | 0.89% | - |
| XYZ | 44.82 | 21.73 | 70.24 | - |
| YUV | 97.76 | 197.55 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 221 | 0 | 0.96 | 0.03 | 0.11 | 301.64 | 0.93 | 0.46 |
| Hex | E3 | 8 | DD | 0 | 60 | 3 | B | 12E | 5D | 2E |
| Octal | 343 | 10 | 335 | 0 | 140 | 3 | 13 | 456 | 135 | 56 |
| Binary | 11100011 | 1000 | 11011101 | 0 | 1100000 | 11 | 1011 | 100101110 | 1011101 | 101110 |
Color Harmonies of #E308DD
Complementary color
Monochromatic Colors of #E308DD
Black with #E308DD
Text Example
Text Example
White with #E308DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308DD; }
p { color: rgb(227,8,221); }
H1.HeaderClassName
{
color: #E308DD;
}
.AnyTagClassName
{
color: #E308DD;
}
</style>
background-color css
<style>
a { background-color: #E308DD; }
a { background-color: rgb(227,8,221); }
div.DivClassName
{
background-color: #E308DD;
}
.BgClassName
{
background-color: #E308DD;
}
</style>
border-color css
<style>
span { border-color: #E308DD; }
span { border-color: rgb(227,8,221); }
td.TdClassName
{
border-color: #E308DD;
}
.TagClassName
{
border-color: #E308DD;
}
</style>