Shades of Hot Magenta #E717DB
Tints of Hot Magenta #E717DB
RGB
CMYK
RGB Variations
Color information
#E717DB (or 0xE717DB) is known color: Hot Magenta. HEX triplet: E7, 17 and DB. RGB value is (231,23,219). Sum of RGB (Red+Green+Blue) = 231+23+219=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E717DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E717DB is #18E824. Grayscale: #6A6A6A. Windows color (decimal): -1632293 or 14358503. OLE color: 14358503.
HSL color Cylindrical-coordinate representation of color #E717DB: hue angle of 303.46º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E717DB is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 219 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.09 |
| HSL | 303.46º | 0.82% | 0.5% | - |
| HSV(B) | 303.46º | 0.9% | 0.91% | - |
| XYZ | 46.05 | 22.72 | 68.98 | - |
| YUV | 107.54 | 190.91 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 219 | 0 | 0.90 | 0.05 | 0.09 | 303.46 | 0.82 | 0.5 |
| Hex | E7 | 17 | DB | 0 | 5A | 5 | 9 | 12F | 52 | 32 |
| Octal | 347 | 27 | 333 | 0 | 132 | 5 | 11 | 457 | 122 | 62 |
| Binary | 11100111 | 10111 | 11011011 | 0 | 1011010 | 101 | 1001 | 100101111 | 1010010 | 110010 |
Color Harmonies of #E717DB
Complementary color
Monochromatic Colors of #E717DB
Black with #E717DB
Text Example
Text Example
White with #E717DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717DB; }
p { color: rgb(231,23,219); }
H1.HeaderClassName
{
color: #E717DB;
}
.AnyTagClassName
{
color: #E717DB;
}
</style>
background-color css
<style>
a { background-color: #E717DB; }
a { background-color: rgb(231,23,219); }
div.DivClassName
{
background-color: #E717DB;
}
.BgClassName
{
background-color: #E717DB;
}
</style>
border-color css
<style>
span { border-color: #E717DB; }
span { border-color: rgb(231,23,219); }
td.TdClassName
{
border-color: #E717DB;
}
.TagClassName
{
border-color: #E717DB;
}
</style>