Shades of Deep Magenta #E302D2
Tints of Deep Magenta #E302D2
RGB
CMYK
RGB Variations
Color information
#E302D2 (or 0xE302D2) is known color: Deep Magenta. HEX triplet: E3, 02 and D2. RGB value is (227,2,210). Sum of RGB (Red+Green+Blue) = 227+2+210=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E302D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E302D2 is #1CFD2D. Grayscale: #5C5C5C. Windows color (decimal): -1899822 or 13763299. OLE color: 13763299.
HSL color Cylindrical-coordinate representation of color #E302D2: hue angle of 304.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E302D2 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 210 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.11 |
| HSL | 304.53º | 0.98% | 0.45% | - |
| HSV(B) | 304.53º | 0.99% | 0.89% | - |
| XYZ | 43.33 | 21.03 | 62.75 | - |
| YUV | 92.99 | 194.04 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 210 | 0 | 0.99 | 0.07 | 0.11 | 304.53 | 0.98 | 0.45 |
| Hex | E3 | 2 | D2 | 0 | 63 | 7 | B | 131 | 62 | 2D |
| Octal | 343 | 2 | 322 | 0 | 143 | 7 | 13 | 461 | 142 | 55 |
| Binary | 11100011 | 10 | 11010010 | 0 | 1100011 | 111 | 1011 | 100110001 | 1100010 | 101101 |
Color Harmonies of #E302D2
Complementary color
Monochromatic Colors of #E302D2
Black with #E302D2
Text Example
Text Example
White with #E302D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302D2; }
p { color: rgb(227,2,210); }
H1.HeaderClassName
{
color: #E302D2;
}
.AnyTagClassName
{
color: #E302D2;
}
</style>
background-color css
<style>
a { background-color: #E302D2; }
a { background-color: rgb(227,2,210); }
div.DivClassName
{
background-color: #E302D2;
}
.BgClassName
{
background-color: #E302D2;
}
</style>
border-color css
<style>
span { border-color: #E302D2; }
span { border-color: rgb(227,2,210); }
td.TdClassName
{
border-color: #E302D2;
}
.TagClassName
{
border-color: #E302D2;
}
</style>