Shades of Hot Magenta #E607CF
Tints of Hot Magenta #E607CF
RGB
CMYK
RGB Variations
Color information
#E607CF (or 0xE607CF) is known color: Hot Magenta. HEX triplet: E6, 07 and CF. RGB value is (230,7,207). Sum of RGB (Red+Green+Blue) = 230+7+207=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 7 (3.12% from 255 or 1.58% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E607CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E607CF is #19F830. Grayscale: #5F5F5F. Windows color (decimal): -1701937 or 13567974. OLE color: 13567974.
HSL color Cylindrical-coordinate representation of color #E607CF: hue angle of 306.19º 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 #E607CF is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 207 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.10 |
| HSL | 306.19º | 0.94% | 0.46% | - |
| HSV(B) | 306.19º | 0.97% | 0.9% | - |
| XYZ | 43.97 | 21.48 | 60.86 | - |
| YUV | 96.48 | 190.38 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 207 | 0 | 0.97 | 0.10 | 0.10 | 306.19 | 0.94 | 0.46 |
| Hex | E6 | 7 | CF | 0 | 61 | A | A | 132 | 5E | 2E |
| Octal | 346 | 7 | 317 | 0 | 141 | 12 | 12 | 462 | 136 | 56 |
| Binary | 11100110 | 111 | 11001111 | 0 | 1100001 | 1010 | 1010 | 100110010 | 1011110 | 101110 |
Color Harmonies of #E607CF
Complementary color
Monochromatic Colors of #E607CF
Black with #E607CF
Text Example
Text Example
White with #E607CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E607CF; }
p { color: rgb(230,7,207); }
H1.HeaderClassName
{
color: #E607CF;
}
.AnyTagClassName
{
color: #E607CF;
}
</style>
background-color css
<style>
a { background-color: #E607CF; }
a { background-color: rgb(230,7,207); }
div.DivClassName
{
background-color: #E607CF;
}
.BgClassName
{
background-color: #E607CF;
}
</style>
border-color css
<style>
span { border-color: #E607CF; }
span { border-color: rgb(230,7,207); }
td.TdClassName
{
border-color: #E607CF;
}
.TagClassName
{
border-color: #E607CF;
}
</style>