Shades of Dark Pink #E94C7D
Tints of Dark Pink #E94C7D
RGB
CMYK
RGB Variations
Color information
#E94C7D (or 0xE94C7D) is known color: Dark Pink. HEX triplet: E9, 4C and 7D. RGB value is (233,76,125). Sum of RGB (Red+Green+Blue) = 233+76+125=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94C7D is #16B382. Grayscale: #808080. Windows color (decimal): -1487747 or 8211689. OLE color: 8211689.
HSL color Cylindrical-coordinate representation of color #E94C7D: hue angle of 341.27º 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 #E94C7D is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 125 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.09 |
| HSL | 341.27º | 0.78% | 0.61% | - |
| HSV(B) | 341.27º | 0.67% | 0.91% | - |
| XYZ | 39.89 | 23.97 | 21.93 | - |
| YUV | 128.53 | 126.01 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 125 | 0 | 0.67 | 0.46 | 0.09 | 341.27 | 0.78 | 0.61 |
| Hex | E9 | 4C | 7D | 0 | 43 | 2E | 9 | 155 | 4E | 3D |
| Octal | 351 | 114 | 175 | 0 | 103 | 56 | 11 | 525 | 116 | 75 |
| Binary | 11101001 | 1001100 | 1111101 | 0 | 1000011 | 101110 | 1001 | 101010101 | 1001110 | 111101 |
Color Harmonies of #E94C7D
Complementary color
Monochromatic Colors of #E94C7D
Black with #E94C7D
Text Example
Text Example
White with #E94C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C7D; }
p { color: rgb(233,76,125); }
H1.HeaderClassName
{
color: #E94C7D;
}
.AnyTagClassName
{
color: #E94C7D;
}
</style>
background-color css
<style>
a { background-color: #E94C7D; }
a { background-color: rgb(233,76,125); }
div.DivClassName
{
background-color: #E94C7D;
}
.BgClassName
{
background-color: #E94C7D;
}
</style>
border-color css
<style>
span { border-color: #E94C7D; }
span { border-color: rgb(233,76,125); }
td.TdClassName
{
border-color: #E94C7D;
}
.TagClassName
{
border-color: #E94C7D;
}
</style>