Shades of Hot Magenta #E710DA
Tints of Hot Magenta #E710DA
RGB
CMYK
RGB Variations
Color information
#E710DA (or 0xE710DA) is known color: Hot Magenta. HEX triplet: E7, 10 and DA. RGB value is (231,16,218). Sum of RGB (Red+Green+Blue) = 231+16+218=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E710DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E710DA is #18EF25. Grayscale: #666666. Windows color (decimal): -1634086 or 14291175. OLE color: 14291175.
HSL color Cylindrical-coordinate representation of color #E710DA: hue angle of 303.63º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E710DA is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 218 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.09 |
| HSL | 303.63º | 0.87% | 0.48% | - |
| HSV(B) | 303.63º | 0.93% | 0.91% | - |
| XYZ | 45.8 | 22.42 | 68.24 | - |
| YUV | 103.31 | 192.73 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 218 | 0 | 0.93 | 0.06 | 0.09 | 303.63 | 0.87 | 0.48 |
| Hex | E7 | 10 | DA | 0 | 5D | 6 | 9 | 130 | 57 | 30 |
| Octal | 347 | 20 | 332 | 0 | 135 | 6 | 11 | 460 | 127 | 60 |
| Binary | 11100111 | 10000 | 11011010 | 0 | 1011101 | 110 | 1001 | 100110000 | 1010111 | 110000 |
Color Harmonies of #E710DA
Complementary color
Monochromatic Colors of #E710DA
Black with #E710DA
Text Example
Text Example
White with #E710DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E710DA; }
p { color: rgb(231,16,218); }
H1.HeaderClassName
{
color: #E710DA;
}
.AnyTagClassName
{
color: #E710DA;
}
</style>
background-color css
<style>
a { background-color: #E710DA; }
a { background-color: rgb(231,16,218); }
div.DivClassName
{
background-color: #E710DA;
}
.BgClassName
{
background-color: #E710DA;
}
</style>
border-color css
<style>
span { border-color: #E710DA; }
span { border-color: rgb(231,16,218); }
td.TdClassName
{
border-color: #E710DA;
}
.TagClassName
{
border-color: #E710DA;
}
</style>