Shades of Hot Magenta #E900DC
Tints of Hot Magenta #E900DC
RGB
CMYK
RGB Variations
Color information
#E900DC (or 0xE900DC) is known color: Hot Magenta. HEX triplet: E9, 00 and DC. RGB value is (233,0,220). Sum of RGB (Red+Green+Blue) = 233+0+220=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E900DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E900DC is #16FF23. Grayscale: #5E5E5E. Windows color (decimal): -1507108 or 14418153. OLE color: 14418153.
HSL color Cylindrical-coordinate representation of color #E900DC: hue angle of 303.35º 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 #E900DC is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 220 | - |
| CMYK | 0 | 1 | 0.06 | 0.09 |
| HSL | 303.35º | 1% | 0.46% | - |
| HSV(B) | 303.35º | 1% | 0.91% | - |
| XYZ | 46.52 | 22.49 | 69.6 | - |
| YUV | 94.75 | 198.69 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 220 | 0 | 1 | 0.06 | 0.09 | 303.35 | 1 | 0.46 |
| Hex | E9 | 0 | DC | 0 | 64 | 6 | 9 | 12F | 64 | 2E |
| Octal | 351 | 0 | 334 | 0 | 144 | 6 | 11 | 457 | 144 | 56 |
| Binary | 11101001 | 0 | 11011100 | 0 | 1100100 | 110 | 1001 | 100101111 | 1100100 | 101110 |
Color Harmonies of #E900DC
Complementary color
Monochromatic Colors of #E900DC
Black with #E900DC
Text Example
Text Example
White with #E900DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900DC; }
p { color: rgb(233,0,220); }
H1.HeaderClassName
{
color: #E900DC;
}
.AnyTagClassName
{
color: #E900DC;
}
</style>
background-color css
<style>
a { background-color: #E900DC; }
a { background-color: rgb(233,0,220); }
div.DivClassName
{
background-color: #E900DC;
}
.BgClassName
{
background-color: #E900DC;
}
</style>
border-color css
<style>
span { border-color: #E900DC; }
span { border-color: rgb(233,0,220); }
td.TdClassName
{
border-color: #E900DC;
}
.TagClassName
{
border-color: #E900DC;
}
</style>