Shades of Deep Magenta #E504CB
Tints of Deep Magenta #E504CB
RGB
CMYK
RGB Variations
Color information
#E504CB (or 0xE504CB) is known color: Deep Magenta. HEX triplet: E5, 04 and CB. RGB value is (229,4,203). Sum of RGB (Red+Green+Blue) = 229+4+203=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E504CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504CB is #1AFB34. Grayscale: #5D5D5D. Windows color (decimal): -1768245 or 13305061. OLE color: 13305061.
HSL color Cylindrical-coordinate representation of color #E504CB: hue angle of 306.93º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E504CB is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 203 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.10 |
| HSL | 306.93º | 0.97% | 0.46% | - |
| HSV(B) | 306.93º | 0.98% | 0.9% | - |
| XYZ | 43.14 | 21.06 | 58.29 | - |
| YUV | 93.96 | 189.54 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 203 | 0 | 0.98 | 0.11 | 0.10 | 306.93 | 0.97 | 0.46 |
| Hex | E5 | 4 | CB | 0 | 62 | B | A | 133 | 61 | 2E |
| Octal | 345 | 4 | 313 | 0 | 142 | 13 | 12 | 463 | 141 | 56 |
| Binary | 11100101 | 100 | 11001011 | 0 | 1100010 | 1011 | 1010 | 100110011 | 1100001 | 101110 |
Color Harmonies of #E504CB
Complementary color
Monochromatic Colors of #E504CB
Black with #E504CB
Text Example
Text Example
White with #E504CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E504CB; }
p { color: rgb(229,4,203); }
H1.HeaderClassName
{
color: #E504CB;
}
.AnyTagClassName
{
color: #E504CB;
}
</style>
background-color css
<style>
a { background-color: #E504CB; }
a { background-color: rgb(229,4,203); }
div.DivClassName
{
background-color: #E504CB;
}
.BgClassName
{
background-color: #E504CB;
}
</style>
border-color css
<style>
span { border-color: #E504CB; }
span { border-color: rgb(229,4,203); }
td.TdClassName
{
border-color: #E504CB;
}
.TagClassName
{
border-color: #E504CB;
}
</style>