Shades of Hot Magenta #E902DF
Tints of Hot Magenta #E902DF
RGB
CMYK
RGB Variations
Color information
#E902DF (or 0xE902DF) is known color: Hot Magenta. HEX triplet: E9, 02 and DF. RGB value is (233,2,223). Sum of RGB (Red+Green+Blue) = 233+2+223=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 2 (1.17% from 255 or 0.44% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E902DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E902DF is #16FD20. Grayscale: #5F5F5F. Windows color (decimal): -1506593 or 14615273. OLE color: 14615273.
HSL color Cylindrical-coordinate representation of color #E902DF: hue angle of 302.6º 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 #E902DF is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.09 |
| HSL | 302.6º | 0.98% | 0.46% | - |
| HSV(B) | 302.6º | 0.99% | 0.91% | - |
| XYZ | 46.95 | 22.69 | 71.72 | - |
| YUV | 96.26 | 199.53 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 223 | 0 | 0.99 | 0.04 | 0.09 | 302.6 | 0.98 | 0.46 |
| Hex | E9 | 2 | DF | 0 | 63 | 4 | 9 | 12F | 62 | 2E |
| Octal | 351 | 2 | 337 | 0 | 143 | 4 | 11 | 457 | 142 | 56 |
| Binary | 11101001 | 10 | 11011111 | 0 | 1100011 | 100 | 1001 | 100101111 | 1100010 | 101110 |
Color Harmonies of #E902DF
Complementary color
Monochromatic Colors of #E902DF
Black with #E902DF
Text Example
Text Example
White with #E902DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902DF; }
p { color: rgb(233,2,223); }
H1.HeaderClassName
{
color: #E902DF;
}
.AnyTagClassName
{
color: #E902DF;
}
</style>
background-color css
<style>
a { background-color: #E902DF; }
a { background-color: rgb(233,2,223); }
div.DivClassName
{
background-color: #E902DF;
}
.BgClassName
{
background-color: #E902DF;
}
</style>
border-color css
<style>
span { border-color: #E902DF; }
span { border-color: rgb(233,2,223); }
td.TdClassName
{
border-color: #E902DF;
}
.TagClassName
{
border-color: #E902DF;
}
</style>