Shades of Deep Magenta #E102BC
Tints of Deep Magenta #E102BC
RGB
CMYK
RGB Variations
Color information
#E102BC (or 0xE102BC) is known color: Deep Magenta. HEX triplet: E1, 02 and BC. RGB value is (225,2,188). Sum of RGB (Red+Green+Blue) = 225+2+188=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E102BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102BC is #1EFD43. Grayscale: #595959. Windows color (decimal): -2030916 or 12321505. OLE color: 12321505.
HSL color Cylindrical-coordinate representation of color #E102BC: hue angle of 309.96º 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 #E102BC is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.12 |
| HSL | 309.96º | 0.98% | 0.45% | - |
| HSV(B) | 309.96º | 0.99% | 0.88% | - |
| XYZ | 40.15 | 19.68 | 49.26 | - |
| YUV | 89.88 | 183.38 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 188 | 0 | 0.99 | 0.16 | 0.12 | 309.96 | 0.98 | 0.45 |
| Hex | E1 | 2 | BC | 0 | 63 | 10 | C | 136 | 62 | 2D |
| Octal | 341 | 2 | 274 | 0 | 143 | 20 | 14 | 466 | 142 | 55 |
| Binary | 11100001 | 10 | 10111100 | 0 | 1100011 | 10000 | 1100 | 100110110 | 1100010 | 101101 |
Color Harmonies of #E102BC
Complementary color
Monochromatic Colors of #E102BC
Black with #E102BC
Text Example
Text Example
White with #E102BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102BC; }
p { color: rgb(225,2,188); }
H1.HeaderClassName
{
color: #E102BC;
}
.AnyTagClassName
{
color: #E102BC;
}
</style>
background-color css
<style>
a { background-color: #E102BC; }
a { background-color: rgb(225,2,188); }
div.DivClassName
{
background-color: #E102BC;
}
.BgClassName
{
background-color: #E102BC;
}
</style>
border-color css
<style>
span { border-color: #E102BC; }
span { border-color: rgb(225,2,188); }
td.TdClassName
{
border-color: #E102BC;
}
.TagClassName
{
border-color: #E102BC;
}
</style>