Shades of Hot Magenta #E805DD
Tints of Hot Magenta #E805DD
RGB
CMYK
RGB Variations
Color information
#E805DD (or 0xE805DD) is known color: Hot Magenta. HEX triplet: E8, 05 and DD. RGB value is (232,5,221). Sum of RGB (Red+Green+Blue) = 232+5+221=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E805DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E805DD is #17FA22. Grayscale: #606060. Windows color (decimal): -1571363 or 14484968. OLE color: 14484968.
HSL color Cylindrical-coordinate representation of color #E805DD: hue angle of 302.91º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805DD is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 221 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.09 |
| HSL | 302.91º | 0.96% | 0.46% | - |
| HSV(B) | 302.91º | 0.98% | 0.91% | - |
| XYZ | 46.38 | 22.48 | 70.3 | - |
| YUV | 97.5 | 197.71 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 221 | 0 | 0.98 | 0.05 | 0.09 | 302.91 | 0.96 | 0.46 |
| Hex | E8 | 5 | DD | 0 | 62 | 5 | 9 | 12F | 60 | 2E |
| Octal | 350 | 5 | 335 | 0 | 142 | 5 | 11 | 457 | 140 | 56 |
| Binary | 11101000 | 101 | 11011101 | 0 | 1100010 | 101 | 1001 | 100101111 | 1100000 | 101110 |
Color Harmonies of #E805DD
Complementary color
Monochromatic Colors of #E805DD
Black with #E805DD
Text Example
Text Example
White with #E805DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805DD; }
p { color: rgb(232,5,221); }
H1.HeaderClassName
{
color: #E805DD;
}
.AnyTagClassName
{
color: #E805DD;
}
</style>
background-color css
<style>
a { background-color: #E805DD; }
a { background-color: rgb(232,5,221); }
div.DivClassName
{
background-color: #E805DD;
}
.BgClassName
{
background-color: #E805DD;
}
</style>
border-color css
<style>
span { border-color: #E805DD; }
span { border-color: rgb(232,5,221); }
td.TdClassName
{
border-color: #E805DD;
}
.TagClassName
{
border-color: #E805DD;
}
</style>