Shades of Hot Magenta #E711DB
Tints of Hot Magenta #E711DB
RGB
CMYK
RGB Variations
Color information
#E711DB (or 0xE711DB) is known color: Hot Magenta. HEX triplet: E7, 11 and DB. RGB value is (231,17,219). Sum of RGB (Red+Green+Blue) = 231+17+219=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E711DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711DB is #18EE24. Grayscale: #676767. Windows color (decimal): -1633829 or 14356967. OLE color: 14356967.
HSL color Cylindrical-coordinate representation of color #E711DB: hue angle of 303.36º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711DB is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 219 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.09 |
| HSL | 303.36º | 0.86% | 0.49% | - |
| HSV(B) | 303.36º | 0.93% | 0.91% | - |
| XYZ | 45.94 | 22.5 | 68.94 | - |
| YUV | 104.01 | 192.9 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 219 | 0 | 0.93 | 0.05 | 0.09 | 303.36 | 0.86 | 0.49 |
| Hex | E7 | 11 | DB | 0 | 5D | 5 | 9 | 12F | 56 | 31 |
| Octal | 347 | 21 | 333 | 0 | 135 | 5 | 11 | 457 | 126 | 61 |
| Binary | 11100111 | 10001 | 11011011 | 0 | 1011101 | 101 | 1001 | 100101111 | 1010110 | 110001 |
Color Harmonies of #E711DB
Complementary color
Monochromatic Colors of #E711DB
Black with #E711DB
Text Example
Text Example
White with #E711DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E711DB; }
p { color: rgb(231,17,219); }
H1.HeaderClassName
{
color: #E711DB;
}
.AnyTagClassName
{
color: #E711DB;
}
</style>
background-color css
<style>
a { background-color: #E711DB; }
a { background-color: rgb(231,17,219); }
div.DivClassName
{
background-color: #E711DB;
}
.BgClassName
{
background-color: #E711DB;
}
</style>
border-color css
<style>
span { border-color: #E711DB; }
span { border-color: rgb(231,17,219); }
td.TdClassName
{
border-color: #E711DB;
}
.TagClassName
{
border-color: #E711DB;
}
</style>