Shades of Hot Magenta #E709D4
Tints of Hot Magenta #E709D4
RGB
CMYK
RGB Variations
Color information
#E709D4 (or 0xE709D4) is known color: Hot Magenta. HEX triplet: E7, 09 and D4. RGB value is (231,9,212). Sum of RGB (Red+Green+Blue) = 231+9+212=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E709D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E709D4 is #18F62B. Grayscale: #616161. Windows color (decimal): -1635884 or 13896167. OLE color: 13896167.
HSL color Cylindrical-coordinate representation of color #E709D4: hue angle of 305.14º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E709D4 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 212 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.09 |
| HSL | 305.14º | 0.93% | 0.47% | - |
| HSV(B) | 305.14º | 0.96% | 0.91% | - |
| XYZ | 44.94 | 21.94 | 64.15 | - |
| YUV | 98.52 | 192.05 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 212 | 0 | 0.96 | 0.08 | 0.09 | 305.14 | 0.93 | 0.47 |
| Hex | E7 | 9 | D4 | 0 | 60 | 8 | 9 | 131 | 5C | 2F |
| Octal | 347 | 11 | 324 | 0 | 140 | 10 | 11 | 461 | 134 | 57 |
| Binary | 11100111 | 1001 | 11010100 | 0 | 1100000 | 1000 | 1001 | 100110001 | 1011100 | 101111 |
Color Harmonies of #E709D4
Complementary color
Monochromatic Colors of #E709D4
Black with #E709D4
Text Example
Text Example
White with #E709D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E709D4; }
p { color: rgb(231,9,212); }
H1.HeaderClassName
{
color: #E709D4;
}
.AnyTagClassName
{
color: #E709D4;
}
</style>
background-color css
<style>
a { background-color: #E709D4; }
a { background-color: rgb(231,9,212); }
div.DivClassName
{
background-color: #E709D4;
}
.BgClassName
{
background-color: #E709D4;
}
</style>
border-color css
<style>
span { border-color: #E709D4; }
span { border-color: rgb(231,9,212); }
td.TdClassName
{
border-color: #E709D4;
}
.TagClassName
{
border-color: #E709D4;
}
</style>