Shades of Deep Magenta #E403CA
Tints of Deep Magenta #E403CA
RGB
CMYK
RGB Variations
Color information
#E403CA (or 0xE403CA) is known color: Deep Magenta. HEX triplet: E4, 03 and CA. RGB value is (228,3,202). Sum of RGB (Red+Green+Blue) = 228+3+202=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E403CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E403CA is #1BFC35. Grayscale: #5C5C5C. Windows color (decimal): -1834038 or 13239268. OLE color: 13239268.
HSL color Cylindrical-coordinate representation of color #E403CA: hue angle of 306.93º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403CA is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 202 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.11 |
| HSL | 306.93º | 0.97% | 0.45% | - |
| HSV(B) | 306.93º | 0.99% | 0.89% | - |
| XYZ | 42.69 | 20.82 | 57.65 | - |
| YUV | 92.96 | 189.54 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 202 | 0 | 0.99 | 0.11 | 0.11 | 306.93 | 0.97 | 0.45 |
| Hex | E4 | 3 | CA | 0 | 63 | B | B | 133 | 61 | 2D |
| Octal | 344 | 3 | 312 | 0 | 143 | 13 | 13 | 463 | 141 | 55 |
| Binary | 11100100 | 11 | 11001010 | 0 | 1100011 | 1011 | 1011 | 100110011 | 1100001 | 101101 |
Color Harmonies of #E403CA
Complementary color
Monochromatic Colors of #E403CA
Black with #E403CA
Text Example
Text Example
White with #E403CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E403CA; }
p { color: rgb(228,3,202); }
H1.HeaderClassName
{
color: #E403CA;
}
.AnyTagClassName
{
color: #E403CA;
}
</style>
background-color css
<style>
a { background-color: #E403CA; }
a { background-color: rgb(228,3,202); }
div.DivClassName
{
background-color: #E403CA;
}
.BgClassName
{
background-color: #E403CA;
}
</style>
border-color css
<style>
span { border-color: #E403CA; }
span { border-color: rgb(228,3,202); }
td.TdClassName
{
border-color: #E403CA;
}
.TagClassName
{
border-color: #E403CA;
}
</style>