Shades of Hot Magenta #E605CF
Tints of Hot Magenta #E605CF
RGB
CMYK
RGB Variations
Color information
#E605CF (or 0xE605CF) is known color: Hot Magenta. HEX triplet: E6, 05 and CF. RGB value is (230,5,207). Sum of RGB (Red+Green+Blue) = 230+5+207=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E605CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E605CF is #19FA30. Grayscale: #5E5E5E. Windows color (decimal): -1702449 or 13567462. OLE color: 13567462.
HSL color Cylindrical-coordinate representation of color #E605CF: hue angle of 306.13º 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 #E605CF is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.10 |
| HSL | 306.13º | 0.96% | 0.46% | - |
| HSV(B) | 306.13º | 0.98% | 0.9% | - |
| XYZ | 43.95 | 21.44 | 60.85 | - |
| YUV | 95.3 | 191.04 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 207 | 0 | 0.98 | 0.10 | 0.10 | 306.13 | 0.96 | 0.46 |
| Hex | E6 | 5 | CF | 0 | 62 | A | A | 132 | 60 | 2E |
| Octal | 346 | 5 | 317 | 0 | 142 | 12 | 12 | 462 | 140 | 56 |
| Binary | 11100110 | 101 | 11001111 | 0 | 1100010 | 1010 | 1010 | 100110010 | 1100000 | 101110 |
Color Harmonies of #E605CF
Complementary color
Monochromatic Colors of #E605CF
Black with #E605CF
Text Example
Text Example
White with #E605CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605CF; }
p { color: rgb(230,5,207); }
H1.HeaderClassName
{
color: #E605CF;
}
.AnyTagClassName
{
color: #E605CF;
}
</style>
background-color css
<style>
a { background-color: #E605CF; }
a { background-color: rgb(230,5,207); }
div.DivClassName
{
background-color: #E605CF;
}
.BgClassName
{
background-color: #E605CF;
}
</style>
border-color css
<style>
span { border-color: #E605CF; }
span { border-color: rgb(230,5,207); }
td.TdClassName
{
border-color: #E605CF;
}
.TagClassName
{
border-color: #E605CF;
}
</style>