Shades of Deep Pink #E7167E
Tints of Deep Pink #E7167E
RGB
CMYK
RGB Variations
Color information
#E7167E (or 0xE7167E) is known color: Deep Pink. HEX triplet: E7, 16 and 7E. RGB value is (231,22,126). Sum of RGB (Red+Green+Blue) = 231+22+126=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E7167E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7167E is #18E981. Grayscale: #606060. Windows color (decimal): -1632642 or 8263399. OLE color: 8263399.
HSL color Cylindrical-coordinate representation of color #E7167E: hue angle of 330.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7167E is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 126 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.09 |
| HSL | 330.14º | 0.83% | 0.5% | - |
| HSV(B) | 330.14º | 0.9% | 0.91% | - |
| XYZ | 37.01 | 19.07 | 21.47 | - |
| YUV | 96.35 | 144.74 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 126 | 0 | 0.90 | 0.45 | 0.09 | 330.14 | 0.83 | 0.5 |
| Hex | E7 | 16 | 7E | 0 | 5A | 2D | 9 | 14A | 53 | 32 |
| Octal | 347 | 26 | 176 | 0 | 132 | 55 | 11 | 512 | 123 | 62 |
| Binary | 11100111 | 10110 | 1111110 | 0 | 1011010 | 101101 | 1001 | 101001010 | 1010011 | 110010 |
Color Harmonies of #E7167E
Complementary color
Monochromatic Colors of #E7167E
Black with #E7167E
Text Example
Text Example
White with #E7167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7167E; }
p { color: rgb(231,22,126); }
H1.HeaderClassName
{
color: #E7167E;
}
.AnyTagClassName
{
color: #E7167E;
}
</style>
background-color css
<style>
a { background-color: #E7167E; }
a { background-color: rgb(231,22,126); }
div.DivClassName
{
background-color: #E7167E;
}
.BgClassName
{
background-color: #E7167E;
}
</style>
border-color css
<style>
span { border-color: #E7167E; }
span { border-color: rgb(231,22,126); }
td.TdClassName
{
border-color: #E7167E;
}
.TagClassName
{
border-color: #E7167E;
}
</style>