Shades of Dark Pink #E7477C
Tints of Dark Pink #E7477C
RGB
CMYK
RGB Variations
Color information
#E7477C (or 0xE7477C) is known color: Dark Pink. HEX triplet: E7, 47 and 7C. RGB value is (231,71,124). Sum of RGB (Red+Green+Blue) = 231+71+124=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7477C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7477C is #18B883. Grayscale: #7C7C7C. Windows color (decimal): -1620100 or 8144871. OLE color: 8144871.
HSL color Cylindrical-coordinate representation of color #E7477C: hue angle of 340.12º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7477C is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 124 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.09 |
| HSL | 340.13º | 0.77% | 0.59% | - |
| HSV(B) | 340.13º | 0.69% | 0.91% | - |
| XYZ | 38.85 | 22.95 | 21.45 | - |
| YUV | 124.88 | 127.51 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 124 | 0 | 0.69 | 0.46 | 0.09 | 340.13 | 0.77 | 0.59 |
| Hex | E7 | 47 | 7C | 0 | 45 | 2E | 9 | 154 | 4D | 3B |
| Octal | 347 | 107 | 174 | 0 | 105 | 56 | 11 | 524 | 115 | 73 |
| Binary | 11100111 | 1000111 | 1111100 | 0 | 1000101 | 101110 | 1001 | 101010100 | 1001101 | 111011 |
Color Harmonies of #E7477C
Complementary color
Monochromatic Colors of #E7477C
Black with #E7477C
Text Example
Text Example
White with #E7477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7477C; }
p { color: rgb(231,71,124); }
H1.HeaderClassName
{
color: #E7477C;
}
.AnyTagClassName
{
color: #E7477C;
}
</style>
background-color css
<style>
a { background-color: #E7477C; }
a { background-color: rgb(231,71,124); }
div.DivClassName
{
background-color: #E7477C;
}
.BgClassName
{
background-color: #E7477C;
}
</style>
border-color css
<style>
span { border-color: #E7477C; }
span { border-color: rgb(231,71,124); }
td.TdClassName
{
border-color: #E7477C;
}
.TagClassName
{
border-color: #E7477C;
}
</style>