Shades of Dark Pink #E94C73
Tints of Dark Pink #E94C73
RGB
CMYK
RGB Variations
Color information
#E94C73 (or 0xE94C73) is known color: Dark Pink. HEX triplet: E9, 4C and 73. RGB value is (233,76,115). Sum of RGB (Red+Green+Blue) = 233+76+115=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94C73 is #16B38C. Grayscale: #7F7F7F. Windows color (decimal): -1487757 or 7556329. OLE color: 7556329.
HSL color Cylindrical-coordinate representation of color #E94C73: hue angle of 345.1º 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 #E94C73 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 115 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.09 |
| HSL | 345.1º | 0.78% | 0.61% | - |
| HSV(B) | 345.1º | 0.67% | 0.91% | - |
| XYZ | 39.28 | 23.73 | 18.73 | - |
| YUV | 127.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 115 | 0 | 0.67 | 0.51 | 0.09 | 345.1 | 0.78 | 0.61 |
| Hex | E9 | 4C | 73 | 0 | 43 | 33 | 9 | 159 | 4E | 3D |
| Octal | 351 | 114 | 163 | 0 | 103 | 63 | 11 | 531 | 116 | 75 |
| Binary | 11101001 | 1001100 | 1110011 | 0 | 1000011 | 110011 | 1001 | 101011001 | 1001110 | 111101 |
Color Harmonies of #E94C73
Complementary color
Monochromatic Colors of #E94C73
Black with #E94C73
Text Example
Text Example
White with #E94C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C73; }
p { color: rgb(233,76,115); }
H1.HeaderClassName
{
color: #E94C73;
}
.AnyTagClassName
{
color: #E94C73;
}
</style>
background-color css
<style>
a { background-color: #E94C73; }
a { background-color: rgb(233,76,115); }
div.DivClassName
{
background-color: #E94C73;
}
.BgClassName
{
background-color: #E94C73;
}
</style>
border-color css
<style>
span { border-color: #E94C73; }
span { border-color: rgb(233,76,115); }
td.TdClassName
{
border-color: #E94C73;
}
.TagClassName
{
border-color: #E94C73;
}
</style>