Shades of Dark Pink #E94D85
Tints of Dark Pink #E94D85
RGB
CMYK
RGB Variations
Color information
#E94D85 (or 0xE94D85) is known color: Dark Pink. HEX triplet: E9, 4D and 85. RGB value is (233,77,133). Sum of RGB (Red+Green+Blue) = 233+77+133=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94D85 is #16B27A. Grayscale: #818181. Windows color (decimal): -1487483 or 8736233. OLE color: 8736233.
HSL color Cylindrical-coordinate representation of color #E94D85: hue angle of 338.46º 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 #E94D85 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 133 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.09 |
| HSL | 338.46º | 0.78% | 0.61% | - |
| HSV(B) | 338.46º | 0.67% | 0.91% | - |
| XYZ | 40.49 | 24.32 | 24.75 | - |
| YUV | 130.03 | 129.68 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 133 | 0 | 0.67 | 0.43 | 0.09 | 338.46 | 0.78 | 0.61 |
| Hex | E9 | 4D | 85 | 0 | 43 | 2B | 9 | 152 | 4E | 3D |
| Octal | 351 | 115 | 205 | 0 | 103 | 53 | 11 | 522 | 116 | 75 |
| Binary | 11101001 | 1001101 | 10000101 | 0 | 1000011 | 101011 | 1001 | 101010010 | 1001110 | 111101 |
Color Harmonies of #E94D85
Complementary color
Monochromatic Colors of #E94D85
Black with #E94D85
Text Example
Text Example
White with #E94D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D85; }
p { color: rgb(233,77,133); }
H1.HeaderClassName
{
color: #E94D85;
}
.AnyTagClassName
{
color: #E94D85;
}
</style>
background-color css
<style>
a { background-color: #E94D85; }
a { background-color: rgb(233,77,133); }
div.DivClassName
{
background-color: #E94D85;
}
.BgClassName
{
background-color: #E94D85;
}
</style>
border-color css
<style>
span { border-color: #E94D85; }
span { border-color: rgb(233,77,133); }
td.TdClassName
{
border-color: #E94D85;
}
.TagClassName
{
border-color: #E94D85;
}
</style>