Shades of Dark Pink #E7477D
Tints of Dark Pink #E7477D
RGB
CMYK
RGB Variations
Color information
#E7477D (or 0xE7477D) is known color: Dark Pink. HEX triplet: E7, 47 and 7D. RGB value is (231,71,125). Sum of RGB (Red+Green+Blue) = 231+71+125=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7477D is #18B882. Grayscale: #7C7C7C. Windows color (decimal): -1620099 or 8210407. OLE color: 8210407.
HSL color Cylindrical-coordinate representation of color #E7477D: hue angle of 339.75º 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 #E7477D is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 125 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.09 |
| HSL | 339.75º | 0.77% | 0.59% | - |
| HSV(B) | 339.75º | 0.69% | 0.91% | - |
| XYZ | 38.91 | 22.98 | 21.79 | - |
| YUV | 125 | 128.01 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 125 | 0 | 0.69 | 0.46 | 0.09 | 339.75 | 0.77 | 0.59 |
| Hex | E7 | 47 | 7D | 0 | 45 | 2E | 9 | 154 | 4D | 3B |
| Octal | 347 | 107 | 175 | 0 | 105 | 56 | 11 | 524 | 115 | 73 |
| Binary | 11100111 | 1000111 | 1111101 | 0 | 1000101 | 101110 | 1001 | 101010100 | 1001101 | 111011 |
Color Harmonies of #E7477D
Complementary color
Monochromatic Colors of #E7477D
Black with #E7477D
Text Example
Text Example
White with #E7477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7477D; }
p { color: rgb(231,71,125); }
H1.HeaderClassName
{
color: #E7477D;
}
.AnyTagClassName
{
color: #E7477D;
}
</style>
background-color css
<style>
a { background-color: #E7477D; }
a { background-color: rgb(231,71,125); }
div.DivClassName
{
background-color: #E7477D;
}
.BgClassName
{
background-color: #E7477D;
}
</style>
border-color css
<style>
span { border-color: #E7477D; }
span { border-color: rgb(231,71,125); }
td.TdClassName
{
border-color: #E7477D;
}
.TagClassName
{
border-color: #E7477D;
}
</style>