Shades of Hot Magenta #E807DA
Tints of Hot Magenta #E807DA
RGB
CMYK
RGB Variations
Color information
#E807DA (or 0xE807DA) is known color: Hot Magenta. HEX triplet: E8, 07 and DA. RGB value is (232,7,218). Sum of RGB (Red+Green+Blue) = 232+7+218=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E807DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E807DA is #17F825. Grayscale: #616161. Windows color (decimal): -1570854 or 14288872. OLE color: 14288872.
HSL color Cylindrical-coordinate representation of color #E807DA: hue angle of 303.73º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E807DA is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 218 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.09 |
| HSL | 303.73º | 0.94% | 0.47% | - |
| HSV(B) | 303.73º | 0.97% | 0.91% | - |
| XYZ | 46.01 | 22.37 | 68.22 | - |
| YUV | 98.33 | 195.54 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 218 | 0 | 0.97 | 0.06 | 0.09 | 303.73 | 0.94 | 0.47 |
| Hex | E8 | 7 | DA | 0 | 61 | 6 | 9 | 130 | 5E | 2F |
| Octal | 350 | 7 | 332 | 0 | 141 | 6 | 11 | 460 | 136 | 57 |
| Binary | 11101000 | 111 | 11011010 | 0 | 1100001 | 110 | 1001 | 100110000 | 1011110 | 101111 |
Color Harmonies of #E807DA
Complementary color
Monochromatic Colors of #E807DA
Black with #E807DA
Text Example
Text Example
White with #E807DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E807DA; }
p { color: rgb(232,7,218); }
H1.HeaderClassName
{
color: #E807DA;
}
.AnyTagClassName
{
color: #E807DA;
}
</style>
background-color css
<style>
a { background-color: #E807DA; }
a { background-color: rgb(232,7,218); }
div.DivClassName
{
background-color: #E807DA;
}
.BgClassName
{
background-color: #E807DA;
}
</style>
border-color css
<style>
span { border-color: #E807DA; }
span { border-color: rgb(232,7,218); }
td.TdClassName
{
border-color: #E807DA;
}
.TagClassName
{
border-color: #E807DA;
}
</style>