Shades of Dark Pink #E94D73
Tints of Dark Pink #E94D73
RGB
CMYK
RGB Variations
Color information
#E94D73 (or 0xE94D73) is known color: Dark Pink. HEX triplet: E9, 4D and 73. RGB value is (233,77,115). Sum of RGB (Red+Green+Blue) = 233+77+115=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94D73 is #16B28C. Grayscale: #7F7F7F. Windows color (decimal): -1487501 or 7556585. OLE color: 7556585.
HSL color Cylindrical-coordinate representation of color #E94D73: hue angle of 345.38º 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 #E94D73 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 115 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.09 |
| HSL | 345.38º | 0.78% | 0.61% | - |
| HSV(B) | 345.38º | 0.67% | 0.91% | - |
| XYZ | 39.35 | 23.87 | 18.75 | - |
| YUV | 127.98 | 120.68 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 115 | 0 | 0.67 | 0.51 | 0.09 | 345.38 | 0.78 | 0.61 |
| Hex | E9 | 4D | 73 | 0 | 43 | 33 | 9 | 159 | 4E | 3D |
| Octal | 351 | 115 | 163 | 0 | 103 | 63 | 11 | 531 | 116 | 75 |
| Binary | 11101001 | 1001101 | 1110011 | 0 | 1000011 | 110011 | 1001 | 101011001 | 1001110 | 111101 |
Color Harmonies of #E94D73
Complementary color
Monochromatic Colors of #E94D73
Black with #E94D73
Text Example
Text Example
White with #E94D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D73; }
p { color: rgb(233,77,115); }
H1.HeaderClassName
{
color: #E94D73;
}
.AnyTagClassName
{
color: #E94D73;
}
</style>
background-color css
<style>
a { background-color: #E94D73; }
a { background-color: rgb(233,77,115); }
div.DivClassName
{
background-color: #E94D73;
}
.BgClassName
{
background-color: #E94D73;
}
</style>
border-color css
<style>
span { border-color: #E94D73; }
span { border-color: rgb(233,77,115); }
td.TdClassName
{
border-color: #E94D73;
}
.TagClassName
{
border-color: #E94D73;
}
</style>