Shades of Dark Pink #E94C80
Tints of Dark Pink #E94C80
RGB
CMYK
RGB Variations
Color information
#E94C80 (or 0xE94C80) is known color: Dark Pink. HEX triplet: E9, 4C and 80. RGB value is (233,76,128). Sum of RGB (Red+Green+Blue) = 233+76+128=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94C80 is #16B37F. Grayscale: #808080. Windows color (decimal): -1487744 or 8408297. OLE color: 8408297.
HSL color Cylindrical-coordinate representation of color #E94C80: hue angle of 340.13º 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 #E94C80 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 128 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.09 |
| HSL | 340.13º | 0.78% | 0.61% | - |
| HSV(B) | 340.13º | 0.67% | 0.91% | - |
| XYZ | 40.09 | 24.05 | 22.95 | - |
| YUV | 128.87 | 127.51 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 128 | 0 | 0.67 | 0.45 | 0.09 | 340.13 | 0.78 | 0.61 |
| Hex | E9 | 4C | 80 | 0 | 43 | 2D | 9 | 154 | 4E | 3D |
| Octal | 351 | 114 | 200 | 0 | 103 | 55 | 11 | 524 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10000000 | 0 | 1000011 | 101101 | 1001 | 101010100 | 1001110 | 111101 |
Color Harmonies of #E94C80
Complementary color
Monochromatic Colors of #E94C80
Black with #E94C80
Text Example
Text Example
White with #E94C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C80; }
p { color: rgb(233,76,128); }
H1.HeaderClassName
{
color: #E94C80;
}
.AnyTagClassName
{
color: #E94C80;
}
</style>
background-color css
<style>
a { background-color: #E94C80; }
a { background-color: rgb(233,76,128); }
div.DivClassName
{
background-color: #E94C80;
}
.BgClassName
{
background-color: #E94C80;
}
</style>
border-color css
<style>
span { border-color: #E94C80; }
span { border-color: rgb(233,76,128); }
td.TdClassName
{
border-color: #E94C80;
}
.TagClassName
{
border-color: #E94C80;
}
</style>