Shades of Deep Pink #E8127E
Tints of Deep Pink #E8127E
RGB
CMYK
RGB Variations
Color information
#E8127E (or 0xE8127E) is known color: Deep Pink. HEX triplet: E8, 12 and 7E. RGB value is (232,18,126). Sum of RGB (Red+Green+Blue) = 232+18+126=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E8127E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8127E is #17ED81. Grayscale: #5E5E5E. Windows color (decimal): -1568130 or 8262376. OLE color: 8262376.
HSL color Cylindrical-coordinate representation of color #E8127E: hue angle of 329.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8127E is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 126 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.09 |
| HSL | 329.72º | 0.86% | 0.49% | - |
| HSV(B) | 329.72º | 0.92% | 0.91% | - |
| XYZ | 37.26 | 19.09 | 21.46 | - |
| YUV | 94.3 | 145.9 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 126 | 0 | 0.92 | 0.46 | 0.09 | 329.72 | 0.86 | 0.49 |
| Hex | E8 | 12 | 7E | 0 | 5C | 2E | 9 | 14A | 56 | 31 |
| Octal | 350 | 22 | 176 | 0 | 134 | 56 | 11 | 512 | 126 | 61 |
| Binary | 11101000 | 10010 | 1111110 | 0 | 1011100 | 101110 | 1001 | 101001010 | 1010110 | 110001 |
Color Harmonies of #E8127E
Complementary color
Monochromatic Colors of #E8127E
Black with #E8127E
Text Example
Text Example
White with #E8127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8127E; }
p { color: rgb(232,18,126); }
H1.HeaderClassName
{
color: #E8127E;
}
.AnyTagClassName
{
color: #E8127E;
}
</style>
background-color css
<style>
a { background-color: #E8127E; }
a { background-color: rgb(232,18,126); }
div.DivClassName
{
background-color: #E8127E;
}
.BgClassName
{
background-color: #E8127E;
}
</style>
border-color css
<style>
span { border-color: #E8127E; }
span { border-color: rgb(232,18,126); }
td.TdClassName
{
border-color: #E8127E;
}
.TagClassName
{
border-color: #E8127E;
}
</style>