Shades of Deep Magenta #E102BF
Tints of Deep Magenta #E102BF
RGB
CMYK
RGB Variations
Color information
#E102BF (or 0xE102BF) is known color: Deep Magenta. HEX triplet: E1, 02 and BF. RGB value is (225,2,191). Sum of RGB (Red+Green+Blue) = 225+2+191=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E102BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102BF is #1EFD40. Grayscale: #595959. Windows color (decimal): -2030913 or 12518113. OLE color: 12518113.
HSL color Cylindrical-coordinate representation of color #E102BF: hue angle of 309.15º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E102BF is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 191 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.12 |
| HSL | 309.15º | 0.98% | 0.45% | - |
| HSV(B) | 309.15º | 0.99% | 0.88% | - |
| XYZ | 40.48 | 19.81 | 50.98 | - |
| YUV | 90.22 | 184.88 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 191 | 0 | 0.99 | 0.15 | 0.12 | 309.15 | 0.98 | 0.45 |
| Hex | E1 | 2 | BF | 0 | 63 | F | C | 135 | 62 | 2D |
| Octal | 341 | 2 | 277 | 0 | 143 | 17 | 14 | 465 | 142 | 55 |
| Binary | 11100001 | 10 | 10111111 | 0 | 1100011 | 1111 | 1100 | 100110101 | 1100010 | 101101 |
Color Harmonies of #E102BF
Complementary color
Monochromatic Colors of #E102BF
Black with #E102BF
Text Example
Text Example
White with #E102BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102BF; }
p { color: rgb(225,2,191); }
H1.HeaderClassName
{
color: #E102BF;
}
.AnyTagClassName
{
color: #E102BF;
}
</style>
background-color css
<style>
a { background-color: #E102BF; }
a { background-color: rgb(225,2,191); }
div.DivClassName
{
background-color: #E102BF;
}
.BgClassName
{
background-color: #E102BF;
}
</style>
border-color css
<style>
span { border-color: #E102BF; }
span { border-color: rgb(225,2,191); }
td.TdClassName
{
border-color: #E102BF;
}
.TagClassName
{
border-color: #E102BF;
}
</style>