Shades of Hot Magenta #E900DD
Tints of Hot Magenta #E900DD
RGB
CMYK
RGB Variations
Color information
#E900DD (or 0xE900DD) is known color: Hot Magenta. HEX triplet: E9, 00 and DD. RGB value is (233,0,221). Sum of RGB (Red+Green+Blue) = 233+0+221=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E900DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E900DD is #16FF22. Grayscale: #5E5E5E. Windows color (decimal): -1507107 or 14483689. OLE color: 14483689.
HSL color Cylindrical-coordinate representation of color #E900DD: hue angle of 303.09º 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 #E900DD is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 221 | - |
| CMYK | 0 | 1 | 0.05 | 0.09 |
| HSL | 303.09º | 1% | 0.46% | - |
| HSV(B) | 303.09º | 1% | 0.91% | - |
| XYZ | 46.66 | 22.54 | 70.3 | - |
| YUV | 94.86 | 199.19 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 221 | 0 | 1 | 0.05 | 0.09 | 303.09 | 1 | 0.46 |
| Hex | E9 | 0 | DD | 0 | 64 | 5 | 9 | 12F | 64 | 2E |
| Octal | 351 | 0 | 335 | 0 | 144 | 5 | 11 | 457 | 144 | 56 |
| Binary | 11101001 | 0 | 11011101 | 0 | 1100100 | 101 | 1001 | 100101111 | 1100100 | 101110 |
Color Harmonies of #E900DD
Complementary color
Monochromatic Colors of #E900DD
Black with #E900DD
Text Example
Text Example
White with #E900DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900DD; }
p { color: rgb(233,0,221); }
H1.HeaderClassName
{
color: #E900DD;
}
.AnyTagClassName
{
color: #E900DD;
}
</style>
background-color css
<style>
a { background-color: #E900DD; }
a { background-color: rgb(233,0,221); }
div.DivClassName
{
background-color: #E900DD;
}
.BgClassName
{
background-color: #E900DD;
}
</style>
border-color css
<style>
span { border-color: #E900DD; }
span { border-color: rgb(233,0,221); }
td.TdClassName
{
border-color: #E900DD;
}
.TagClassName
{
border-color: #E900DD;
}
</style>