Shades of Deep Magenta #E11CD3
Tints of Deep Magenta #E11CD3
RGB
CMYK
RGB Variations
Color information
#E11CD3 (or 0xE11CD3) is known color: Deep Magenta. HEX triplet: E1, 1C and D3. RGB value is (225,28,211). Sum of RGB (Red+Green+Blue) = 225+28+211=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CD3 is #1EE32C. Grayscale: #6B6B6B. Windows color (decimal): -2024237 or 13835489. OLE color: 13835489.
HSL color Cylindrical-coordinate representation of color #E11CD3: hue angle of 304.26º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CD3 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 211 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.12 |
| HSL | 304.26º | 0.78% | 0.5% | - |
| HSV(B) | 304.26º | 0.88% | 0.88% | - |
| XYZ | 43.22 | 21.54 | 63.51 | - |
| YUV | 107.77 | 186.27 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 211 | 0 | 0.88 | 0.06 | 0.12 | 304.26 | 0.78 | 0.5 |
| Hex | E1 | 1C | D3 | 0 | 58 | 6 | C | 130 | 4E | 32 |
| Octal | 341 | 34 | 323 | 0 | 130 | 6 | 14 | 460 | 116 | 62 |
| Binary | 11100001 | 11100 | 11010011 | 0 | 1011000 | 110 | 1100 | 100110000 | 1001110 | 110010 |
Color Harmonies of #E11CD3
Complementary color
Monochromatic Colors of #E11CD3
Black with #E11CD3
Text Example
Text Example
White with #E11CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CD3; }
p { color: rgb(225,28,211); }
H1.HeaderClassName
{
color: #E11CD3;
}
.AnyTagClassName
{
color: #E11CD3;
}
</style>
background-color css
<style>
a { background-color: #E11CD3; }
a { background-color: rgb(225,28,211); }
div.DivClassName
{
background-color: #E11CD3;
}
.BgClassName
{
background-color: #E11CD3;
}
</style>
border-color css
<style>
span { border-color: #E11CD3; }
span { border-color: rgb(225,28,211); }
td.TdClassName
{
border-color: #E11CD3;
}
.TagClassName
{
border-color: #E11CD3;
}
</style>