Shades of Hot Magenta #E605CE
Tints of Hot Magenta #E605CE
RGB
CMYK
RGB Variations
Color information
#E605CE (or 0xE605CE) is known color: Hot Magenta. HEX triplet: E6, 05 and CE. RGB value is (230,5,206). Sum of RGB (Red+Green+Blue) = 230+5+206=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E605CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E605CE is #19FA31. Grayscale: #5E5E5E. Windows color (decimal): -1702450 or 13501926. OLE color: 13501926.
HSL color Cylindrical-coordinate representation of color #E605CE: hue angle of 306.4º 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 #E605CE is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 206 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.10 |
| HSL | 306.4º | 0.96% | 0.46% | - |
| HSV(B) | 306.4º | 0.98% | 0.9% | - |
| XYZ | 43.83 | 21.39 | 60.21 | - |
| YUV | 95.19 | 190.54 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 206 | 0 | 0.98 | 0.10 | 0.10 | 306.4 | 0.96 | 0.46 |
| Hex | E6 | 5 | CE | 0 | 62 | A | A | 132 | 60 | 2E |
| Octal | 346 | 5 | 316 | 0 | 142 | 12 | 12 | 462 | 140 | 56 |
| Binary | 11100110 | 101 | 11001110 | 0 | 1100010 | 1010 | 1010 | 100110010 | 1100000 | 101110 |
Color Harmonies of #E605CE
Complementary color
Monochromatic Colors of #E605CE
Black with #E605CE
Text Example
Text Example
White with #E605CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605CE; }
p { color: rgb(230,5,206); }
H1.HeaderClassName
{
color: #E605CE;
}
.AnyTagClassName
{
color: #E605CE;
}
</style>
background-color css
<style>
a { background-color: #E605CE; }
a { background-color: rgb(230,5,206); }
div.DivClassName
{
background-color: #E605CE;
}
.BgClassName
{
background-color: #E605CE;
}
</style>
border-color css
<style>
span { border-color: #E605CE; }
span { border-color: rgb(230,5,206); }
td.TdClassName
{
border-color: #E605CE;
}
.TagClassName
{
border-color: #E605CE;
}
</style>