Shades of Deep Magenta #E102DA
Tints of Deep Magenta #E102DA
RGB
CMYK
RGB Variations
Color information
#E102DA (or 0xE102DA) is known color: Deep Magenta. HEX triplet: E1, 02 and DA. RGB value is (225,2,218). Sum of RGB (Red+Green+Blue) = 225+2+218=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E102DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102DA is #1EFD25. Grayscale: #5C5C5C. Windows color (decimal): -2030886 or 14287585. OLE color: 14287585.
HSL color Cylindrical-coordinate representation of color #E102DA: hue angle of 301.88º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E102DA is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 218 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.12 |
| HSL | 301.88º | 0.98% | 0.45% | - |
| HSV(B) | 301.88º | 0.99% | 0.88% | - |
| XYZ | 43.73 | 21.11 | 68.1 | - |
| YUV | 93.3 | 198.38 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 218 | 0 | 0.99 | 0.03 | 0.12 | 301.88 | 0.98 | 0.45 |
| Hex | E1 | 2 | DA | 0 | 63 | 3 | C | 12E | 62 | 2D |
| Octal | 341 | 2 | 332 | 0 | 143 | 3 | 14 | 456 | 142 | 55 |
| Binary | 11100001 | 10 | 11011010 | 0 | 1100011 | 11 | 1100 | 100101110 | 1100010 | 101101 |
Color Harmonies of #E102DA
Complementary color
Monochromatic Colors of #E102DA
Black with #E102DA
Text Example
Text Example
White with #E102DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102DA; }
p { color: rgb(225,2,218); }
H1.HeaderClassName
{
color: #E102DA;
}
.AnyTagClassName
{
color: #E102DA;
}
</style>
background-color css
<style>
a { background-color: #E102DA; }
a { background-color: rgb(225,2,218); }
div.DivClassName
{
background-color: #E102DA;
}
.BgClassName
{
background-color: #E102DA;
}
</style>
border-color css
<style>
span { border-color: #E102DA; }
span { border-color: rgb(225,2,218); }
td.TdClassName
{
border-color: #E102DA;
}
.TagClassName
{
border-color: #E102DA;
}
</style>