Shades of Dark Pink #E94D87
Tints of Dark Pink #E94D87
RGB
CMYK
RGB Variations
Color information
#E94D87 (or 0xE94D87) is known color: Dark Pink. HEX triplet: E9, 4D and 87. RGB value is (233,77,135). Sum of RGB (Red+Green+Blue) = 233+77+135=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94D87 is #16B278. Grayscale: #828282. Windows color (decimal): -1487481 or 8867305. OLE color: 8867305.
HSL color Cylindrical-coordinate representation of color #E94D87: hue angle of 337.69º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94D87 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 135 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.09 |
| HSL | 337.69º | 0.78% | 0.61% | - |
| HSV(B) | 337.69º | 0.67% | 0.91% | - |
| XYZ | 40.63 | 24.38 | 25.49 | - |
| YUV | 130.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 135 | 0 | 0.67 | 0.42 | 0.09 | 337.69 | 0.78 | 0.61 |
| Hex | E9 | 4D | 87 | 0 | 43 | 2A | 9 | 152 | 4E | 3D |
| Octal | 351 | 115 | 207 | 0 | 103 | 52 | 11 | 522 | 116 | 75 |
| Binary | 11101001 | 1001101 | 10000111 | 0 | 1000011 | 101010 | 1001 | 101010010 | 1001110 | 111101 |
Color Harmonies of #E94D87
Complementary color
Monochromatic Colors of #E94D87
Black with #E94D87
Text Example
Text Example
White with #E94D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D87; }
p { color: rgb(233,77,135); }
H1.HeaderClassName
{
color: #E94D87;
}
.AnyTagClassName
{
color: #E94D87;
}
</style>
background-color css
<style>
a { background-color: #E94D87; }
a { background-color: rgb(233,77,135); }
div.DivClassName
{
background-color: #E94D87;
}
.BgClassName
{
background-color: #E94D87;
}
</style>
border-color css
<style>
span { border-color: #E94D87; }
span { border-color: rgb(233,77,135); }
td.TdClassName
{
border-color: #E94D87;
}
.TagClassName
{
border-color: #E94D87;
}
</style>