Shades of Dark Pink #E94D83
Tints of Dark Pink #E94D83
RGB
CMYK
RGB Variations
Color information
#E94D83 (or 0xE94D83) is known color: Dark Pink. HEX triplet: E9, 4D and 83. RGB value is (233,77,131). Sum of RGB (Red+Green+Blue) = 233+77+131=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94D83 is #16B27C. Grayscale: #818181. Windows color (decimal): -1487485 or 8605161. OLE color: 8605161.
HSL color Cylindrical-coordinate representation of color #E94D83: hue angle of 339.23º 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 #E94D83 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 131 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.09 |
| HSL | 339.23º | 0.78% | 0.61% | - |
| HSV(B) | 339.23º | 0.67% | 0.91% | - |
| XYZ | 40.35 | 24.27 | 24.03 | - |
| YUV | 129.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 131 | 0 | 0.67 | 0.44 | 0.09 | 339.23 | 0.78 | 0.61 |
| Hex | E9 | 4D | 83 | 0 | 43 | 2C | 9 | 153 | 4E | 3D |
| Octal | 351 | 115 | 203 | 0 | 103 | 54 | 11 | 523 | 116 | 75 |
| Binary | 11101001 | 1001101 | 10000011 | 0 | 1000011 | 101100 | 1001 | 101010011 | 1001110 | 111101 |
Color Harmonies of #E94D83
Complementary color
Monochromatic Colors of #E94D83
Black with #E94D83
Text Example
Text Example
White with #E94D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D83; }
p { color: rgb(233,77,131); }
H1.HeaderClassName
{
color: #E94D83;
}
.AnyTagClassName
{
color: #E94D83;
}
</style>
background-color css
<style>
a { background-color: #E94D83; }
a { background-color: rgb(233,77,131); }
div.DivClassName
{
background-color: #E94D83;
}
.BgClassName
{
background-color: #E94D83;
}
</style>
border-color css
<style>
span { border-color: #E94D83; }
span { border-color: rgb(233,77,131); }
td.TdClassName
{
border-color: #E94D83;
}
.TagClassName
{
border-color: #E94D83;
}
</style>