Shades of Hot Magenta #E904DE
Tints of Hot Magenta #E904DE
RGB
CMYK
RGB Variations
Color information
#E904DE (or 0xE904DE) is known color: Hot Magenta. HEX triplet: E9, 04 and DE. RGB value is (233,4,222). Sum of RGB (Red+Green+Blue) = 233+4+222=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 4 (1.95% from 255 or 0.87% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E904DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E904DE is #16FB21. Grayscale: #606060. Windows color (decimal): -1506082 or 14550249. OLE color: 14550249.
HSL color Cylindrical-coordinate representation of color #E904DE: hue angle of 302.88º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E904DE is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 222 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.09 |
| HSL | 302.88º | 0.97% | 0.46% | - |
| HSV(B) | 302.88º | 0.98% | 0.91% | - |
| XYZ | 46.83 | 22.68 | 71.02 | - |
| YUV | 97.32 | 198.37 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 222 | 0 | 0.98 | 0.05 | 0.09 | 302.88 | 0.97 | 0.46 |
| Hex | E9 | 4 | DE | 0 | 62 | 5 | 9 | 12F | 61 | 2E |
| Octal | 351 | 4 | 336 | 0 | 142 | 5 | 11 | 457 | 141 | 56 |
| Binary | 11101001 | 100 | 11011110 | 0 | 1100010 | 101 | 1001 | 100101111 | 1100001 | 101110 |
Color Harmonies of #E904DE
Complementary color
Monochromatic Colors of #E904DE
Black with #E904DE
Text Example
Text Example
White with #E904DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E904DE; }
p { color: rgb(233,4,222); }
H1.HeaderClassName
{
color: #E904DE;
}
.AnyTagClassName
{
color: #E904DE;
}
</style>
background-color css
<style>
a { background-color: #E904DE; }
a { background-color: rgb(233,4,222); }
div.DivClassName
{
background-color: #E904DE;
}
.BgClassName
{
background-color: #E904DE;
}
</style>
border-color css
<style>
span { border-color: #E904DE; }
span { border-color: rgb(233,4,222); }
td.TdClassName
{
border-color: #E904DE;
}
.TagClassName
{
border-color: #E904DE;
}
</style>