Shades of Deep Magenta #E115CA
Tints of Deep Magenta #E115CA
RGB
CMYK
RGB Variations
Color information
#E115CA (or 0xE115CA) is known color: Deep Magenta. HEX triplet: E1, 15 and CA. RGB value is (225,21,202). Sum of RGB (Red+Green+Blue) = 225+21+202=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E115CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115CA is #1EEA35. Grayscale: #666666. Windows color (decimal): -2026038 or 13243873. OLE color: 13243873.
HSL color Cylindrical-coordinate representation of color #E115CA: hue angle of 306.76º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E115CA is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 202 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.12 |
| HSL | 306.76º | 0.83% | 0.48% | - |
| HSV(B) | 306.76º | 0.91% | 0.88% | - |
| XYZ | 41.98 | 20.81 | 57.68 | - |
| YUV | 102.63 | 184.09 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 202 | 0 | 0.91 | 0.10 | 0.12 | 306.76 | 0.83 | 0.48 |
| Hex | E1 | 15 | CA | 0 | 5B | A | C | 133 | 53 | 30 |
| Octal | 341 | 25 | 312 | 0 | 133 | 12 | 14 | 463 | 123 | 60 |
| Binary | 11100001 | 10101 | 11001010 | 0 | 1011011 | 1010 | 1100 | 100110011 | 1010011 | 110000 |
Color Harmonies of #E115CA
Complementary color
Monochromatic Colors of #E115CA
Black with #E115CA
Text Example
Text Example
White with #E115CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115CA; }
p { color: rgb(225,21,202); }
H1.HeaderClassName
{
color: #E115CA;
}
.AnyTagClassName
{
color: #E115CA;
}
</style>
background-color css
<style>
a { background-color: #E115CA; }
a { background-color: rgb(225,21,202); }
div.DivClassName
{
background-color: #E115CA;
}
.BgClassName
{
background-color: #E115CA;
}
</style>
border-color css
<style>
span { border-color: #E115CA; }
span { border-color: rgb(225,21,202); }
td.TdClassName
{
border-color: #E115CA;
}
.TagClassName
{
border-color: #E115CA;
}
</style>