Shades of Hot Magenta #E812DB
Tints of Hot Magenta #E812DB
RGB
CMYK
RGB Variations
Color information
#E812DB (or 0xE812DB) is known color: Hot Magenta. HEX triplet: E8, 12 and DB. RGB value is (232,18,219). Sum of RGB (Red+Green+Blue) = 232+18+219=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E812DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E812DB is #17ED24. Grayscale: #686868. Windows color (decimal): -1568037 or 14357224. OLE color: 14357224.
HSL color Cylindrical-coordinate representation of color #E812DB: hue angle of 303.64º degrees, saturation: 0.86, 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 #E812DB is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 219 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.09 |
| HSL | 303.64º | 0.86% | 0.49% | - |
| HSV(B) | 303.64º | 0.92% | 0.91% | - |
| XYZ | 46.28 | 22.7 | 68.96 | - |
| YUV | 104.9 | 192.4 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 219 | 0 | 0.92 | 0.06 | 0.09 | 303.64 | 0.86 | 0.49 |
| Hex | E8 | 12 | DB | 0 | 5C | 6 | 9 | 130 | 56 | 31 |
| Octal | 350 | 22 | 333 | 0 | 134 | 6 | 11 | 460 | 126 | 61 |
| Binary | 11101000 | 10010 | 11011011 | 0 | 1011100 | 110 | 1001 | 100110000 | 1010110 | 110001 |
Color Harmonies of #E812DB
Complementary color
Monochromatic Colors of #E812DB
Black with #E812DB
Text Example
Text Example
White with #E812DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E812DB; }
p { color: rgb(232,18,219); }
H1.HeaderClassName
{
color: #E812DB;
}
.AnyTagClassName
{
color: #E812DB;
}
</style>
background-color css
<style>
a { background-color: #E812DB; }
a { background-color: rgb(232,18,219); }
div.DivClassName
{
background-color: #E812DB;
}
.BgClassName
{
background-color: #E812DB;
}
</style>
border-color css
<style>
span { border-color: #E812DB; }
span { border-color: rgb(232,18,219); }
td.TdClassName
{
border-color: #E812DB;
}
.TagClassName
{
border-color: #E812DB;
}
</style>