Shades of Dark Pink #E94F89
Tints of Dark Pink #E94F89
RGB
CMYK
RGB Variations
Color information
#E94F89 (or 0xE94F89) is known color: Dark Pink. HEX triplet: E9, 4F and 89. RGB value is (233,79,137). Sum of RGB (Red+Green+Blue) = 233+79+137=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94F89 is #16B076. Grayscale: #838383. Windows color (decimal): -1486967 or 8998889. OLE color: 8998889.
HSL color Cylindrical-coordinate representation of color #E94F89: hue angle of 337.4º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E94F89 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 137 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.09 |
| HSL | 337.4º | 0.78% | 0.61% | - |
| HSV(B) | 337.4º | 0.66% | 0.91% | - |
| XYZ | 40.92 | 24.72 | 26.28 | - |
| YUV | 131.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 137 | 0 | 0.66 | 0.41 | 0.09 | 337.4 | 0.78 | 0.61 |
| Hex | E9 | 4F | 89 | 0 | 42 | 29 | 9 | 151 | 4E | 3D |
| Octal | 351 | 117 | 211 | 0 | 102 | 51 | 11 | 521 | 116 | 75 |
| Binary | 11101001 | 1001111 | 10001001 | 0 | 1000010 | 101001 | 1001 | 101010001 | 1001110 | 111101 |
Color Harmonies of #E94F89
Complementary color
Monochromatic Colors of #E94F89
Black with #E94F89
Text Example
Text Example
White with #E94F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F89; }
p { color: rgb(233,79,137); }
H1.HeaderClassName
{
color: #E94F89;
}
.AnyTagClassName
{
color: #E94F89;
}
</style>
background-color css
<style>
a { background-color: #E94F89; }
a { background-color: rgb(233,79,137); }
div.DivClassName
{
background-color: #E94F89;
}
.BgClassName
{
background-color: #E94F89;
}
</style>
border-color css
<style>
span { border-color: #E94F89; }
span { border-color: rgb(233,79,137); }
td.TdClassName
{
border-color: #E94F89;
}
.TagClassName
{
border-color: #E94F89;
}
</style>