Shades of Hot Magenta #E800DA
Tints of Hot Magenta #E800DA
RGB
CMYK
RGB Variations
Color information
#E800DA (or 0xE800DA) is known color: Hot Magenta. HEX triplet: E8, 00 and DA. RGB value is (232,0,218). Sum of RGB (Red+Green+Blue) = 232+0+218=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E800DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E800DA is #17FF25. Grayscale: #5D5D5D. Windows color (decimal): -1572646 or 14287080. OLE color: 14287080.
HSL color Cylindrical-coordinate representation of color #E800DA: hue angle of 303.62º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E800DA is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 218 | - |
| CMYK | 0 | 1 | 0.06 | 0.09 |
| HSL | 303.62º | 1% | 0.45% | - |
| HSV(B) | 303.62º | 1% | 0.91% | - |
| XYZ | 45.93 | 22.22 | 68.2 | - |
| YUV | 94.22 | 197.86 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 218 | 0 | 1 | 0.06 | 0.09 | 303.62 | 1 | 0.45 |
| Hex | E8 | 0 | DA | 0 | 64 | 6 | 9 | 130 | 64 | 2D |
| Octal | 350 | 0 | 332 | 0 | 144 | 6 | 11 | 460 | 144 | 55 |
| Binary | 11101000 | 0 | 11011010 | 0 | 1100100 | 110 | 1001 | 100110000 | 1100100 | 101101 |
Color Harmonies of #E800DA
Complementary color
Monochromatic Colors of #E800DA
Black with #E800DA
Text Example
Text Example
White with #E800DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800DA; }
p { color: rgb(232,0,218); }
H1.HeaderClassName
{
color: #E800DA;
}
.AnyTagClassName
{
color: #E800DA;
}
</style>
background-color css
<style>
a { background-color: #E800DA; }
a { background-color: rgb(232,0,218); }
div.DivClassName
{
background-color: #E800DA;
}
.BgClassName
{
background-color: #E800DA;
}
</style>
border-color css
<style>
span { border-color: #E800DA; }
span { border-color: rgb(232,0,218); }
td.TdClassName
{
border-color: #E800DA;
}
.TagClassName
{
border-color: #E800DA;
}
</style>