Shades of Hot Magenta #E611D4
Tints of Hot Magenta #E611D4
RGB
CMYK
RGB Variations
Color information
#E611D4 (or 0xE611D4) is known color: Hot Magenta. HEX triplet: E6, 11 and D4. RGB value is (230,17,212). Sum of RGB (Red+Green+Blue) = 230+17+212=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E611D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E611D4 is #19EE2B. Grayscale: #666666. Windows color (decimal): -1699372 or 13898214. OLE color: 13898214.
HSL color Cylindrical-coordinate representation of color #E611D4: hue angle of 305.07º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E611D4 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 212 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.10 |
| HSL | 305.07º | 0.86% | 0.48% | - |
| HSV(B) | 305.07º | 0.93% | 0.9% | - |
| XYZ | 44.72 | 21.98 | 64.17 | - |
| YUV | 102.92 | 189.57 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 212 | 0 | 0.93 | 0.08 | 0.10 | 305.07 | 0.86 | 0.48 |
| Hex | E6 | 11 | D4 | 0 | 5D | 8 | A | 131 | 56 | 30 |
| Octal | 346 | 21 | 324 | 0 | 135 | 10 | 12 | 461 | 126 | 60 |
| Binary | 11100110 | 10001 | 11010100 | 0 | 1011101 | 1000 | 1010 | 100110001 | 1010110 | 110000 |
Color Harmonies of #E611D4
Complementary color
Monochromatic Colors of #E611D4
Black with #E611D4
Text Example
Text Example
White with #E611D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E611D4; }
p { color: rgb(230,17,212); }
H1.HeaderClassName
{
color: #E611D4;
}
.AnyTagClassName
{
color: #E611D4;
}
</style>
background-color css
<style>
a { background-color: #E611D4; }
a { background-color: rgb(230,17,212); }
div.DivClassName
{
background-color: #E611D4;
}
.BgClassName
{
background-color: #E611D4;
}
</style>
border-color css
<style>
span { border-color: #E611D4; }
span { border-color: rgb(230,17,212); }
td.TdClassName
{
border-color: #E611D4;
}
.TagClassName
{
border-color: #E611D4;
}
</style>