Shades of Deep Magenta #E201C2
Tints of Deep Magenta #E201C2
RGB
CMYK
RGB Variations
Color information
#E201C2 (or 0xE201C2) is known color: Deep Magenta. HEX triplet: E2, 01 and C2. RGB value is (226,1,194). Sum of RGB (Red+Green+Blue) = 226+1+194=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E201C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201C2 is #1DFE3D. Grayscale: #595959. Windows color (decimal): -1965630 or 12714466. OLE color: 12714466.
HSL color Cylindrical-coordinate representation of color #E201C2: hue angle of 308.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201C2 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 194 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.11 |
| HSL | 308.53º | 0.99% | 0.45% | - |
| HSV(B) | 308.53º | 1% | 0.89% | - |
| XYZ | 41.11 | 20.09 | 52.75 | - |
| YUV | 90.28 | 186.54 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 194 | 0 | 1.00 | 0.14 | 0.11 | 308.53 | 0.99 | 0.45 |
| Hex | E2 | 1 | C2 | 0 | 64 | E | B | 135 | 63 | 2D |
| Octal | 342 | 1 | 302 | 0 | 144 | 16 | 13 | 465 | 143 | 55 |
| Binary | 11100010 | 1 | 11000010 | 0 | 1100100 | 1110 | 1011 | 100110101 | 1100011 | 101101 |
Color Harmonies of #E201C2
Complementary color
Monochromatic Colors of #E201C2
Black with #E201C2
Text Example
Text Example
White with #E201C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201C2; }
p { color: rgb(226,1,194); }
H1.HeaderClassName
{
color: #E201C2;
}
.AnyTagClassName
{
color: #E201C2;
}
</style>
background-color css
<style>
a { background-color: #E201C2; }
a { background-color: rgb(226,1,194); }
div.DivClassName
{
background-color: #E201C2;
}
.BgClassName
{
background-color: #E201C2;
}
</style>
border-color css
<style>
span { border-color: #E201C2; }
span { border-color: rgb(226,1,194); }
td.TdClassName
{
border-color: #E201C2;
}
.TagClassName
{
border-color: #E201C2;
}
</style>