Shades of Hot Magenta #E715D9
Tints of Hot Magenta #E715D9
RGB
CMYK
RGB Variations
Color information
#E715D9 (or 0xE715D9) is known color: Hot Magenta. HEX triplet: E7, 15 and D9. RGB value is (231,21,217). Sum of RGB (Red+Green+Blue) = 231+21+217=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E715D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E715D9 is #18EA26. Grayscale: #696969. Windows color (decimal): -1632807 or 14226919. OLE color: 14226919.
HSL color Cylindrical-coordinate representation of color #E715D9: hue angle of 304º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E715D9 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 217 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.09 |
| HSL | 304º | 0.83% | 0.49% | - |
| HSV(B) | 304º | 0.91% | 0.91% | - |
| XYZ | 45.75 | 22.54 | 67.58 | - |
| YUV | 106.13 | 190.57 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 217 | 0 | 0.91 | 0.06 | 0.09 | 304 | 0.83 | 0.49 |
| Hex | E7 | 15 | D9 | 0 | 5B | 6 | 9 | 130 | 53 | 31 |
| Octal | 347 | 25 | 331 | 0 | 133 | 6 | 11 | 460 | 123 | 61 |
| Binary | 11100111 | 10101 | 11011001 | 0 | 1011011 | 110 | 1001 | 100110000 | 1010011 | 110001 |
Color Harmonies of #E715D9
Complementary color
Monochromatic Colors of #E715D9
Black with #E715D9
Text Example
Text Example
White with #E715D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E715D9; }
p { color: rgb(231,21,217); }
H1.HeaderClassName
{
color: #E715D9;
}
.AnyTagClassName
{
color: #E715D9;
}
</style>
background-color css
<style>
a { background-color: #E715D9; }
a { background-color: rgb(231,21,217); }
div.DivClassName
{
background-color: #E715D9;
}
.BgClassName
{
background-color: #E715D9;
}
</style>
border-color css
<style>
span { border-color: #E715D9; }
span { border-color: rgb(231,21,217); }
td.TdClassName
{
border-color: #E715D9;
}
.TagClassName
{
border-color: #E715D9;
}
</style>