Shades of Hot Magenta #E902DA
Tints of Hot Magenta #E902DA
RGB
CMYK
RGB Variations
Color information
#E902DA (or 0xE902DA) is known color: Hot Magenta. HEX triplet: E9, 02 and DA. RGB value is (233,2,218). Sum of RGB (Red+Green+Blue) = 233+2+218=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E902DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E902DA is #16FD25. Grayscale: #5F5F5F. Windows color (decimal): -1506598 or 14287593. OLE color: 14287593.
HSL color Cylindrical-coordinate representation of color #E902DA: hue angle of 303.9º 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 #E902DA is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 218 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.09 |
| HSL | 303.9º | 0.98% | 0.46% | - |
| HSV(B) | 303.9º | 0.99% | 0.91% | - |
| XYZ | 46.28 | 22.43 | 68.22 | - |
| YUV | 95.69 | 197.03 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 218 | 0 | 0.99 | 0.06 | 0.09 | 303.9 | 0.98 | 0.46 |
| Hex | E9 | 2 | DA | 0 | 63 | 6 | 9 | 130 | 62 | 2E |
| Octal | 351 | 2 | 332 | 0 | 143 | 6 | 11 | 460 | 142 | 56 |
| Binary | 11101001 | 10 | 11011010 | 0 | 1100011 | 110 | 1001 | 100110000 | 1100010 | 101110 |
Color Harmonies of #E902DA
Complementary color
Monochromatic Colors of #E902DA
Black with #E902DA
Text Example
Text Example
White with #E902DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902DA; }
p { color: rgb(233,2,218); }
H1.HeaderClassName
{
color: #E902DA;
}
.AnyTagClassName
{
color: #E902DA;
}
</style>
background-color css
<style>
a { background-color: #E902DA; }
a { background-color: rgb(233,2,218); }
div.DivClassName
{
background-color: #E902DA;
}
.BgClassName
{
background-color: #E902DA;
}
</style>
border-color css
<style>
span { border-color: #E902DA; }
span { border-color: rgb(233,2,218); }
td.TdClassName
{
border-color: #E902DA;
}
.TagClassName
{
border-color: #E902DA;
}
</style>