Shades of Hot Magenta #E718DD
Tints of Hot Magenta #E718DD
RGB
CMYK
RGB Variations
Color information
#E718DD (or 0xE718DD) is known color: Hot Magenta. HEX triplet: E7, 18 and DD. RGB value is (231,24,221). Sum of RGB (Red+Green+Blue) = 231+24+221=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 24 (9.77% from 255 or 5.04% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E718DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718DD is #18E722. Grayscale: #6B6B6B. Windows color (decimal): -1632035 or 14489831. OLE color: 14489831.
HSL color Cylindrical-coordinate representation of color #E718DD: hue angle of 302.9º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E718DD is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 221 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.09 |
| HSL | 302.9º | 0.81% | 0.5% | - |
| HSV(B) | 302.9º | 0.9% | 0.91% | - |
| XYZ | 46.33 | 22.86 | 70.38 | - |
| YUV | 108.35 | 191.58 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 221 | 0 | 0.90 | 0.04 | 0.09 | 302.9 | 0.81 | 0.5 |
| Hex | E7 | 18 | DD | 0 | 5A | 4 | 9 | 12F | 51 | 32 |
| Octal | 347 | 30 | 335 | 0 | 132 | 4 | 11 | 457 | 121 | 62 |
| Binary | 11100111 | 11000 | 11011101 | 0 | 1011010 | 100 | 1001 | 100101111 | 1010001 | 110010 |
Color Harmonies of #E718DD
Complementary color
Monochromatic Colors of #E718DD
Black with #E718DD
Text Example
Text Example
White with #E718DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718DD; }
p { color: rgb(231,24,221); }
H1.HeaderClassName
{
color: #E718DD;
}
.AnyTagClassName
{
color: #E718DD;
}
</style>
background-color css
<style>
a { background-color: #E718DD; }
a { background-color: rgb(231,24,221); }
div.DivClassName
{
background-color: #E718DD;
}
.BgClassName
{
background-color: #E718DD;
}
</style>
border-color css
<style>
span { border-color: #E718DD; }
span { border-color: rgb(231,24,221); }
td.TdClassName
{
border-color: #E718DD;
}
.TagClassName
{
border-color: #E718DD;
}
</style>