Shades of Deep Magenta #E201CF
Tints of Deep Magenta #E201CF
RGB
CMYK
RGB Variations
Color information
#E201CF (or 0xE201CF) is known color: Deep Magenta. HEX triplet: E2, 01 and CF. RGB value is (226,1,207). Sum of RGB (Red+Green+Blue) = 226+1+207=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E201CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201CF is #1DFE30. Grayscale: #5B5B5B. Windows color (decimal): -1965617 or 13566434. OLE color: 13566434.
HSL color Cylindrical-coordinate representation of color #E201CF: hue angle of 305.07º 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 #E201CF is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.11 |
| HSL | 305.07º | 0.99% | 0.45% | - |
| HSV(B) | 305.07º | 1% | 0.89% | - |
| XYZ | 42.64 | 20.7 | 60.78 | - |
| YUV | 91.76 | 193.04 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 207 | 0 | 1.00 | 0.08 | 0.11 | 305.07 | 0.99 | 0.45 |
| Hex | E2 | 1 | CF | 0 | 64 | 8 | B | 131 | 63 | 2D |
| Octal | 342 | 1 | 317 | 0 | 144 | 10 | 13 | 461 | 143 | 55 |
| Binary | 11100010 | 1 | 11001111 | 0 | 1100100 | 1000 | 1011 | 100110001 | 1100011 | 101101 |
Color Harmonies of #E201CF
Complementary color
Monochromatic Colors of #E201CF
Black with #E201CF
Text Example
Text Example
White with #E201CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201CF; }
p { color: rgb(226,1,207); }
H1.HeaderClassName
{
color: #E201CF;
}
.AnyTagClassName
{
color: #E201CF;
}
</style>
background-color css
<style>
a { background-color: #E201CF; }
a { background-color: rgb(226,1,207); }
div.DivClassName
{
background-color: #E201CF;
}
.BgClassName
{
background-color: #E201CF;
}
</style>
border-color css
<style>
span { border-color: #E201CF; }
span { border-color: rgb(226,1,207); }
td.TdClassName
{
border-color: #E201CF;
}
.TagClassName
{
border-color: #E201CF;
}
</style>