Shades of Hot Magenta #E715DA
Tints of Hot Magenta #E715DA
RGB
CMYK
RGB Variations
Color information
#E715DA (or 0xE715DA) is known color: Hot Magenta. HEX triplet: E7, 15 and DA. RGB value is (231,21,218). Sum of RGB (Red+Green+Blue) = 231+21+218=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E715DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E715DA is #18EA25. Grayscale: #696969. Windows color (decimal): -1632806 or 14292455. OLE color: 14292455.
HSL color Cylindrical-coordinate representation of color #E715DA: hue angle of 303.71º 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 #E715DA is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 218 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.09 |
| HSL | 303.71º | 0.83% | 0.49% | - |
| HSV(B) | 303.71º | 0.91% | 0.91% | - |
| XYZ | 45.88 | 22.59 | 68.27 | - |
| YUV | 106.25 | 191.07 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 218 | 0 | 0.91 | 0.06 | 0.09 | 303.71 | 0.83 | 0.49 |
| Hex | E7 | 15 | DA | 0 | 5B | 6 | 9 | 130 | 53 | 31 |
| Octal | 347 | 25 | 332 | 0 | 133 | 6 | 11 | 460 | 123 | 61 |
| Binary | 11100111 | 10101 | 11011010 | 0 | 1011011 | 110 | 1001 | 100110000 | 1010011 | 110001 |
Color Harmonies of #E715DA
Complementary color
Monochromatic Colors of #E715DA
Black with #E715DA
Text Example
Text Example
White with #E715DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E715DA; }
p { color: rgb(231,21,218); }
H1.HeaderClassName
{
color: #E715DA;
}
.AnyTagClassName
{
color: #E715DA;
}
</style>
background-color css
<style>
a { background-color: #E715DA; }
a { background-color: rgb(231,21,218); }
div.DivClassName
{
background-color: #E715DA;
}
.BgClassName
{
background-color: #E715DA;
}
</style>
border-color css
<style>
span { border-color: #E715DA; }
span { border-color: rgb(231,21,218); }
td.TdClassName
{
border-color: #E715DA;
}
.TagClassName
{
border-color: #E715DA;
}
</style>