Shades of Dark Pink #E74D88
Tints of Dark Pink #E74D88
RGB
CMYK
RGB Variations
Color information
#E74D88 (or 0xE74D88) is known color: Dark Pink. HEX triplet: E7, 4D and 88. RGB value is (231,77,136). Sum of RGB (Red+Green+Blue) = 231+77+136=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74D88 is #18B277. Grayscale: #818181. Windows color (decimal): -1618552 or 8932839. OLE color: 8932839.
HSL color Cylindrical-coordinate representation of color #E74D88: hue angle of 337.01º 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 #E74D88 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 136 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.09 |
| HSL | 337.01º | 0.76% | 0.6% | - |
| HSV(B) | 337.01º | 0.67% | 0.91% | - |
| XYZ | 40.05 | 24.07 | 25.83 | - |
| YUV | 129.77 | 131.52 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 136 | 0 | 0.67 | 0.41 | 0.09 | 337.01 | 0.76 | 0.6 |
| Hex | E7 | 4D | 88 | 0 | 43 | 29 | 9 | 151 | 4C | 3C |
| Octal | 347 | 115 | 210 | 0 | 103 | 51 | 11 | 521 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10001000 | 0 | 1000011 | 101001 | 1001 | 101010001 | 1001100 | 111100 |
Color Harmonies of #E74D88
Complementary color
Monochromatic Colors of #E74D88
Black with #E74D88
Text Example
Text Example
White with #E74D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D88; }
p { color: rgb(231,77,136); }
H1.HeaderClassName
{
color: #E74D88;
}
.AnyTagClassName
{
color: #E74D88;
}
</style>
background-color css
<style>
a { background-color: #E74D88; }
a { background-color: rgb(231,77,136); }
div.DivClassName
{
background-color: #E74D88;
}
.BgClassName
{
background-color: #E74D88;
}
</style>
border-color css
<style>
span { border-color: #E74D88; }
span { border-color: rgb(231,77,136); }
td.TdClassName
{
border-color: #E74D88;
}
.TagClassName
{
border-color: #E74D88;
}
</style>