Shades of Hot Magenta #E711D4
Tints of Hot Magenta #E711D4
RGB
CMYK
RGB Variations
Color information
#E711D4 (or 0xE711D4) is known color: Hot Magenta. HEX triplet: E7, 11 and D4. RGB value is (231,17,212). Sum of RGB (Red+Green+Blue) = 231+17+212=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E711D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711D4 is #18EE2B. Grayscale: #666666. Windows color (decimal): -1633836 or 13898215. OLE color: 13898215.
HSL color Cylindrical-coordinate representation of color #E711D4: hue angle of 305.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711D4 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 212 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.09 |
| HSL | 305.33º | 0.86% | 0.49% | - |
| HSV(B) | 305.33º | 0.93% | 0.91% | - |
| XYZ | 45.04 | 22.14 | 64.19 | - |
| YUV | 103.22 | 189.4 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 212 | 0 | 0.93 | 0.08 | 0.09 | 305.33 | 0.86 | 0.49 |
| Hex | E7 | 11 | D4 | 0 | 5D | 8 | 9 | 131 | 56 | 31 |
| Octal | 347 | 21 | 324 | 0 | 135 | 10 | 11 | 461 | 126 | 61 |
| Binary | 11100111 | 10001 | 11010100 | 0 | 1011101 | 1000 | 1001 | 100110001 | 1010110 | 110001 |
Color Harmonies of #E711D4
Complementary color
Monochromatic Colors of #E711D4
Black with #E711D4
Text Example
Text Example
White with #E711D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E711D4; }
p { color: rgb(231,17,212); }
H1.HeaderClassName
{
color: #E711D4;
}
.AnyTagClassName
{
color: #E711D4;
}
</style>
background-color css
<style>
a { background-color: #E711D4; }
a { background-color: rgb(231,17,212); }
div.DivClassName
{
background-color: #E711D4;
}
.BgClassName
{
background-color: #E711D4;
}
</style>
border-color css
<style>
span { border-color: #E711D4; }
span { border-color: rgb(231,17,212); }
td.TdClassName
{
border-color: #E711D4;
}
.TagClassName
{
border-color: #E711D4;
}
</style>