Shades of Hot Magenta #E803DA
Tints of Hot Magenta #E803DA
RGB
CMYK
RGB Variations
Color information
#E803DA (or 0xE803DA) is known color: Hot Magenta. HEX triplet: E8, 03 and DA. RGB value is (232,3,218). Sum of RGB (Red+Green+Blue) = 232+3+218=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E803DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E803DA is #17FC25. Grayscale: #5F5F5F. Windows color (decimal): -1571878 or 14287848. OLE color: 14287848.
HSL color Cylindrical-coordinate representation of color #E803DA: hue angle of 303.67º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E803DA is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.09 |
| HSL | 303.67º | 0.97% | 0.46% | - |
| HSV(B) | 303.67º | 0.99% | 0.91% | - |
| XYZ | 45.97 | 22.28 | 68.21 | - |
| YUV | 95.98 | 196.87 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 218 | 0 | 0.99 | 0.06 | 0.09 | 303.67 | 0.97 | 0.46 |
| Hex | E8 | 3 | DA | 0 | 63 | 6 | 9 | 130 | 61 | 2E |
| Octal | 350 | 3 | 332 | 0 | 143 | 6 | 11 | 460 | 141 | 56 |
| Binary | 11101000 | 11 | 11011010 | 0 | 1100011 | 110 | 1001 | 100110000 | 1100001 | 101110 |
Color Harmonies of #E803DA
Complementary color
Monochromatic Colors of #E803DA
Black with #E803DA
Text Example
Text Example
White with #E803DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E803DA; }
p { color: rgb(232,3,218); }
H1.HeaderClassName
{
color: #E803DA;
}
.AnyTagClassName
{
color: #E803DA;
}
</style>
background-color css
<style>
a { background-color: #E803DA; }
a { background-color: rgb(232,3,218); }
div.DivClassName
{
background-color: #E803DA;
}
.BgClassName
{
background-color: #E803DA;
}
</style>
border-color css
<style>
span { border-color: #E803DA; }
span { border-color: rgb(232,3,218); }
td.TdClassName
{
border-color: #E803DA;
}
.TagClassName
{
border-color: #E803DA;
}
</style>