Shades of Deep Magenta #E214CC
Tints of Deep Magenta #E214CC
RGB
CMYK
RGB Variations
Color information
#E214CC (or 0xE214CC) is known color: Deep Magenta. HEX triplet: E2, 14 and CC. RGB value is (226,20,204). Sum of RGB (Red+Green+Blue) = 226+20+204=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E214CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E214CC is #1DEB33. Grayscale: #666666. Windows color (decimal): -1960756 or 13374690. OLE color: 13374690.
HSL color Cylindrical-coordinate representation of color #E214CC: hue angle of 306.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E214CC is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 204 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.11 |
| HSL | 306.41º | 0.84% | 0.48% | - |
| HSV(B) | 306.41º | 0.91% | 0.89% | - |
| XYZ | 42.51 | 21.03 | 58.94 | - |
| YUV | 102.57 | 185.25 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 204 | 0 | 0.91 | 0.10 | 0.11 | 306.41 | 0.84 | 0.48 |
| Hex | E2 | 14 | CC | 0 | 5B | A | B | 132 | 54 | 30 |
| Octal | 342 | 24 | 314 | 0 | 133 | 12 | 13 | 462 | 124 | 60 |
| Binary | 11100010 | 10100 | 11001100 | 0 | 1011011 | 1010 | 1011 | 100110010 | 1010100 | 110000 |
Color Harmonies of #E214CC
Complementary color
Monochromatic Colors of #E214CC
Black with #E214CC
Text Example
Text Example
White with #E214CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E214CC; }
p { color: rgb(226,20,204); }
H1.HeaderClassName
{
color: #E214CC;
}
.AnyTagClassName
{
color: #E214CC;
}
</style>
background-color css
<style>
a { background-color: #E214CC; }
a { background-color: rgb(226,20,204); }
div.DivClassName
{
background-color: #E214CC;
}
.BgClassName
{
background-color: #E214CC;
}
</style>
border-color css
<style>
span { border-color: #E214CC; }
span { border-color: rgb(226,20,204); }
td.TdClassName
{
border-color: #E214CC;
}
.TagClassName
{
border-color: #E214CC;
}
</style>