Shades of Hot Magenta #E716DD
Tints of Hot Magenta #E716DD
RGB
CMYK
RGB Variations
Color information
#E716DD (or 0xE716DD) is known color: Hot Magenta. HEX triplet: E7, 16 and DD. RGB value is (231,22,221). Sum of RGB (Red+Green+Blue) = 231+22+221=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E716DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E716DD is #18E922. Grayscale: #6A6A6A. Windows color (decimal): -1632547 or 14489319. OLE color: 14489319.
HSL color Cylindrical-coordinate representation of color #E716DD: hue angle of 302.87º degrees, saturation: 0.83, 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 #E716DD is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 221 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.09 |
| HSL | 302.87º | 0.83% | 0.5% | - |
| HSV(B) | 302.87º | 0.9% | 0.91% | - |
| XYZ | 46.29 | 22.78 | 70.36 | - |
| YUV | 107.18 | 192.24 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 221 | 0 | 0.90 | 0.04 | 0.09 | 302.87 | 0.83 | 0.5 |
| Hex | E7 | 16 | DD | 0 | 5A | 4 | 9 | 12F | 53 | 32 |
| Octal | 347 | 26 | 335 | 0 | 132 | 4 | 11 | 457 | 123 | 62 |
| Binary | 11100111 | 10110 | 11011101 | 0 | 1011010 | 100 | 1001 | 100101111 | 1010011 | 110010 |
Color Harmonies of #E716DD
Complementary color
Monochromatic Colors of #E716DD
Black with #E716DD
Text Example
Text Example
White with #E716DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716DD; }
p { color: rgb(231,22,221); }
H1.HeaderClassName
{
color: #E716DD;
}
.AnyTagClassName
{
color: #E716DD;
}
</style>
background-color css
<style>
a { background-color: #E716DD; }
a { background-color: rgb(231,22,221); }
div.DivClassName
{
background-color: #E716DD;
}
.BgClassName
{
background-color: #E716DD;
}
</style>
border-color css
<style>
span { border-color: #E716DD; }
span { border-color: rgb(231,22,221); }
td.TdClassName
{
border-color: #E716DD;
}
.TagClassName
{
border-color: #E716DD;
}
</style>