Shades of Deep Magenta #E202BF
Tints of Deep Magenta #E202BF
RGB
CMYK
RGB Variations
Color information
#E202BF (or 0xE202BF) is known color: Deep Magenta. HEX triplet: E2, 02 and BF. RGB value is (226,2,191). Sum of RGB (Red+Green+Blue) = 226+2+191=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E202BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E202BF is #1DFD40. Grayscale: #595959. Windows color (decimal): -1965377 or 12518114. OLE color: 12518114.
HSL color Cylindrical-coordinate representation of color #E202BF: hue angle of 309.38º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E202BF is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 191 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.11 |
| HSL | 309.38º | 0.98% | 0.45% | - |
| HSV(B) | 309.38º | 0.99% | 0.89% | - |
| XYZ | 40.79 | 19.97 | 51 | - |
| YUV | 90.52 | 184.71 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 191 | 0 | 0.99 | 0.15 | 0.11 | 309.38 | 0.98 | 0.45 |
| Hex | E2 | 2 | BF | 0 | 63 | F | B | 135 | 62 | 2D |
| Octal | 342 | 2 | 277 | 0 | 143 | 17 | 13 | 465 | 142 | 55 |
| Binary | 11100010 | 10 | 10111111 | 0 | 1100011 | 1111 | 1011 | 100110101 | 1100010 | 101101 |
Color Harmonies of #E202BF
Complementary color
Monochromatic Colors of #E202BF
Black with #E202BF
Text Example
Text Example
White with #E202BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E202BF; }
p { color: rgb(226,2,191); }
H1.HeaderClassName
{
color: #E202BF;
}
.AnyTagClassName
{
color: #E202BF;
}
</style>
background-color css
<style>
a { background-color: #E202BF; }
a { background-color: rgb(226,2,191); }
div.DivClassName
{
background-color: #E202BF;
}
.BgClassName
{
background-color: #E202BF;
}
</style>
border-color css
<style>
span { border-color: #E202BF; }
span { border-color: rgb(226,2,191); }
td.TdClassName
{
border-color: #E202BF;
}
.TagClassName
{
border-color: #E202BF;
}
</style>