Shades of Hot Magenta #E600C6
Tints of Hot Magenta #E600C6
RGB
CMYK
RGB Variations
Color information
#E600C6 (or 0xE600C6) is known color: Hot Magenta. HEX triplet: E6, 00 and C6. RGB value is (230,0,198). Sum of RGB (Red+Green+Blue) = 230+0+198=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E600C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600C6 is #19FF39. Grayscale: #5A5A5A. Windows color (decimal): -1703738 or 12976358. OLE color: 12976358.
HSL color Cylindrical-coordinate representation of color #E600C6: hue angle of 308.35º 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 #E600C6 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 198 | - |
| CMYK | 0 | 1 | 0.14 | 0.10 |
| HSL | 308.35º | 1% | 0.45% | - |
| HSV(B) | 308.35º | 1% | 0.9% | - |
| XYZ | 42.83 | 20.9 | 55.2 | - |
| YUV | 91.34 | 188.2 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 198 | 0 | 1 | 0.14 | 0.10 | 308.35 | 1 | 0.45 |
| Hex | E6 | 0 | C6 | 0 | 64 | E | A | 134 | 64 | 2D |
| Octal | 346 | 0 | 306 | 0 | 144 | 16 | 12 | 464 | 144 | 55 |
| Binary | 11100110 | 0 | 11000110 | 0 | 1100100 | 1110 | 1010 | 100110100 | 1100100 | 101101 |
Color Harmonies of #E600C6
Complementary color
Monochromatic Colors of #E600C6
Black with #E600C6
Text Example
Text Example
White with #E600C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600C6; }
p { color: rgb(230,0,198); }
H1.HeaderClassName
{
color: #E600C6;
}
.AnyTagClassName
{
color: #E600C6;
}
</style>
background-color css
<style>
a { background-color: #E600C6; }
a { background-color: rgb(230,0,198); }
div.DivClassName
{
background-color: #E600C6;
}
.BgClassName
{
background-color: #E600C6;
}
</style>
border-color css
<style>
span { border-color: #E600C6; }
span { border-color: rgb(230,0,198); }
td.TdClassName
{
border-color: #E600C6;
}
.TagClassName
{
border-color: #E600C6;
}
</style>