Shades of Deep Magenta #E102CC
Tints of Deep Magenta #E102CC
RGB
CMYK
RGB Variations
Color information
#E102CC (or 0xE102CC) is known color: Deep Magenta. HEX triplet: E1, 02 and CC. RGB value is (225,2,204). Sum of RGB (Red+Green+Blue) = 225+2+204=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E102CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102CC is #1EFD33. Grayscale: #5B5B5B. Windows color (decimal): -2030900 or 13370081. OLE color: 13370081.
HSL color Cylindrical-coordinate representation of color #E102CC: hue angle of 305.65º 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 #E102CC is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.12 |
| HSL | 305.65º | 0.98% | 0.45% | - |
| HSV(B) | 305.65º | 0.99% | 0.88% | - |
| XYZ | 41.97 | 20.41 | 58.85 | - |
| YUV | 91.71 | 191.38 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 204 | 0 | 0.99 | 0.09 | 0.12 | 305.65 | 0.98 | 0.45 |
| Hex | E1 | 2 | CC | 0 | 63 | 9 | C | 132 | 62 | 2D |
| Octal | 341 | 2 | 314 | 0 | 143 | 11 | 14 | 462 | 142 | 55 |
| Binary | 11100001 | 10 | 11001100 | 0 | 1100011 | 1001 | 1100 | 100110010 | 1100010 | 101101 |
Color Harmonies of #E102CC
Complementary color
Monochromatic Colors of #E102CC
Black with #E102CC
Text Example
Text Example
White with #E102CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102CC; }
p { color: rgb(225,2,204); }
H1.HeaderClassName
{
color: #E102CC;
}
.AnyTagClassName
{
color: #E102CC;
}
</style>
background-color css
<style>
a { background-color: #E102CC; }
a { background-color: rgb(225,2,204); }
div.DivClassName
{
background-color: #E102CC;
}
.BgClassName
{
background-color: #E102CC;
}
</style>
border-color css
<style>
span { border-color: #E102CC; }
span { border-color: rgb(225,2,204); }
td.TdClassName
{
border-color: #E102CC;
}
.TagClassName
{
border-color: #E102CC;
}
</style>