Shades of Hot Magenta #E607C9
Tints of Hot Magenta #E607C9
RGB
CMYK
RGB Variations
Color information
#E607C9 (or 0xE607C9) is known color: Hot Magenta. HEX triplet: E6, 07 and C9. RGB value is (230,7,201). Sum of RGB (Red+Green+Blue) = 230+7+201=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E607C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E607C9 is #19F836. Grayscale: #5F5F5F. Windows color (decimal): -1701943 or 13174758. OLE color: 13174758.
HSL color Cylindrical-coordinate representation of color #E607C9: hue angle of 307.8º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E607C9 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 201 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.10 |
| HSL | 307.8º | 0.94% | 0.46% | - |
| HSV(B) | 307.8º | 0.97% | 0.9% | - |
| XYZ | 43.25 | 21.19 | 57.07 | - |
| YUV | 95.79 | 187.38 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 201 | 0 | 0.97 | 0.13 | 0.10 | 307.8 | 0.94 | 0.46 |
| Hex | E6 | 7 | C9 | 0 | 61 | D | A | 134 | 5E | 2E |
| Octal | 346 | 7 | 311 | 0 | 141 | 15 | 12 | 464 | 136 | 56 |
| Binary | 11100110 | 111 | 11001001 | 0 | 1100001 | 1101 | 1010 | 100110100 | 1011110 | 101110 |
Color Harmonies of #E607C9
Complementary color
Monochromatic Colors of #E607C9
Black with #E607C9
Text Example
Text Example
White with #E607C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E607C9; }
p { color: rgb(230,7,201); }
H1.HeaderClassName
{
color: #E607C9;
}
.AnyTagClassName
{
color: #E607C9;
}
</style>
background-color css
<style>
a { background-color: #E607C9; }
a { background-color: rgb(230,7,201); }
div.DivClassName
{
background-color: #E607C9;
}
.BgClassName
{
background-color: #E607C9;
}
</style>
border-color css
<style>
span { border-color: #E607C9; }
span { border-color: rgb(230,7,201); }
td.TdClassName
{
border-color: #E607C9;
}
.TagClassName
{
border-color: #E607C9;
}
</style>