Shades of Hot Magenta #E700D9
Tints of Hot Magenta #E700D9
RGB
CMYK
RGB Variations
Color information
#E700D9 (or 0xE700D9) is known color: Hot Magenta. HEX triplet: E7, 00 and D9. RGB value is (231,0,217). Sum of RGB (Red+Green+Blue) = 231+0+217=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E700D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700D9 is #18FF26. Grayscale: #5D5D5D. Windows color (decimal): -1638183 or 14221543. OLE color: 14221543.
HSL color Cylindrical-coordinate representation of color #E700D9: hue angle of 303.64º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700D9 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 217 | - |
| CMYK | 0 | 1 | 0.06 | 0.09 |
| HSL | 303.64º | 1% | 0.45% | - |
| HSV(B) | 303.64º | 1% | 0.91% | - |
| XYZ | 45.48 | 22 | 67.49 | - |
| YUV | 93.81 | 197.53 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 217 | 0 | 1 | 0.06 | 0.09 | 303.64 | 1 | 0.45 |
| Hex | E7 | 0 | D9 | 0 | 64 | 6 | 9 | 130 | 64 | 2D |
| Octal | 347 | 0 | 331 | 0 | 144 | 6 | 11 | 460 | 144 | 55 |
| Binary | 11100111 | 0 | 11011001 | 0 | 1100100 | 110 | 1001 | 100110000 | 1100100 | 101101 |
Color Harmonies of #E700D9
Complementary color
Monochromatic Colors of #E700D9
Black with #E700D9
Text Example
Text Example
White with #E700D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700D9; }
p { color: rgb(231,0,217); }
H1.HeaderClassName
{
color: #E700D9;
}
.AnyTagClassName
{
color: #E700D9;
}
</style>
background-color css
<style>
a { background-color: #E700D9; }
a { background-color: rgb(231,0,217); }
div.DivClassName
{
background-color: #E700D9;
}
.BgClassName
{
background-color: #E700D9;
}
</style>
border-color css
<style>
span { border-color: #E700D9; }
span { border-color: rgb(231,0,217); }
td.TdClassName
{
border-color: #E700D9;
}
.TagClassName
{
border-color: #E700D9;
}
</style>