Shades of Deep Pink #E7127E
Tints of Deep Pink #E7127E
RGB
CMYK
RGB Variations
Color information
#E7127E (or 0xE7127E) is known color: Deep Pink. HEX triplet: E7, 12 and 7E. RGB value is (231,18,126). Sum of RGB (Red+Green+Blue) = 231+18+126=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E7127E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7127E is #18ED81. Grayscale: #5D5D5D. Windows color (decimal): -1633666 or 8262375. OLE color: 8262375.
HSL color Cylindrical-coordinate representation of color #E7127E: hue angle of 329.58º 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 #E7127E is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 126 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.09 |
| HSL | 329.58º | 0.86% | 0.49% | - |
| HSV(B) | 329.58º | 0.92% | 0.91% | - |
| XYZ | 36.94 | 18.93 | 21.45 | - |
| YUV | 94 | 146.07 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 126 | 0 | 0.92 | 0.45 | 0.09 | 329.58 | 0.86 | 0.49 |
| Hex | E7 | 12 | 7E | 0 | 5C | 2D | 9 | 14A | 56 | 31 |
| Octal | 347 | 22 | 176 | 0 | 134 | 55 | 11 | 512 | 126 | 61 |
| Binary | 11100111 | 10010 | 1111110 | 0 | 1011100 | 101101 | 1001 | 101001010 | 1010110 | 110001 |
Color Harmonies of #E7127E
Complementary color
Monochromatic Colors of #E7127E
Black with #E7127E
Text Example
Text Example
White with #E7127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7127E; }
p { color: rgb(231,18,126); }
H1.HeaderClassName
{
color: #E7127E;
}
.AnyTagClassName
{
color: #E7127E;
}
</style>
background-color css
<style>
a { background-color: #E7127E; }
a { background-color: rgb(231,18,126); }
div.DivClassName
{
background-color: #E7127E;
}
.BgClassName
{
background-color: #E7127E;
}
</style>
border-color css
<style>
span { border-color: #E7127E; }
span { border-color: rgb(231,18,126); }
td.TdClassName
{
border-color: #E7127E;
}
.TagClassName
{
border-color: #E7127E;
}
</style>