Shades of Dark Pink #E94C86
Tints of Dark Pink #E94C86
RGB
CMYK
RGB Variations
Color information
#E94C86 (or 0xE94C86) is known color: Dark Pink. HEX triplet: E9, 4C and 86. RGB value is (233,76,134). Sum of RGB (Red+Green+Blue) = 233+76+134=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94C86 is #16B379. Grayscale: #818181. Windows color (decimal): -1487738 or 8801513. OLE color: 8801513.
HSL color Cylindrical-coordinate representation of color #E94C86: hue angle of 337.83º 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 #E94C86 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 134 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.09 |
| HSL | 337.83º | 0.78% | 0.61% | - |
| HSV(B) | 337.83º | 0.67% | 0.91% | - |
| XYZ | 40.49 | 24.21 | 25.09 | - |
| YUV | 129.56 | 130.51 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 134 | 0 | 0.67 | 0.42 | 0.09 | 337.83 | 0.78 | 0.61 |
| Hex | E9 | 4C | 86 | 0 | 43 | 2A | 9 | 152 | 4E | 3D |
| Octal | 351 | 114 | 206 | 0 | 103 | 52 | 11 | 522 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10000110 | 0 | 1000011 | 101010 | 1001 | 101010010 | 1001110 | 111101 |
Color Harmonies of #E94C86
Complementary color
Monochromatic Colors of #E94C86
Black with #E94C86
Text Example
Text Example
White with #E94C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C86; }
p { color: rgb(233,76,134); }
H1.HeaderClassName
{
color: #E94C86;
}
.AnyTagClassName
{
color: #E94C86;
}
</style>
background-color css
<style>
a { background-color: #E94C86; }
a { background-color: rgb(233,76,134); }
div.DivClassName
{
background-color: #E94C86;
}
.BgClassName
{
background-color: #E94C86;
}
</style>
border-color css
<style>
span { border-color: #E94C86; }
span { border-color: rgb(233,76,134); }
td.TdClassName
{
border-color: #E94C86;
}
.TagClassName
{
border-color: #E94C86;
}
</style>