Shades of Deep Magenta #E201BF
Tints of Deep Magenta #E201BF
RGB
CMYK
RGB Variations
Color information
#E201BF (or 0xE201BF) is known color: Deep Magenta. HEX triplet: E2, 01 and BF. RGB value is (226,1,191). Sum of RGB (Red+Green+Blue) = 226+1+191=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E201BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201BF is #1DFE40. Grayscale: #595959. Windows color (decimal): -1965633 or 12517858. OLE color: 12517858.
HSL color Cylindrical-coordinate representation of color #E201BF: hue angle of 309.33º 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 #E201BF is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 191 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.11 |
| HSL | 309.33º | 0.99% | 0.45% | - |
| HSV(B) | 309.33º | 1% | 0.89% | - |
| XYZ | 40.78 | 19.95 | 50.99 | - |
| YUV | 89.94 | 185.04 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 191 | 0 | 1.00 | 0.15 | 0.11 | 309.33 | 0.99 | 0.45 |
| Hex | E2 | 1 | BF | 0 | 64 | F | B | 135 | 63 | 2D |
| Octal | 342 | 1 | 277 | 0 | 144 | 17 | 13 | 465 | 143 | 55 |
| Binary | 11100010 | 1 | 10111111 | 0 | 1100100 | 1111 | 1011 | 100110101 | 1100011 | 101101 |
Color Harmonies of #E201BF
Complementary color
Monochromatic Colors of #E201BF
Black with #E201BF
Text Example
Text Example
White with #E201BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201BF; }
p { color: rgb(226,1,191); }
H1.HeaderClassName
{
color: #E201BF;
}
.AnyTagClassName
{
color: #E201BF;
}
</style>
background-color css
<style>
a { background-color: #E201BF; }
a { background-color: rgb(226,1,191); }
div.DivClassName
{
background-color: #E201BF;
}
.BgClassName
{
background-color: #E201BF;
}
</style>
border-color css
<style>
span { border-color: #E201BF; }
span { border-color: rgb(226,1,191); }
td.TdClassName
{
border-color: #E201BF;
}
.TagClassName
{
border-color: #E201BF;
}
</style>