Shades of Hot Magenta #E500C4
Tints of Hot Magenta #E500C4
RGB
CMYK
RGB Variations
Color information
#E500C4 (or 0xE500C4) is known color: Hot Magenta. HEX triplet: E5, 00 and C4. RGB value is (229,0,196). Sum of RGB (Red+Green+Blue) = 229+0+196=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E500C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500C4 is #1AFF3B. Grayscale: #5A5A5A. Windows color (decimal): -1769276 or 12845285. OLE color: 12845285.
HSL color Cylindrical-coordinate representation of color #E500C4: hue angle of 308.65º 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 #E500C4 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 196 | - |
| CMYK | 0 | 1 | 0.14 | 0.10 |
| HSL | 308.65º | 1% | 0.45% | - |
| HSV(B) | 308.65º | 1% | 0.9% | - |
| XYZ | 42.28 | 20.64 | 53.98 | - |
| YUV | 90.82 | 187.37 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 196 | 0 | 1 | 0.14 | 0.10 | 308.65 | 1 | 0.45 |
| Hex | E5 | 0 | C4 | 0 | 64 | E | A | 135 | 64 | 2D |
| Octal | 345 | 0 | 304 | 0 | 144 | 16 | 12 | 465 | 144 | 55 |
| Binary | 11100101 | 0 | 11000100 | 0 | 1100100 | 1110 | 1010 | 100110101 | 1100100 | 101101 |
Color Harmonies of #E500C4
Complementary color
Monochromatic Colors of #E500C4
Black with #E500C4
Text Example
Text Example
White with #E500C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500C4; }
p { color: rgb(229,0,196); }
H1.HeaderClassName
{
color: #E500C4;
}
.AnyTagClassName
{
color: #E500C4;
}
</style>
background-color css
<style>
a { background-color: #E500C4; }
a { background-color: rgb(229,0,196); }
div.DivClassName
{
background-color: #E500C4;
}
.BgClassName
{
background-color: #E500C4;
}
</style>
border-color css
<style>
span { border-color: #E500C4; }
span { border-color: rgb(229,0,196); }
td.TdClassName
{
border-color: #E500C4;
}
.TagClassName
{
border-color: #E500C4;
}
</style>