Shades of Deep Magenta #E31CDD
Tints of Deep Magenta #E31CDD
RGB
CMYK
RGB Variations
Color information
#E31CDD (or 0xE31CDD) is known color: Deep Magenta. HEX triplet: E3, 1C and DD. RGB value is (227,28,221). Sum of RGB (Red+Green+Blue) = 227+28+221=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31CDD is #1CE322. Grayscale: #6C6C6C. Windows color (decimal): -1893155 or 14490851. OLE color: 14490851.
HSL color Cylindrical-coordinate representation of color #E31CDD: hue angle of 301.81º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31CDD is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 221 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.11 |
| HSL | 301.81º | 0.78% | 0.5% | - |
| HSV(B) | 301.81º | 0.88% | 0.89% | - |
| XYZ | 45.14 | 22.38 | 70.35 | - |
| YUV | 109.5 | 190.93 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 221 | 0 | 0.88 | 0.03 | 0.11 | 301.81 | 0.78 | 0.5 |
| Hex | E3 | 1C | DD | 0 | 58 | 3 | B | 12E | 4E | 32 |
| Octal | 343 | 34 | 335 | 0 | 130 | 3 | 13 | 456 | 116 | 62 |
| Binary | 11100011 | 11100 | 11011101 | 0 | 1011000 | 11 | 1011 | 100101110 | 1001110 | 110010 |
Color Harmonies of #E31CDD
Complementary color
Monochromatic Colors of #E31CDD
Black with #E31CDD
Text Example
Text Example
White with #E31CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31CDD; }
p { color: rgb(227,28,221); }
H1.HeaderClassName
{
color: #E31CDD;
}
.AnyTagClassName
{
color: #E31CDD;
}
</style>
background-color css
<style>
a { background-color: #E31CDD; }
a { background-color: rgb(227,28,221); }
div.DivClassName
{
background-color: #E31CDD;
}
.BgClassName
{
background-color: #E31CDD;
}
</style>
border-color css
<style>
span { border-color: #E31CDD; }
span { border-color: rgb(227,28,221); }
td.TdClassName
{
border-color: #E31CDD;
}
.TagClassName
{
border-color: #E31CDD;
}
</style>