Shades of Hot Magenta #E711DA
Tints of Hot Magenta #E711DA
RGB
CMYK
RGB Variations
Color information
#E711DA (or 0xE711DA) is known color: Hot Magenta. HEX triplet: E7, 11 and DA. RGB value is (231,17,218). Sum of RGB (Red+Green+Blue) = 231+17+218=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E711DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711DA is #18EE25. Grayscale: #676767. Windows color (decimal): -1633830 or 14291431. OLE color: 14291431.
HSL color Cylindrical-coordinate representation of color #E711DA: hue angle of 303.64º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711DA is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 218 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.09 |
| HSL | 303.64º | 0.86% | 0.49% | - |
| HSV(B) | 303.64º | 0.93% | 0.91% | - |
| XYZ | 45.81 | 22.45 | 68.25 | - |
| YUV | 103.9 | 192.4 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 218 | 0 | 0.93 | 0.06 | 0.09 | 303.64 | 0.86 | 0.49 |
| Hex | E7 | 11 | DA | 0 | 5D | 6 | 9 | 130 | 56 | 31 |
| Octal | 347 | 21 | 332 | 0 | 135 | 6 | 11 | 460 | 126 | 61 |
| Binary | 11100111 | 10001 | 11011010 | 0 | 1011101 | 110 | 1001 | 100110000 | 1010110 | 110001 |
Color Harmonies of #E711DA
Complementary color
Monochromatic Colors of #E711DA
Black with #E711DA
Text Example
Text Example
White with #E711DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E711DA; }
p { color: rgb(231,17,218); }
H1.HeaderClassName
{
color: #E711DA;
}
.AnyTagClassName
{
color: #E711DA;
}
</style>
background-color css
<style>
a { background-color: #E711DA; }
a { background-color: rgb(231,17,218); }
div.DivClassName
{
background-color: #E711DA;
}
.BgClassName
{
background-color: #E711DA;
}
</style>
border-color css
<style>
span { border-color: #E711DA; }
span { border-color: rgb(231,17,218); }
td.TdClassName
{
border-color: #E711DA;
}
.TagClassName
{
border-color: #E711DA;
}
</style>