Shades of Deep Magenta #E404CF
Tints of Deep Magenta #E404CF
RGB
CMYK
RGB Variations
Color information
#E404CF (or 0xE404CF) is known color: Deep Magenta. HEX triplet: E4, 04 and CF. RGB value is (228,4,207). Sum of RGB (Red+Green+Blue) = 228+4+207=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 4 (1.95% from 255 or 0.91% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E404CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E404CF is #1BFB30. Grayscale: #5D5D5D. Windows color (decimal): -1833777 or 13567204. OLE color: 13567204.
HSL color Cylindrical-coordinate representation of color #E404CF: hue angle of 305.62º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404CF is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.11 |
| HSL | 305.63º | 0.97% | 0.45% | - |
| HSV(B) | 305.63º | 0.98% | 0.89% | - |
| XYZ | 43.3 | 21.09 | 60.82 | - |
| YUV | 94.12 | 191.71 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 207 | 0 | 0.98 | 0.09 | 0.11 | 305.63 | 0.97 | 0.45 |
| Hex | E4 | 4 | CF | 0 | 62 | 9 | B | 132 | 61 | 2D |
| Octal | 344 | 4 | 317 | 0 | 142 | 11 | 13 | 462 | 141 | 55 |
| Binary | 11100100 | 100 | 11001111 | 0 | 1100010 | 1001 | 1011 | 100110010 | 1100001 | 101101 |
Color Harmonies of #E404CF
Complementary color
Monochromatic Colors of #E404CF
Black with #E404CF
Text Example
Text Example
White with #E404CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404CF; }
p { color: rgb(228,4,207); }
H1.HeaderClassName
{
color: #E404CF;
}
.AnyTagClassName
{
color: #E404CF;
}
</style>
background-color css
<style>
a { background-color: #E404CF; }
a { background-color: rgb(228,4,207); }
div.DivClassName
{
background-color: #E404CF;
}
.BgClassName
{
background-color: #E404CF;
}
</style>
border-color css
<style>
span { border-color: #E404CF; }
span { border-color: rgb(228,4,207); }
td.TdClassName
{
border-color: #E404CF;
}
.TagClassName
{
border-color: #E404CF;
}
</style>