Shades of Deep Magenta #E115CB
Tints of Deep Magenta #E115CB
RGB
CMYK
RGB Variations
Color information
#E115CB (or 0xE115CB) is known color: Deep Magenta. HEX triplet: E1, 15 and CB. RGB value is (225,21,203). Sum of RGB (Red+Green+Blue) = 225+21+203=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E115CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115CB is #1EEA34. Grayscale: #666666. Windows color (decimal): -2026037 or 13309409. OLE color: 13309409.
HSL color Cylindrical-coordinate representation of color #E115CB: hue angle of 306.47º 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 #E115CB is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 203 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.12 |
| HSL | 306.47º | 0.83% | 0.48% | - |
| HSV(B) | 306.47º | 0.91% | 0.88% | - |
| XYZ | 42.1 | 20.86 | 58.31 | - |
| YUV | 102.74 | 184.59 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 203 | 0 | 0.91 | 0.10 | 0.12 | 306.47 | 0.83 | 0.48 |
| Hex | E1 | 15 | CB | 0 | 5B | A | C | 132 | 53 | 30 |
| Octal | 341 | 25 | 313 | 0 | 133 | 12 | 14 | 462 | 123 | 60 |
| Binary | 11100001 | 10101 | 11001011 | 0 | 1011011 | 1010 | 1100 | 100110010 | 1010011 | 110000 |
Color Harmonies of #E115CB
Complementary color
Monochromatic Colors of #E115CB
Black with #E115CB
Text Example
Text Example
White with #E115CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115CB; }
p { color: rgb(225,21,203); }
H1.HeaderClassName
{
color: #E115CB;
}
.AnyTagClassName
{
color: #E115CB;
}
</style>
background-color css
<style>
a { background-color: #E115CB; }
a { background-color: rgb(225,21,203); }
div.DivClassName
{
background-color: #E115CB;
}
.BgClassName
{
background-color: #E115CB;
}
</style>
border-color css
<style>
span { border-color: #E115CB; }
span { border-color: rgb(225,21,203); }
td.TdClassName
{
border-color: #E115CB;
}
.TagClassName
{
border-color: #E115CB;
}
</style>