Shades of Hot Magenta #E803DF
Tints of Hot Magenta #E803DF
RGB
CMYK
RGB Variations
Color information
#E803DF (or 0xE803DF) is known color: Hot Magenta. HEX triplet: E8, 03 and DF. RGB value is (232,3,223). Sum of RGB (Red+Green+Blue) = 232+3+223=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 3 (1.56% from 255 or 0.66% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E803DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E803DF is #17FC20. Grayscale: #5F5F5F. Windows color (decimal): -1571873 or 14615528. OLE color: 14615528.
HSL color Cylindrical-coordinate representation of color #E803DF: hue angle of 302.36º 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 #E803DF is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 223 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.09 |
| HSL | 302.36º | 0.97% | 0.46% | - |
| HSV(B) | 302.36º | 0.99% | 0.91% | - |
| XYZ | 46.63 | 22.55 | 71.71 | - |
| YUV | 96.55 | 199.37 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 223 | 0 | 0.99 | 0.04 | 0.09 | 302.36 | 0.97 | 0.46 |
| Hex | E8 | 3 | DF | 0 | 63 | 4 | 9 | 12E | 61 | 2E |
| Octal | 350 | 3 | 337 | 0 | 143 | 4 | 11 | 456 | 141 | 56 |
| Binary | 11101000 | 11 | 11011111 | 0 | 1100011 | 100 | 1001 | 100101110 | 1100001 | 101110 |
Color Harmonies of #E803DF
Complementary color
Monochromatic Colors of #E803DF
Black with #E803DF
Text Example
Text Example
White with #E803DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E803DF; }
p { color: rgb(232,3,223); }
H1.HeaderClassName
{
color: #E803DF;
}
.AnyTagClassName
{
color: #E803DF;
}
</style>
background-color css
<style>
a { background-color: #E803DF; }
a { background-color: rgb(232,3,223); }
div.DivClassName
{
background-color: #E803DF;
}
.BgClassName
{
background-color: #E803DF;
}
</style>
border-color css
<style>
span { border-color: #E803DF; }
span { border-color: rgb(232,3,223); }
td.TdClassName
{
border-color: #E803DF;
}
.TagClassName
{
border-color: #E803DF;
}
</style>