Shades of Dark Pink #E7497C
Tints of Dark Pink #E7497C
RGB
CMYK
RGB Variations
Color information
#E7497C (or 0xE7497C) is known color: Dark Pink. HEX triplet: E7, 49 and 7C. RGB value is (231,73,124). Sum of RGB (Red+Green+Blue) = 231+73+124=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E7497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7497C is #18B683. Grayscale: #7E7E7E. Windows color (decimal): -1619588 or 8145383. OLE color: 8145383.
HSL color Cylindrical-coordinate representation of color #E7497C: hue angle of 340.63º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7497C is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 124 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.09 |
| HSL | 340.63º | 0.77% | 0.6% | - |
| HSV(B) | 340.63º | 0.68% | 0.91% | - |
| XYZ | 38.98 | 23.21 | 21.49 | - |
| YUV | 126.06 | 126.85 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 124 | 0 | 0.68 | 0.46 | 0.09 | 340.63 | 0.77 | 0.6 |
| Hex | E7 | 49 | 7C | 0 | 44 | 2E | 9 | 155 | 4D | 3C |
| Octal | 347 | 111 | 174 | 0 | 104 | 56 | 11 | 525 | 115 | 74 |
| Binary | 11100111 | 1001001 | 1111100 | 0 | 1000100 | 101110 | 1001 | 101010101 | 1001101 | 111100 |
Color Harmonies of #E7497C
Complementary color
Monochromatic Colors of #E7497C
Black with #E7497C
Text Example
Text Example
White with #E7497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7497C; }
p { color: rgb(231,73,124); }
H1.HeaderClassName
{
color: #E7497C;
}
.AnyTagClassName
{
color: #E7497C;
}
</style>
background-color css
<style>
a { background-color: #E7497C; }
a { background-color: rgb(231,73,124); }
div.DivClassName
{
background-color: #E7497C;
}
.BgClassName
{
background-color: #E7497C;
}
</style>
border-color css
<style>
span { border-color: #E7497C; }
span { border-color: rgb(231,73,124); }
td.TdClassName
{
border-color: #E7497C;
}
.TagClassName
{
border-color: #E7497C;
}
</style>