Shades of Dark Pink #E94A83
Tints of Dark Pink #E94A83
RGB
CMYK
RGB Variations
Color information
#E94A83 (or 0xE94A83) is known color: Dark Pink. HEX triplet: E9, 4A and 83. RGB value is (233,74,131). Sum of RGB (Red+Green+Blue) = 233+74+131=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94A83 is #16B57C. Grayscale: #7F7F7F. Windows color (decimal): -1488253 or 8604393. OLE color: 8604393.
HSL color Cylindrical-coordinate representation of color #E94A83: hue angle of 338.49º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94A83 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 131 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.09 |
| HSL | 338.49º | 0.78% | 0.6% | - |
| HSV(B) | 338.49º | 0.68% | 0.91% | - |
| XYZ | 40.15 | 23.86 | 23.96 | - |
| YUV | 128.04 | 129.68 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 131 | 0 | 0.68 | 0.44 | 0.09 | 338.49 | 0.78 | 0.6 |
| Hex | E9 | 4A | 83 | 0 | 44 | 2C | 9 | 152 | 4E | 3C |
| Octal | 351 | 112 | 203 | 0 | 104 | 54 | 11 | 522 | 116 | 74 |
| Binary | 11101001 | 1001010 | 10000011 | 0 | 1000100 | 101100 | 1001 | 101010010 | 1001110 | 111100 |
Color Harmonies of #E94A83
Complementary color
Monochromatic Colors of #E94A83
Black with #E94A83
Text Example
Text Example
White with #E94A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A83; }
p { color: rgb(233,74,131); }
H1.HeaderClassName
{
color: #E94A83;
}
.AnyTagClassName
{
color: #E94A83;
}
</style>
background-color css
<style>
a { background-color: #E94A83; }
a { background-color: rgb(233,74,131); }
div.DivClassName
{
background-color: #E94A83;
}
.BgClassName
{
background-color: #E94A83;
}
</style>
border-color css
<style>
span { border-color: #E94A83; }
span { border-color: rgb(233,74,131); }
td.TdClassName
{
border-color: #E94A83;
}
.TagClassName
{
border-color: #E94A83;
}
</style>