Shades of Dark Pink #E74D87
Tints of Dark Pink #E74D87
RGB
CMYK
RGB Variations
Color information
#E74D87 (or 0xE74D87) is known color: Dark Pink. HEX triplet: E7, 4D and 87. RGB value is (231,77,135). Sum of RGB (Red+Green+Blue) = 231+77+135=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74D87 is #18B278. Grayscale: #818181. Windows color (decimal): -1618553 or 8867303. OLE color: 8867303.
HSL color Cylindrical-coordinate representation of color #E74D87: hue angle of 337.4º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74D87 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 135 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.09 |
| HSL | 337.4º | 0.76% | 0.6% | - |
| HSV(B) | 337.4º | 0.67% | 0.91% | - |
| XYZ | 39.98 | 24.05 | 25.46 | - |
| YUV | 129.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 135 | 0 | 0.67 | 0.42 | 0.09 | 337.4 | 0.76 | 0.6 |
| Hex | E7 | 4D | 87 | 0 | 43 | 2A | 9 | 151 | 4C | 3C |
| Octal | 347 | 115 | 207 | 0 | 103 | 52 | 11 | 521 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10000111 | 0 | 1000011 | 101010 | 1001 | 101010001 | 1001100 | 111100 |
Color Harmonies of #E74D87
Complementary color
Monochromatic Colors of #E74D87
Black with #E74D87
Text Example
Text Example
White with #E74D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D87; }
p { color: rgb(231,77,135); }
H1.HeaderClassName
{
color: #E74D87;
}
.AnyTagClassName
{
color: #E74D87;
}
</style>
background-color css
<style>
a { background-color: #E74D87; }
a { background-color: rgb(231,77,135); }
div.DivClassName
{
background-color: #E74D87;
}
.BgClassName
{
background-color: #E74D87;
}
</style>
border-color css
<style>
span { border-color: #E74D87; }
span { border-color: rgb(231,77,135); }
td.TdClassName
{
border-color: #E74D87;
}
.TagClassName
{
border-color: #E74D87;
}
</style>