Shades of Dark Pink #E7497A
Tints of Dark Pink #E7497A
RGB
CMYK
RGB Variations
Color information
#E7497A (or 0xE7497A) is known color: Dark Pink. HEX triplet: E7, 49 and 7A. RGB value is (231,73,122). Sum of RGB (Red+Green+Blue) = 231+73+122=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7497A is #18B685. Grayscale: #7D7D7D. Windows color (decimal): -1619590 or 8014311. OLE color: 8014311.
HSL color Cylindrical-coordinate representation of color #E7497A: hue angle of 341.39º 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 #E7497A is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 122 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.09 |
| HSL | 341.39º | 0.77% | 0.6% | - |
| HSV(B) | 341.39º | 0.68% | 0.91% | - |
| XYZ | 38.85 | 23.16 | 20.83 | - |
| YUV | 125.83 | 125.85 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 122 | 0 | 0.68 | 0.47 | 0.09 | 341.39 | 0.77 | 0.6 |
| Hex | E7 | 49 | 7A | 0 | 44 | 2F | 9 | 155 | 4D | 3C |
| Octal | 347 | 111 | 172 | 0 | 104 | 57 | 11 | 525 | 115 | 74 |
| Binary | 11100111 | 1001001 | 1111010 | 0 | 1000100 | 101111 | 1001 | 101010101 | 1001101 | 111100 |
Color Harmonies of #E7497A
Complementary color
Monochromatic Colors of #E7497A
Black with #E7497A
Text Example
Text Example
White with #E7497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7497A; }
p { color: rgb(231,73,122); }
H1.HeaderClassName
{
color: #E7497A;
}
.AnyTagClassName
{
color: #E7497A;
}
</style>
background-color css
<style>
a { background-color: #E7497A; }
a { background-color: rgb(231,73,122); }
div.DivClassName
{
background-color: #E7497A;
}
.BgClassName
{
background-color: #E7497A;
}
</style>
border-color css
<style>
span { border-color: #E7497A; }
span { border-color: rgb(231,73,122); }
td.TdClassName
{
border-color: #E7497A;
}
.TagClassName
{
border-color: #E7497A;
}
</style>