Shades of Hot Magenta #E706DB
Tints of Hot Magenta #E706DB
RGB
CMYK
RGB Variations
Color information
#E706DB (or 0xE706DB) is known color: Hot Magenta. HEX triplet: E7, 06 and DB. RGB value is (231,6,219). Sum of RGB (Red+Green+Blue) = 231+6+219=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E706DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706DB is #18F924. Grayscale: #606060. Windows color (decimal): -1636645 or 14354151. OLE color: 14354151.
HSL color Cylindrical-coordinate representation of color #E706DB: hue angle of 303.2º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E706DB is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 219 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.09 |
| HSL | 303.2º | 0.95% | 0.46% | - |
| HSV(B) | 303.2º | 0.97% | 0.91% | - |
| XYZ | 45.81 | 22.23 | 68.9 | - |
| YUV | 97.56 | 196.54 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 219 | 0 | 0.97 | 0.05 | 0.09 | 303.2 | 0.95 | 0.46 |
| Hex | E7 | 6 | DB | 0 | 61 | 5 | 9 | 12F | 5F | 2E |
| Octal | 347 | 6 | 333 | 0 | 141 | 5 | 11 | 457 | 137 | 56 |
| Binary | 11100111 | 110 | 11011011 | 0 | 1100001 | 101 | 1001 | 100101111 | 1011111 | 101110 |
Color Harmonies of #E706DB
Complementary color
Monochromatic Colors of #E706DB
Black with #E706DB
Text Example
Text Example
White with #E706DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E706DB; }
p { color: rgb(231,6,219); }
H1.HeaderClassName
{
color: #E706DB;
}
.AnyTagClassName
{
color: #E706DB;
}
</style>
background-color css
<style>
a { background-color: #E706DB; }
a { background-color: rgb(231,6,219); }
div.DivClassName
{
background-color: #E706DB;
}
.BgClassName
{
background-color: #E706DB;
}
</style>
border-color css
<style>
span { border-color: #E706DB; }
span { border-color: rgb(231,6,219); }
td.TdClassName
{
border-color: #E706DB;
}
.TagClassName
{
border-color: #E706DB;
}
</style>