Shades of Deep Magenta #E102CB
Tints of Deep Magenta #E102CB
RGB
CMYK
RGB Variations
Color information
#E102CB (or 0xE102CB) is known color: Deep Magenta. HEX triplet: E1, 02 and CB. RGB value is (225,2,203). Sum of RGB (Red+Green+Blue) = 225+2+203=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E102CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102CB is #1EFD34. Grayscale: #5B5B5B. Windows color (decimal): -2030901 or 13304545. OLE color: 13304545.
HSL color Cylindrical-coordinate representation of color #E102CB: hue angle of 305.92º 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 #E102CB is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 203 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.12 |
| HSL | 305.92º | 0.98% | 0.45% | - |
| HSV(B) | 305.92º | 0.99% | 0.88% | - |
| XYZ | 41.85 | 20.36 | 58.22 | - |
| YUV | 91.59 | 190.88 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 203 | 0 | 0.99 | 0.10 | 0.12 | 305.92 | 0.98 | 0.45 |
| Hex | E1 | 2 | CB | 0 | 63 | A | C | 132 | 62 | 2D |
| Octal | 341 | 2 | 313 | 0 | 143 | 12 | 14 | 462 | 142 | 55 |
| Binary | 11100001 | 10 | 11001011 | 0 | 1100011 | 1010 | 1100 | 100110010 | 1100010 | 101101 |
Color Harmonies of #E102CB
Complementary color
Monochromatic Colors of #E102CB
Black with #E102CB
Text Example
Text Example
White with #E102CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102CB; }
p { color: rgb(225,2,203); }
H1.HeaderClassName
{
color: #E102CB;
}
.AnyTagClassName
{
color: #E102CB;
}
</style>
background-color css
<style>
a { background-color: #E102CB; }
a { background-color: rgb(225,2,203); }
div.DivClassName
{
background-color: #E102CB;
}
.BgClassName
{
background-color: #E102CB;
}
</style>
border-color css
<style>
span { border-color: #E102CB; }
span { border-color: rgb(225,2,203); }
td.TdClassName
{
border-color: #E102CB;
}
.TagClassName
{
border-color: #E102CB;
}
</style>