Shades of Hot Magenta #E900C2
Tints of Hot Magenta #E900C2
RGB
CMYK
RGB Variations
Color information
#E900C2 (or 0xE900C2) is known color: Hot Magenta. HEX triplet: E9, 00 and C2. RGB value is (233,0,194). Sum of RGB (Red+Green+Blue) = 233+0+194=427 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.57% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 233 - color contains mainly: red. Hex color #E900C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E900C2 is #16FF3D. Grayscale: #5B5B5B. Windows color (decimal): -1507134 or 12714217. OLE color: 12714217.
HSL color Cylindrical-coordinate representation of color #E900C2: hue angle of 310.04º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E900C2 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 194 | - |
| CMYK | 0 | 1 | 0.17 | 0.09 |
| HSL | 310.04º | 1% | 0.46% | - |
| HSV(B) | 310.04º | 1% | 0.91% | - |
| XYZ | 43.34 | 21.22 | 52.85 | - |
| YUV | 91.78 | 185.69 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 194 | 0 | 1 | 0.17 | 0.09 | 310.04 | 1 | 0.46 |
| Hex | E9 | 0 | C2 | 0 | 64 | 11 | 9 | 136 | 64 | 2E |
| Octal | 351 | 0 | 302 | 0 | 144 | 21 | 11 | 466 | 144 | 56 |
| Binary | 11101001 | 0 | 11000010 | 0 | 1100100 | 10001 | 1001 | 100110110 | 1100100 | 101110 |
Color Harmonies of #E900C2
Complementary color
Monochromatic Colors of #E900C2
Black with #E900C2
Text Example
Text Example
White with #E900C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900C2; }
p { color: rgb(233,0,194); }
H1.HeaderClassName
{
color: #E900C2;
}
.AnyTagClassName
{
color: #E900C2;
}
</style>
background-color css
<style>
a { background-color: #E900C2; }
a { background-color: rgb(233,0,194); }
div.DivClassName
{
background-color: #E900C2;
}
.BgClassName
{
background-color: #E900C2;
}
</style>
border-color css
<style>
span { border-color: #E900C2; }
span { border-color: rgb(233,0,194); }
td.TdClassName
{
border-color: #E900C2;
}
.TagClassName
{
border-color: #E900C2;
}
</style>