Shades of Hot Magenta #E813DB
Tints of Hot Magenta #E813DB
RGB
CMYK
RGB Variations
Color information
#E813DB (or 0xE813DB) is known color: Hot Magenta. HEX triplet: E8, 13 and DB. RGB value is (232,19,219). Sum of RGB (Red+Green+Blue) = 232+19+219=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 19 (7.81% from 255 or 4.04% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E813DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E813DB is #17EC24. Grayscale: #686868. Windows color (decimal): -1567781 or 14357480. OLE color: 14357480.
HSL color Cylindrical-coordinate representation of color #E813DB: hue angle of 303.66º 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 #E813DB is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 219 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.09 |
| HSL | 303.66º | 0.85% | 0.49% | - |
| HSV(B) | 303.66º | 0.92% | 0.91% | - |
| XYZ | 46.3 | 22.74 | 68.97 | - |
| YUV | 105.49 | 192.07 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 219 | 0 | 0.92 | 0.06 | 0.09 | 303.66 | 0.85 | 0.49 |
| Hex | E8 | 13 | DB | 0 | 5C | 6 | 9 | 130 | 55 | 31 |
| Octal | 350 | 23 | 333 | 0 | 134 | 6 | 11 | 460 | 125 | 61 |
| Binary | 11101000 | 10011 | 11011011 | 0 | 1011100 | 110 | 1001 | 100110000 | 1010101 | 110001 |
Color Harmonies of #E813DB
Complementary color
Monochromatic Colors of #E813DB
Black with #E813DB
Text Example
Text Example
White with #E813DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E813DB; }
p { color: rgb(232,19,219); }
H1.HeaderClassName
{
color: #E813DB;
}
.AnyTagClassName
{
color: #E813DB;
}
</style>
background-color css
<style>
a { background-color: #E813DB; }
a { background-color: rgb(232,19,219); }
div.DivClassName
{
background-color: #E813DB;
}
.BgClassName
{
background-color: #E813DB;
}
</style>
border-color css
<style>
span { border-color: #E813DB; }
span { border-color: rgb(232,19,219); }
td.TdClassName
{
border-color: #E813DB;
}
.TagClassName
{
border-color: #E813DB;
}
</style>