Shades of Hot Magenta #E904DC
Tints of Hot Magenta #E904DC
RGB
CMYK
RGB Variations
Color information
#E904DC (or 0xE904DC) is known color: Hot Magenta. HEX triplet: E9, 04 and DC. RGB value is (233,4,220). Sum of RGB (Red+Green+Blue) = 233+4+220=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 4 (1.95% from 255 or 0.88% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E904DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E904DC is #16FB23. Grayscale: #606060. Windows color (decimal): -1506084 or 14419177. OLE color: 14419177.
HSL color Cylindrical-coordinate representation of color #E904DC: hue angle of 303.41º 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 #E904DC is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 220 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.09 |
| HSL | 303.41º | 0.97% | 0.46% | - |
| HSV(B) | 303.41º | 0.98% | 0.91% | - |
| XYZ | 46.57 | 22.58 | 69.61 | - |
| YUV | 97.1 | 197.37 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 220 | 0 | 0.98 | 0.06 | 0.09 | 303.41 | 0.97 | 0.46 |
| Hex | E9 | 4 | DC | 0 | 62 | 6 | 9 | 12F | 61 | 2E |
| Octal | 351 | 4 | 334 | 0 | 142 | 6 | 11 | 457 | 141 | 56 |
| Binary | 11101001 | 100 | 11011100 | 0 | 1100010 | 110 | 1001 | 100101111 | 1100001 | 101110 |
Color Harmonies of #E904DC
Complementary color
Monochromatic Colors of #E904DC
Black with #E904DC
Text Example
Text Example
White with #E904DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E904DC; }
p { color: rgb(233,4,220); }
H1.HeaderClassName
{
color: #E904DC;
}
.AnyTagClassName
{
color: #E904DC;
}
</style>
background-color css
<style>
a { background-color: #E904DC; }
a { background-color: rgb(233,4,220); }
div.DivClassName
{
background-color: #E904DC;
}
.BgClassName
{
background-color: #E904DC;
}
</style>
border-color css
<style>
span { border-color: #E904DC; }
span { border-color: rgb(233,4,220); }
td.TdClassName
{
border-color: #E904DC;
}
.TagClassName
{
border-color: #E904DC;
}
</style>