Shades of Hot Magenta #E900C4
Tints of Hot Magenta #E900C4
RGB
CMYK
RGB Variations
Color information
#E900C4 (or 0xE900C4) is known color: Hot Magenta. HEX triplet: E9, 00 and C4. RGB value is (233,0,196). Sum of RGB (Red+Green+Blue) = 233+0+196=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E900C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E900C4 is #16FF3B. Grayscale: #5B5B5B. Windows color (decimal): -1507132 or 12845289. OLE color: 12845289.
HSL color Cylindrical-coordinate representation of color #E900C4: hue angle of 309.53º 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 #E900C4 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 196 | - |
| CMYK | 0 | 1 | 0.16 | 0.09 |
| HSL | 309.53º | 1% | 0.46% | - |
| HSV(B) | 309.53º | 1% | 0.91% | - |
| XYZ | 43.57 | 21.31 | 54.04 | - |
| YUV | 92.01 | 186.69 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 196 | 0 | 1 | 0.16 | 0.09 | 309.53 | 1 | 0.46 |
| Hex | E9 | 0 | C4 | 0 | 64 | 10 | 9 | 136 | 64 | 2E |
| Octal | 351 | 0 | 304 | 0 | 144 | 20 | 11 | 466 | 144 | 56 |
| Binary | 11101001 | 0 | 11000100 | 0 | 1100100 | 10000 | 1001 | 100110110 | 1100100 | 101110 |
Color Harmonies of #E900C4
Complementary color
Monochromatic Colors of #E900C4
Black with #E900C4
Text Example
Text Example
White with #E900C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900C4; }
p { color: rgb(233,0,196); }
H1.HeaderClassName
{
color: #E900C4;
}
.AnyTagClassName
{
color: #E900C4;
}
</style>
background-color css
<style>
a { background-color: #E900C4; }
a { background-color: rgb(233,0,196); }
div.DivClassName
{
background-color: #E900C4;
}
.BgClassName
{
background-color: #E900C4;
}
</style>
border-color css
<style>
span { border-color: #E900C4; }
span { border-color: rgb(233,0,196); }
td.TdClassName
{
border-color: #E900C4;
}
.TagClassName
{
border-color: #E900C4;
}
</style>