Shades of Dark Pink #E94F85
Tints of Dark Pink #E94F85
RGB
CMYK
RGB Variations
Color information
#E94F85 (or 0xE94F85) is known color: Dark Pink. HEX triplet: E9, 4F and 85. RGB value is (233,79,133). Sum of RGB (Red+Green+Blue) = 233+79+133=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94F85 is #16B07A. Grayscale: #838383. Windows color (decimal): -1486971 or 8736745. OLE color: 8736745.
HSL color Cylindrical-coordinate representation of color #E94F85: hue angle of 338.96º 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 #E94F85 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 133 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.09 |
| HSL | 338.96º | 0.78% | 0.61% | - |
| HSV(B) | 338.96º | 0.66% | 0.91% | - |
| XYZ | 40.63 | 24.61 | 24.8 | - |
| YUV | 131.2 | 129.02 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 133 | 0 | 0.66 | 0.43 | 0.09 | 338.96 | 0.78 | 0.61 |
| Hex | E9 | 4F | 85 | 0 | 42 | 2B | 9 | 153 | 4E | 3D |
| Octal | 351 | 117 | 205 | 0 | 102 | 53 | 11 | 523 | 116 | 75 |
| Binary | 11101001 | 1001111 | 10000101 | 0 | 1000010 | 101011 | 1001 | 101010011 | 1001110 | 111101 |
Color Harmonies of #E94F85
Complementary color
Monochromatic Colors of #E94F85
Black with #E94F85
Text Example
Text Example
White with #E94F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F85; }
p { color: rgb(233,79,133); }
H1.HeaderClassName
{
color: #E94F85;
}
.AnyTagClassName
{
color: #E94F85;
}
</style>
background-color css
<style>
a { background-color: #E94F85; }
a { background-color: rgb(233,79,133); }
div.DivClassName
{
background-color: #E94F85;
}
.BgClassName
{
background-color: #E94F85;
}
</style>
border-color css
<style>
span { border-color: #E94F85; }
span { border-color: rgb(233,79,133); }
td.TdClassName
{
border-color: #E94F85;
}
.TagClassName
{
border-color: #E94F85;
}
</style>