Shades of Deep Magenta #E503CB
Tints of Deep Magenta #E503CB
RGB
CMYK
RGB Variations
Color information
#E503CB (or 0xE503CB) is known color: Deep Magenta. HEX triplet: E5, 03 and CB. RGB value is (229,3,203). Sum of RGB (Red+Green+Blue) = 229+3+203=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E503CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E503CB is #1AFC34. Grayscale: #5C5C5C. Windows color (decimal): -1768501 or 13304805. OLE color: 13304805.
HSL color Cylindrical-coordinate representation of color #E503CB: hue angle of 306.9º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E503CB is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 203 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.10 |
| HSL | 306.9º | 0.97% | 0.45% | - |
| HSV(B) | 306.9º | 0.99% | 0.9% | - |
| XYZ | 43.13 | 21.03 | 58.29 | - |
| YUV | 93.37 | 189.87 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 203 | 0 | 0.99 | 0.11 | 0.10 | 306.9 | 0.97 | 0.45 |
| Hex | E5 | 3 | CB | 0 | 63 | B | A | 133 | 61 | 2D |
| Octal | 345 | 3 | 313 | 0 | 143 | 13 | 12 | 463 | 141 | 55 |
| Binary | 11100101 | 11 | 11001011 | 0 | 1100011 | 1011 | 1010 | 100110011 | 1100001 | 101101 |
Color Harmonies of #E503CB
Complementary color
Monochromatic Colors of #E503CB
Black with #E503CB
Text Example
Text Example
White with #E503CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503CB; }
p { color: rgb(229,3,203); }
H1.HeaderClassName
{
color: #E503CB;
}
.AnyTagClassName
{
color: #E503CB;
}
</style>
background-color css
<style>
a { background-color: #E503CB; }
a { background-color: rgb(229,3,203); }
div.DivClassName
{
background-color: #E503CB;
}
.BgClassName
{
background-color: #E503CB;
}
</style>
border-color css
<style>
span { border-color: #E503CB; }
span { border-color: rgb(229,3,203); }
td.TdClassName
{
border-color: #E503CB;
}
.TagClassName
{
border-color: #E503CB;
}
</style>