Shades of Hot Magenta #E605C9
Tints of Hot Magenta #E605C9
RGB
CMYK
RGB Variations
Color information
#E605C9 (or 0xE605C9) is known color: Hot Magenta. HEX triplet: E6, 05 and C9. RGB value is (230,5,201). Sum of RGB (Red+Green+Blue) = 230+5+201=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E605C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E605C9 is #19FA36. Grayscale: #5E5E5E. Windows color (decimal): -1702455 or 13174246. OLE color: 13174246.
HSL color Cylindrical-coordinate representation of color #E605C9: hue angle of 307.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E605C9 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 201 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.10 |
| HSL | 307.73º | 0.96% | 0.46% | - |
| HSV(B) | 307.73º | 0.98% | 0.9% | - |
| XYZ | 43.23 | 21.15 | 57.06 | - |
| YUV | 94.62 | 188.04 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 201 | 0 | 0.98 | 0.13 | 0.10 | 307.73 | 0.96 | 0.46 |
| Hex | E6 | 5 | C9 | 0 | 62 | D | A | 134 | 60 | 2E |
| Octal | 346 | 5 | 311 | 0 | 142 | 15 | 12 | 464 | 140 | 56 |
| Binary | 11100110 | 101 | 11001001 | 0 | 1100010 | 1101 | 1010 | 100110100 | 1100000 | 101110 |
Color Harmonies of #E605C9
Complementary color
Monochromatic Colors of #E605C9
Black with #E605C9
Text Example
Text Example
White with #E605C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605C9; }
p { color: rgb(230,5,201); }
H1.HeaderClassName
{
color: #E605C9;
}
.AnyTagClassName
{
color: #E605C9;
}
</style>
background-color css
<style>
a { background-color: #E605C9; }
a { background-color: rgb(230,5,201); }
div.DivClassName
{
background-color: #E605C9;
}
.BgClassName
{
background-color: #E605C9;
}
</style>
border-color css
<style>
span { border-color: #E605C9; }
span { border-color: rgb(230,5,201); }
td.TdClassName
{
border-color: #E605C9;
}
.TagClassName
{
border-color: #E605C9;
}
</style>