Shades of Hot Magenta #E803CF
Tints of Hot Magenta #E803CF
RGB
CMYK
RGB Variations
Color information
#E803CF (or 0xE803CF) is known color: Hot Magenta. HEX triplet: E8, 03 and CF. RGB value is (232,3,207). Sum of RGB (Red+Green+Blue) = 232+3+207=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E803CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E803CF is #17FC30. Grayscale: #5E5E5E. Windows color (decimal): -1571889 or 13566952. OLE color: 13566952.
HSL color Cylindrical-coordinate representation of color #E803CF: hue angle of 306.55º 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 #E803CF is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 207 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.09 |
| HSL | 306.55º | 0.97% | 0.46% | - |
| HSV(B) | 306.55º | 0.99% | 0.91% | - |
| XYZ | 44.57 | 21.73 | 60.88 | - |
| YUV | 94.73 | 191.37 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 207 | 0 | 0.99 | 0.11 | 0.09 | 306.55 | 0.97 | 0.46 |
| Hex | E8 | 3 | CF | 0 | 63 | B | 9 | 133 | 61 | 2E |
| Octal | 350 | 3 | 317 | 0 | 143 | 13 | 11 | 463 | 141 | 56 |
| Binary | 11101000 | 11 | 11001111 | 0 | 1100011 | 1011 | 1001 | 100110011 | 1100001 | 101110 |
Color Harmonies of #E803CF
Complementary color
Monochromatic Colors of #E803CF
Black with #E803CF
Text Example
Text Example
White with #E803CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E803CF; }
p { color: rgb(232,3,207); }
H1.HeaderClassName
{
color: #E803CF;
}
.AnyTagClassName
{
color: #E803CF;
}
</style>
background-color css
<style>
a { background-color: #E803CF; }
a { background-color: rgb(232,3,207); }
div.DivClassName
{
background-color: #E803CF;
}
.BgClassName
{
background-color: #E803CF;
}
</style>
border-color css
<style>
span { border-color: #E803CF; }
span { border-color: rgb(232,3,207); }
td.TdClassName
{
border-color: #E803CF;
}
.TagClassName
{
border-color: #E803CF;
}
</style>