Shades of Hot Magenta #E713DB
Tints of Hot Magenta #E713DB
RGB
CMYK
RGB Variations
Color information
#E713DB (or 0xE713DB) is known color: Hot Magenta. HEX triplet: E7, 13 and DB. RGB value is (231,19,219). Sum of RGB (Red+Green+Blue) = 231+19+219=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E713DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E713DB is #18EC24. Grayscale: #686868. Windows color (decimal): -1633317 or 14357479. OLE color: 14357479.
HSL color Cylindrical-coordinate representation of color #E713DB: hue angle of 303.4º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E713DB is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 219 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.09 |
| HSL | 303.4º | 0.85% | 0.49% | - |
| HSV(B) | 303.4º | 0.92% | 0.91% | - |
| XYZ | 45.97 | 22.57 | 68.95 | - |
| YUV | 105.19 | 192.24 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 219 | 0 | 0.92 | 0.05 | 0.09 | 303.4 | 0.85 | 0.49 |
| Hex | E7 | 13 | DB | 0 | 5C | 5 | 9 | 12F | 55 | 31 |
| Octal | 347 | 23 | 333 | 0 | 134 | 5 | 11 | 457 | 125 | 61 |
| Binary | 11100111 | 10011 | 11011011 | 0 | 1011100 | 101 | 1001 | 100101111 | 1010101 | 110001 |
Color Harmonies of #E713DB
Complementary color
Monochromatic Colors of #E713DB
Black with #E713DB
Text Example
Text Example
White with #E713DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E713DB; }
p { color: rgb(231,19,219); }
H1.HeaderClassName
{
color: #E713DB;
}
.AnyTagClassName
{
color: #E713DB;
}
</style>
background-color css
<style>
a { background-color: #E713DB; }
a { background-color: rgb(231,19,219); }
div.DivClassName
{
background-color: #E713DB;
}
.BgClassName
{
background-color: #E713DB;
}
</style>
border-color css
<style>
span { border-color: #E713DB; }
span { border-color: rgb(231,19,219); }
td.TdClassName
{
border-color: #E713DB;
}
.TagClassName
{
border-color: #E713DB;
}
</style>