Shades of Deep Magenta #E31BDF
Tints of Deep Magenta #E31BDF
RGB
CMYK
RGB Variations
Color information
#E31BDF (or 0xE31BDF) is known color: Deep Magenta. HEX triplet: E3, 1B and DF. RGB value is (227,27,223). Sum of RGB (Red+Green+Blue) = 227+27+223=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E31BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31BDF is #1CE420. Grayscale: #6C6C6C. Windows color (decimal): -1893409 or 14621667. OLE color: 14621667.
HSL color Cylindrical-coordinate representation of color #E31BDF: hue angle of 301.2º degrees, saturation: 0.79, 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 #E31BDF is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 27 | 223 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.11 |
| HSL | 301.2º | 0.79% | 0.5% | - |
| HSV(B) | 301.2º | 0.88% | 0.89% | - |
| XYZ | 45.39 | 22.44 | 71.75 | - |
| YUV | 109.14 | 192.26 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 223 | 0 | 0.88 | 0.02 | 0.11 | 301.2 | 0.79 | 0.5 |
| Hex | E3 | 1B | DF | 0 | 58 | 2 | B | 12D | 4F | 32 |
| Octal | 343 | 33 | 337 | 0 | 130 | 2 | 13 | 455 | 117 | 62 |
| Binary | 11100011 | 11011 | 11011111 | 0 | 1011000 | 10 | 1011 | 100101101 | 1001111 | 110010 |
Color Harmonies of #E31BDF
Complementary color
Monochromatic Colors of #E31BDF
Black with #E31BDF
Text Example
Text Example
White with #E31BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31BDF; }
p { color: rgb(227,27,223); }
H1.HeaderClassName
{
color: #E31BDF;
}
.AnyTagClassName
{
color: #E31BDF;
}
</style>
background-color css
<style>
a { background-color: #E31BDF; }
a { background-color: rgb(227,27,223); }
div.DivClassName
{
background-color: #E31BDF;
}
.BgClassName
{
background-color: #E31BDF;
}
</style>
border-color css
<style>
span { border-color: #E31BDF; }
span { border-color: rgb(227,27,223); }
td.TdClassName
{
border-color: #E31BDF;
}
.TagClassName
{
border-color: #E31BDF;
}
</style>