Shades of Hot Magenta #E600CF
Tints of Hot Magenta #E600CF
RGB
CMYK
RGB Variations
Color information
#E600CF (or 0xE600CF) is known color: Hot Magenta. HEX triplet: E6, 00 and CF. RGB value is (230,0,207). Sum of RGB (Red+Green+Blue) = 230+0+207=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E600CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600CF is #19FF30. Grayscale: #5B5B5B. Windows color (decimal): -1703729 or 13566182. OLE color: 13566182.
HSL color Cylindrical-coordinate representation of color #E600CF: hue angle of 306º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E600CF is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.10 | 0.10 |
| HSL | 306º | 1% | 0.45% | - |
| HSV(B) | 306º | 1% | 0.9% | - |
| XYZ | 43.9 | 21.33 | 60.83 | - |
| YUV | 92.37 | 192.7 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 207 | 0 | 1 | 0.10 | 0.10 | 306 | 1 | 0.45 |
| Hex | E6 | 0 | CF | 0 | 64 | A | A | 132 | 64 | 2D |
| Octal | 346 | 0 | 317 | 0 | 144 | 12 | 12 | 462 | 144 | 55 |
| Binary | 11100110 | 0 | 11001111 | 0 | 1100100 | 1010 | 1010 | 100110010 | 1100100 | 101101 |
Color Harmonies of #E600CF
Complementary color
Monochromatic Colors of #E600CF
Black with #E600CF
Text Example
Text Example
White with #E600CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600CF; }
p { color: rgb(230,0,207); }
H1.HeaderClassName
{
color: #E600CF;
}
.AnyTagClassName
{
color: #E600CF;
}
</style>
background-color css
<style>
a { background-color: #E600CF; }
a { background-color: rgb(230,0,207); }
div.DivClassName
{
background-color: #E600CF;
}
.BgClassName
{
background-color: #E600CF;
}
</style>
border-color css
<style>
span { border-color: #E600CF; }
span { border-color: rgb(230,0,207); }
td.TdClassName
{
border-color: #E600CF;
}
.TagClassName
{
border-color: #E600CF;
}
</style>