Shades of Hot Magenta #E704DB
Tints of Hot Magenta #E704DB
RGB
CMYK
RGB Variations
Color information
#E704DB (or 0xE704DB) is known color: Hot Magenta. HEX triplet: E7, 04 and DB. RGB value is (231,4,219). Sum of RGB (Red+Green+Blue) = 231+4+219=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 4 (1.95% from 255 or 0.88% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E704DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E704DB is #18FB24. Grayscale: #5F5F5F. Windows color (decimal): -1637157 or 14353639. OLE color: 14353639.
HSL color Cylindrical-coordinate representation of color #E704DB: hue angle of 303.17º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E704DB is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.09 |
| HSL | 303.17º | 0.97% | 0.46% | - |
| HSV(B) | 303.17º | 0.98% | 0.91% | - |
| XYZ | 45.78 | 22.19 | 68.89 | - |
| YUV | 96.38 | 197.21 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 219 | 0 | 0.98 | 0.05 | 0.09 | 303.17 | 0.97 | 0.46 |
| Hex | E7 | 4 | DB | 0 | 62 | 5 | 9 | 12F | 61 | 2E |
| Octal | 347 | 4 | 333 | 0 | 142 | 5 | 11 | 457 | 141 | 56 |
| Binary | 11100111 | 100 | 11011011 | 0 | 1100010 | 101 | 1001 | 100101111 | 1100001 | 101110 |
Color Harmonies of #E704DB
Complementary color
Monochromatic Colors of #E704DB
Black with #E704DB
Text Example
Text Example
White with #E704DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E704DB; }
p { color: rgb(231,4,219); }
H1.HeaderClassName
{
color: #E704DB;
}
.AnyTagClassName
{
color: #E704DB;
}
</style>
background-color css
<style>
a { background-color: #E704DB; }
a { background-color: rgb(231,4,219); }
div.DivClassName
{
background-color: #E704DB;
}
.BgClassName
{
background-color: #E704DB;
}
</style>
border-color css
<style>
span { border-color: #E704DB; }
span { border-color: rgb(231,4,219); }
td.TdClassName
{
border-color: #E704DB;
}
.TagClassName
{
border-color: #E704DB;
}
</style>