Shades of Hot Magenta #E900C1
Tints of Hot Magenta #E900C1
RGB
CMYK
RGB Variations
Color information
#E900C1 (or 0xE900C1) is known color: Hot Magenta. HEX triplet: E9, 00 and C1. RGB value is (233,0,193). Sum of RGB (Red+Green+Blue) = 233+0+193=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E900C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E900C1 is #16FF3E. Grayscale: #5B5B5B. Windows color (decimal): -1507135 or 12648681. OLE color: 12648681.
HSL color Cylindrical-coordinate representation of color #E900C1: hue angle of 310.3º 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 #E900C1 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 193 | - |
| CMYK | 0 | 1 | 0.17 | 0.09 |
| HSL | 310.3º | 1% | 0.46% | - |
| HSV(B) | 310.3º | 1% | 0.91% | - |
| XYZ | 43.23 | 21.17 | 52.26 | - |
| YUV | 91.67 | 185.19 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 193 | 0 | 1 | 0.17 | 0.09 | 310.3 | 1 | 0.46 |
| Hex | E9 | 0 | C1 | 0 | 64 | 11 | 9 | 136 | 64 | 2E |
| Octal | 351 | 0 | 301 | 0 | 144 | 21 | 11 | 466 | 144 | 56 |
| Binary | 11101001 | 0 | 11000001 | 0 | 1100100 | 10001 | 1001 | 100110110 | 1100100 | 101110 |
Color Harmonies of #E900C1
Complementary color
Monochromatic Colors of #E900C1
Black with #E900C1
Text Example
Text Example
White with #E900C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900C1; }
p { color: rgb(233,0,193); }
H1.HeaderClassName
{
color: #E900C1;
}
.AnyTagClassName
{
color: #E900C1;
}
</style>
background-color css
<style>
a { background-color: #E900C1; }
a { background-color: rgb(233,0,193); }
div.DivClassName
{
background-color: #E900C1;
}
.BgClassName
{
background-color: #E900C1;
}
</style>
border-color css
<style>
span { border-color: #E900C1; }
span { border-color: rgb(233,0,193); }
td.TdClassName
{
border-color: #E900C1;
}
.TagClassName
{
border-color: #E900C1;
}
</style>