Shades of Hot Magenta #E500C2
Tints of Hot Magenta #E500C2
RGB
CMYK
RGB Variations
Color information
#E500C2 (or 0xE500C2) is known color: Hot Magenta. HEX triplet: E5, 00 and C2. RGB value is (229,0,194). Sum of RGB (Red+Green+Blue) = 229+0+194=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E500C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500C2 is #1AFF3D. Grayscale: #5A5A5A. Windows color (decimal): -1769278 or 12714213. OLE color: 12714213.
HSL color Cylindrical-coordinate representation of color #E500C2: hue angle of 309.17º 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 #E500C2 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 194 | - |
| CMYK | 0 | 1 | 0.15 | 0.10 |
| HSL | 309.17º | 1% | 0.45% | - |
| HSV(B) | 309.17º | 1% | 0.9% | - |
| XYZ | 42.05 | 20.55 | 52.79 | - |
| YUV | 90.59 | 186.37 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 194 | 0 | 1 | 0.15 | 0.10 | 309.17 | 1 | 0.45 |
| Hex | E5 | 0 | C2 | 0 | 64 | F | A | 135 | 64 | 2D |
| Octal | 345 | 0 | 302 | 0 | 144 | 17 | 12 | 465 | 144 | 55 |
| Binary | 11100101 | 0 | 11000010 | 0 | 1100100 | 1111 | 1010 | 100110101 | 1100100 | 101101 |
Color Harmonies of #E500C2
Complementary color
Monochromatic Colors of #E500C2
Black with #E500C2
Text Example
Text Example
White with #E500C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500C2; }
p { color: rgb(229,0,194); }
H1.HeaderClassName
{
color: #E500C2;
}
.AnyTagClassName
{
color: #E500C2;
}
</style>
background-color css
<style>
a { background-color: #E500C2; }
a { background-color: rgb(229,0,194); }
div.DivClassName
{
background-color: #E500C2;
}
.BgClassName
{
background-color: #E500C2;
}
</style>
border-color css
<style>
span { border-color: #E500C2; }
span { border-color: rgb(229,0,194); }
td.TdClassName
{
border-color: #E500C2;
}
.TagClassName
{
border-color: #E500C2;
}
</style>