Shades of Hot Magenta #E90DD3
Tints of Hot Magenta #E90DD3
RGB
CMYK
RGB Variations
Color information
#E90DD3 (or 0xE90DD3) is known color: Hot Magenta. HEX triplet: E9, 0D and D3. RGB value is (233,13,211). Sum of RGB (Red+Green+Blue) = 233+13+211=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90DD3 is #16F22C. Grayscale: #646464. Windows color (decimal): -1503789 or 13831657. OLE color: 13831657.
HSL color Cylindrical-coordinate representation of color #E90DD3: hue angle of 306º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90DD3 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 211 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.09 |
| HSL | 306º | 0.89% | 0.48% | - |
| HSV(B) | 306º | 0.94% | 0.91% | - |
| XYZ | 45.51 | 22.31 | 63.54 | - |
| YUV | 101.35 | 189.89 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 211 | 0 | 0.94 | 0.09 | 0.09 | 306 | 0.89 | 0.48 |
| Hex | E9 | D | D3 | 0 | 5E | 9 | 9 | 132 | 59 | 30 |
| Octal | 351 | 15 | 323 | 0 | 136 | 11 | 11 | 462 | 131 | 60 |
| Binary | 11101001 | 1101 | 11010011 | 0 | 1011110 | 1001 | 1001 | 100110010 | 1011001 | 110000 |
Color Harmonies of #E90DD3
Complementary color
Monochromatic Colors of #E90DD3
Black with #E90DD3
Text Example
Text Example
White with #E90DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90DD3; }
p { color: rgb(233,13,211); }
H1.HeaderClassName
{
color: #E90DD3;
}
.AnyTagClassName
{
color: #E90DD3;
}
</style>
background-color css
<style>
a { background-color: #E90DD3; }
a { background-color: rgb(233,13,211); }
div.DivClassName
{
background-color: #E90DD3;
}
.BgClassName
{
background-color: #E90DD3;
}
</style>
border-color css
<style>
span { border-color: #E90DD3; }
span { border-color: rgb(233,13,211); }
td.TdClassName
{
border-color: #E90DD3;
}
.TagClassName
{
border-color: #E90DD3;
}
</style>