Shades of Hot Magenta #E902D0
Tints of Hot Magenta #E902D0
RGB
CMYK
RGB Variations
Color information
#E902D0 (or 0xE902D0) is known color: Hot Magenta. HEX triplet: E9, 02 and D0. RGB value is (233,2,208). Sum of RGB (Red+Green+Blue) = 233+2+208=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E902D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E902D0 is #16FD2F. Grayscale: #5D5D5D. Windows color (decimal): -1506608 or 13632233. OLE color: 13632233.
HSL color Cylindrical-coordinate representation of color #E902D0: hue angle of 306.49º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E902D0 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 208 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.09 |
| HSL | 306.49º | 0.98% | 0.46% | - |
| HSV(B) | 306.49º | 0.99% | 0.91% | - |
| XYZ | 45.01 | 21.92 | 61.53 | - |
| YUV | 94.55 | 192.03 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 208 | 0 | 0.99 | 0.11 | 0.09 | 306.49 | 0.98 | 0.46 |
| Hex | E9 | 2 | D0 | 0 | 63 | B | 9 | 132 | 62 | 2E |
| Octal | 351 | 2 | 320 | 0 | 143 | 13 | 11 | 462 | 142 | 56 |
| Binary | 11101001 | 10 | 11010000 | 0 | 1100011 | 1011 | 1001 | 100110010 | 1100010 | 101110 |
Color Harmonies of #E902D0
Complementary color
Monochromatic Colors of #E902D0
Black with #E902D0
Text Example
Text Example
White with #E902D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902D0; }
p { color: rgb(233,2,208); }
H1.HeaderClassName
{
color: #E902D0;
}
.AnyTagClassName
{
color: #E902D0;
}
</style>
background-color css
<style>
a { background-color: #E902D0; }
a { background-color: rgb(233,2,208); }
div.DivClassName
{
background-color: #E902D0;
}
.BgClassName
{
background-color: #E902D0;
}
</style>
border-color css
<style>
span { border-color: #E902D0; }
span { border-color: rgb(233,2,208); }
td.TdClassName
{
border-color: #E902D0;
}
.TagClassName
{
border-color: #E902D0;
}
</style>