Shades of Deep Magenta #E21BDF
Tints of Deep Magenta #E21BDF
RGB
CMYK
RGB Variations
Color information
#E21BDF (or 0xE21BDF) is known color: Deep Magenta. HEX triplet: E2, 1B and DF. RGB value is (226,27,223). Sum of RGB (Red+Green+Blue) = 226+27+223=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21BDF is #1DE420. Grayscale: #6C6C6C. Windows color (decimal): -1958945 or 14621666. OLE color: 14621666.
HSL color Cylindrical-coordinate representation of color #E21BDF: hue angle of 300.9º 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 #E21BDF is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 223 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.11 |
| HSL | 300.9º | 0.79% | 0.5% | - |
| HSV(B) | 300.9º | 0.88% | 0.89% | - |
| XYZ | 45.08 | 22.28 | 71.74 | - |
| YUV | 108.85 | 192.43 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 223 | 0 | 0.88 | 0.01 | 0.11 | 300.9 | 0.79 | 0.5 |
| Hex | E2 | 1B | DF | 0 | 58 | 1 | B | 12D | 4F | 32 |
| Octal | 342 | 33 | 337 | 0 | 130 | 1 | 13 | 455 | 117 | 62 |
| Binary | 11100010 | 11011 | 11011111 | 0 | 1011000 | 1 | 1011 | 100101101 | 1001111 | 110010 |
Color Harmonies of #E21BDF
Complementary color
Monochromatic Colors of #E21BDF
Black with #E21BDF
Text Example
Text Example
White with #E21BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BDF; }
p { color: rgb(226,27,223); }
H1.HeaderClassName
{
color: #E21BDF;
}
.AnyTagClassName
{
color: #E21BDF;
}
</style>
background-color css
<style>
a { background-color: #E21BDF; }
a { background-color: rgb(226,27,223); }
div.DivClassName
{
background-color: #E21BDF;
}
.BgClassName
{
background-color: #E21BDF;
}
</style>
border-color css
<style>
span { border-color: #E21BDF; }
span { border-color: rgb(226,27,223); }
td.TdClassName
{
border-color: #E21BDF;
}
.TagClassName
{
border-color: #E21BDF;
}
</style>