Shades of Dark Pink #E94F83
Tints of Dark Pink #E94F83
RGB
CMYK
RGB Variations
Color information
#E94F83 (or 0xE94F83) is known color: Dark Pink. HEX triplet: E9, 4F and 83. RGB value is (233,79,131). Sum of RGB (Red+Green+Blue) = 233+79+131=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94F83 is #16B07C. Grayscale: #828282. Windows color (decimal): -1486973 or 8605673. OLE color: 8605673.
HSL color Cylindrical-coordinate representation of color #E94F83: hue angle of 339.74º 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 #E94F83 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 131 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.09 |
| HSL | 339.74º | 0.78% | 0.61% | - |
| HSV(B) | 339.74º | 0.66% | 0.91% | - |
| XYZ | 40.5 | 24.55 | 24.08 | - |
| YUV | 130.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 131 | 0 | 0.66 | 0.44 | 0.09 | 339.74 | 0.78 | 0.61 |
| Hex | E9 | 4F | 83 | 0 | 42 | 2C | 9 | 154 | 4E | 3D |
| Octal | 351 | 117 | 203 | 0 | 102 | 54 | 11 | 524 | 116 | 75 |
| Binary | 11101001 | 1001111 | 10000011 | 0 | 1000010 | 101100 | 1001 | 101010100 | 1001110 | 111101 |
Color Harmonies of #E94F83
Complementary color
Monochromatic Colors of #E94F83
Black with #E94F83
Text Example
Text Example
White with #E94F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F83; }
p { color: rgb(233,79,131); }
H1.HeaderClassName
{
color: #E94F83;
}
.AnyTagClassName
{
color: #E94F83;
}
</style>
background-color css
<style>
a { background-color: #E94F83; }
a { background-color: rgb(233,79,131); }
div.DivClassName
{
background-color: #E94F83;
}
.BgClassName
{
background-color: #E94F83;
}
</style>
border-color css
<style>
span { border-color: #E94F83; }
span { border-color: rgb(233,79,131); }
td.TdClassName
{
border-color: #E94F83;
}
.TagClassName
{
border-color: #E94F83;
}
</style>