Shades of Dark Pink #E94D7B
Tints of Dark Pink #E94D7B
RGB
CMYK
RGB Variations
Color information
#E94D7B (or 0xE94D7B) is known color: Dark Pink. HEX triplet: E9, 4D and 7B. RGB value is (233,77,123). Sum of RGB (Red+Green+Blue) = 233+77+123=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94D7B is #16B284. Grayscale: #808080. Windows color (decimal): -1487493 or 8080873. OLE color: 8080873.
HSL color Cylindrical-coordinate representation of color #E94D7B: hue angle of 342.31º 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 #E94D7B is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 123 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.09 |
| HSL | 342.31º | 0.78% | 0.61% | - |
| HSV(B) | 342.31º | 0.67% | 0.91% | - |
| XYZ | 39.83 | 24.06 | 21.28 | - |
| YUV | 128.89 | 124.68 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 123 | 0 | 0.67 | 0.47 | 0.09 | 342.31 | 0.78 | 0.61 |
| Hex | E9 | 4D | 7B | 0 | 43 | 2F | 9 | 156 | 4E | 3D |
| Octal | 351 | 115 | 173 | 0 | 103 | 57 | 11 | 526 | 116 | 75 |
| Binary | 11101001 | 1001101 | 1111011 | 0 | 1000011 | 101111 | 1001 | 101010110 | 1001110 | 111101 |
Color Harmonies of #E94D7B
Complementary color
Monochromatic Colors of #E94D7B
Black with #E94D7B
Text Example
Text Example
White with #E94D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D7B; }
p { color: rgb(233,77,123); }
H1.HeaderClassName
{
color: #E94D7B;
}
.AnyTagClassName
{
color: #E94D7B;
}
</style>
background-color css
<style>
a { background-color: #E94D7B; }
a { background-color: rgb(233,77,123); }
div.DivClassName
{
background-color: #E94D7B;
}
.BgClassName
{
background-color: #E94D7B;
}
</style>
border-color css
<style>
span { border-color: #E94D7B; }
span { border-color: rgb(233,77,123); }
td.TdClassName
{
border-color: #E94D7B;
}
.TagClassName
{
border-color: #E94D7B;
}
</style>