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