Shades of Hot Magenta #E703DC
Tints of Hot Magenta #E703DC
RGB
CMYK
RGB Variations
Color information
#E703DC (or 0xE703DC) is known color: Hot Magenta. HEX triplet: E7, 03 and DC. RGB value is (231,3,220). Sum of RGB (Red+Green+Blue) = 231+3+220=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E703DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E703DC is #18FC23. Grayscale: #5F5F5F. Windows color (decimal): -1637412 or 14418919. OLE color: 14418919.
HSL color Cylindrical-coordinate representation of color #E703DC: hue angle of 302.89º 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 #E703DC is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 220 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.09 |
| HSL | 302.89º | 0.97% | 0.46% | - |
| HSV(B) | 302.89º | 0.99% | 0.91% | - |
| XYZ | 45.91 | 22.22 | 69.58 | - |
| YUV | 95.91 | 198.04 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 220 | 0 | 0.99 | 0.05 | 0.09 | 302.89 | 0.97 | 0.46 |
| Hex | E7 | 3 | DC | 0 | 63 | 5 | 9 | 12F | 61 | 2E |
| Octal | 347 | 3 | 334 | 0 | 143 | 5 | 11 | 457 | 141 | 56 |
| Binary | 11100111 | 11 | 11011100 | 0 | 1100011 | 101 | 1001 | 100101111 | 1100001 | 101110 |
Color Harmonies of #E703DC
Complementary color
Monochromatic Colors of #E703DC
Black with #E703DC
Text Example
Text Example
White with #E703DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703DC; }
p { color: rgb(231,3,220); }
H1.HeaderClassName
{
color: #E703DC;
}
.AnyTagClassName
{
color: #E703DC;
}
</style>
background-color css
<style>
a { background-color: #E703DC; }
a { background-color: rgb(231,3,220); }
div.DivClassName
{
background-color: #E703DC;
}
.BgClassName
{
background-color: #E703DC;
}
</style>
border-color css
<style>
span { border-color: #E703DC; }
span { border-color: rgb(231,3,220); }
td.TdClassName
{
border-color: #E703DC;
}
.TagClassName
{
border-color: #E703DC;
}
</style>