Shades of Deep Pink #E7169A
Tints of Deep Pink #E7169A
RGB
CMYK
RGB Variations
Color information
#E7169A (or 0xE7169A) is known color: Deep Pink. HEX triplet: E7, 16 and 9A. RGB value is (231,22,154). Sum of RGB (Red+Green+Blue) = 231+22+154=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E7169A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7169A is #18E965. Grayscale: #636363. Windows color (decimal): -1632614 or 10098407. OLE color: 10098407.
HSL color Cylindrical-coordinate representation of color #E7169A: hue angle of 322.11º 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 #E7169A is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 154 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.09 |
| HSL | 322.11º | 0.83% | 0.5% | - |
| HSV(B) | 322.11º | 0.9% | 0.91% | - |
| XYZ | 39.07 | 19.9 | 32.35 | - |
| YUV | 99.54 | 158.74 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 154 | 0 | 0.90 | 0.33 | 0.09 | 322.11 | 0.83 | 0.5 |
| Hex | E7 | 16 | 9A | 0 | 5A | 21 | 9 | 142 | 53 | 32 |
| Octal | 347 | 26 | 232 | 0 | 132 | 41 | 11 | 502 | 123 | 62 |
| Binary | 11100111 | 10110 | 10011010 | 0 | 1011010 | 100001 | 1001 | 101000010 | 1010011 | 110010 |
Color Harmonies of #E7169A
Complementary color
Monochromatic Colors of #E7169A
Black with #E7169A
Text Example
Text Example
White with #E7169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7169A; }
p { color: rgb(231,22,154); }
H1.HeaderClassName
{
color: #E7169A;
}
.AnyTagClassName
{
color: #E7169A;
}
</style>
background-color css
<style>
a { background-color: #E7169A; }
a { background-color: rgb(231,22,154); }
div.DivClassName
{
background-color: #E7169A;
}
.BgClassName
{
background-color: #E7169A;
}
</style>
border-color css
<style>
span { border-color: #E7169A; }
span { border-color: rgb(231,22,154); }
td.TdClassName
{
border-color: #E7169A;
}
.TagClassName
{
border-color: #E7169A;
}
</style>