Shades of Dark Pink #E94F86
Tints of Dark Pink #E94F86
RGB
CMYK
RGB Variations
Color information
#E94F86 (or 0xE94F86) is known color: Dark Pink. HEX triplet: E9, 4F and 86. RGB value is (233,79,134). Sum of RGB (Red+Green+Blue) = 233+79+134=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94F86 is #16B079. Grayscale: #838383. Windows color (decimal): -1486970 or 8802281. OLE color: 8802281.
HSL color Cylindrical-coordinate representation of color #E94F86: hue angle of 338.57º 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 #E94F86 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 134 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.09 |
| HSL | 338.57º | 0.78% | 0.61% | - |
| HSV(B) | 338.57º | 0.66% | 0.91% | - |
| XYZ | 40.7 | 24.64 | 25.16 | - |
| YUV | 131.32 | 129.52 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 134 | 0 | 0.66 | 0.42 | 0.09 | 338.57 | 0.78 | 0.61 |
| Hex | E9 | 4F | 86 | 0 | 42 | 2A | 9 | 153 | 4E | 3D |
| Octal | 351 | 117 | 206 | 0 | 102 | 52 | 11 | 523 | 116 | 75 |
| Binary | 11101001 | 1001111 | 10000110 | 0 | 1000010 | 101010 | 1001 | 101010011 | 1001110 | 111101 |
Color Harmonies of #E94F86
Complementary color
Monochromatic Colors of #E94F86
Black with #E94F86
Text Example
Text Example
White with #E94F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F86; }
p { color: rgb(233,79,134); }
H1.HeaderClassName
{
color: #E94F86;
}
.AnyTagClassName
{
color: #E94F86;
}
</style>
background-color css
<style>
a { background-color: #E94F86; }
a { background-color: rgb(233,79,134); }
div.DivClassName
{
background-color: #E94F86;
}
.BgClassName
{
background-color: #E94F86;
}
</style>
border-color css
<style>
span { border-color: #E94F86; }
span { border-color: rgb(233,79,134); }
td.TdClassName
{
border-color: #E94F86;
}
.TagClassName
{
border-color: #E94F86;
}
</style>