Shades of Hot Magenta #E904D4
Tints of Hot Magenta #E904D4
RGB
CMYK
RGB Variations
Color information
#E904D4 (or 0xE904D4) is known color: Hot Magenta. HEX triplet: E9, 04 and D4. RGB value is (233,4,212). Sum of RGB (Red+Green+Blue) = 233+4+212=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E904D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E904D4 is #16FB2B. Grayscale: #5F5F5F. Windows color (decimal): -1506092 or 13894889. OLE color: 13894889.
HSL color Cylindrical-coordinate representation of color #E904D4: hue angle of 305.5º 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 #E904D4 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 212 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.09 |
| HSL | 305.5º | 0.97% | 0.46% | - |
| HSV(B) | 305.5º | 0.98% | 0.91% | - |
| XYZ | 45.53 | 22.16 | 64.17 | - |
| YUV | 96.18 | 193.37 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 212 | 0 | 0.98 | 0.09 | 0.09 | 305.5 | 0.97 | 0.46 |
| Hex | E9 | 4 | D4 | 0 | 62 | 9 | 9 | 132 | 61 | 2E |
| Octal | 351 | 4 | 324 | 0 | 142 | 11 | 11 | 462 | 141 | 56 |
| Binary | 11101001 | 100 | 11010100 | 0 | 1100010 | 1001 | 1001 | 100110010 | 1100001 | 101110 |
Color Harmonies of #E904D4
Complementary color
Monochromatic Colors of #E904D4
Black with #E904D4
Text Example
Text Example
White with #E904D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E904D4; }
p { color: rgb(233,4,212); }
H1.HeaderClassName
{
color: #E904D4;
}
.AnyTagClassName
{
color: #E904D4;
}
</style>
background-color css
<style>
a { background-color: #E904D4; }
a { background-color: rgb(233,4,212); }
div.DivClassName
{
background-color: #E904D4;
}
.BgClassName
{
background-color: #E904D4;
}
</style>
border-color css
<style>
span { border-color: #E904D4; }
span { border-color: rgb(233,4,212); }
td.TdClassName
{
border-color: #E904D4;
}
.TagClassName
{
border-color: #E904D4;
}
</style>