Shades of Deep Magenta #E308D2
Tints of Deep Magenta #E308D2
RGB
CMYK
RGB Variations
Color information
#E308D2 (or 0xE308D2) is known color: Deep Magenta. HEX triplet: E3, 08 and D2. RGB value is (227,8,210). Sum of RGB (Red+Green+Blue) = 227+8+210=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 8 (3.52% from 255 or 1.80% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E308D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E308D2 is #1CF72D. Grayscale: #5F5F5F. Windows color (decimal): -1898286 or 13764835. OLE color: 13764835.
HSL color Cylindrical-coordinate representation of color #E308D2: hue angle of 304.66º 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 #E308D2 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 210 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.11 |
| HSL | 304.66º | 0.93% | 0.46% | - |
| HSV(B) | 304.66º | 0.96% | 0.89% | - |
| XYZ | 43.4 | 21.16 | 62.77 | - |
| YUV | 96.51 | 192.05 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 210 | 0 | 0.96 | 0.07 | 0.11 | 304.66 | 0.93 | 0.46 |
| Hex | E3 | 8 | D2 | 0 | 60 | 7 | B | 131 | 5D | 2E |
| Octal | 343 | 10 | 322 | 0 | 140 | 7 | 13 | 461 | 135 | 56 |
| Binary | 11100011 | 1000 | 11010010 | 0 | 1100000 | 111 | 1011 | 100110001 | 1011101 | 101110 |
Color Harmonies of #E308D2
Complementary color
Monochromatic Colors of #E308D2
Black with #E308D2
Text Example
Text Example
White with #E308D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308D2; }
p { color: rgb(227,8,210); }
H1.HeaderClassName
{
color: #E308D2;
}
.AnyTagClassName
{
color: #E308D2;
}
</style>
background-color css
<style>
a { background-color: #E308D2; }
a { background-color: rgb(227,8,210); }
div.DivClassName
{
background-color: #E308D2;
}
.BgClassName
{
background-color: #E308D2;
}
</style>
border-color css
<style>
span { border-color: #E308D2; }
span { border-color: rgb(227,8,210); }
td.TdClassName
{
border-color: #E308D2;
}
.TagClassName
{
border-color: #E308D2;
}
</style>