Shades of Dark Pink #E94C83
Tints of Dark Pink #E94C83
RGB
CMYK
RGB Variations
Color information
#E94C83 (or 0xE94C83) is known color: Dark Pink. HEX triplet: E9, 4C and 83. RGB value is (233,76,131). Sum of RGB (Red+Green+Blue) = 233+76+131=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94C83 is #16B37C. Grayscale: #818181. Windows color (decimal): -1487741 or 8604905. OLE color: 8604905.
HSL color Cylindrical-coordinate representation of color #E94C83: hue angle of 338.98º 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 #E94C83 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 131 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.09 |
| HSL | 338.98º | 0.78% | 0.61% | - |
| HSV(B) | 338.98º | 0.67% | 0.91% | - |
| XYZ | 40.29 | 24.13 | 24.01 | - |
| YUV | 129.21 | 129.01 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 131 | 0 | 0.67 | 0.44 | 0.09 | 338.98 | 0.78 | 0.61 |
| Hex | E9 | 4C | 83 | 0 | 43 | 2C | 9 | 153 | 4E | 3D |
| Octal | 351 | 114 | 203 | 0 | 103 | 54 | 11 | 523 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10000011 | 0 | 1000011 | 101100 | 1001 | 101010011 | 1001110 | 111101 |
Color Harmonies of #E94C83
Complementary color
Monochromatic Colors of #E94C83
Black with #E94C83
Text Example
Text Example
White with #E94C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C83; }
p { color: rgb(233,76,131); }
H1.HeaderClassName
{
color: #E94C83;
}
.AnyTagClassName
{
color: #E94C83;
}
</style>
background-color css
<style>
a { background-color: #E94C83; }
a { background-color: rgb(233,76,131); }
div.DivClassName
{
background-color: #E94C83;
}
.BgClassName
{
background-color: #E94C83;
}
</style>
border-color css
<style>
span { border-color: #E94C83; }
span { border-color: rgb(233,76,131); }
td.TdClassName
{
border-color: #E94C83;
}
.TagClassName
{
border-color: #E94C83;
}
</style>