Shades of Dark Pink #E94883
Tints of Dark Pink #E94883
RGB
CMYK
RGB Variations
Color information
#E94883 (or 0xE94883) is known color: Dark Pink. HEX triplet: E9, 48 and 83. RGB value is (233,72,131). Sum of RGB (Red+Green+Blue) = 233+72+131=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E94883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94883 is #16B77C. Grayscale: #7E7E7E. Windows color (decimal): -1488765 or 8603881. OLE color: 8603881.
HSL color Cylindrical-coordinate representation of color #E94883: hue angle of 338.01º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E94883 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 131 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.09 |
| HSL | 338.01º | 0.79% | 0.6% | - |
| HSV(B) | 338.01º | 0.69% | 0.91% | - |
| XYZ | 40.02 | 23.6 | 23.92 | - |
| YUV | 126.87 | 130.34 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 131 | 0 | 0.69 | 0.44 | 0.09 | 338.01 | 0.79 | 0.6 |
| Hex | E9 | 48 | 83 | 0 | 45 | 2C | 9 | 152 | 4F | 3C |
| Octal | 351 | 110 | 203 | 0 | 105 | 54 | 11 | 522 | 117 | 74 |
| Binary | 11101001 | 1001000 | 10000011 | 0 | 1000101 | 101100 | 1001 | 101010010 | 1001111 | 111100 |
Color Harmonies of #E94883
Complementary color
Monochromatic Colors of #E94883
Black with #E94883
Text Example
Text Example
White with #E94883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94883; }
p { color: rgb(233,72,131); }
H1.HeaderClassName
{
color: #E94883;
}
.AnyTagClassName
{
color: #E94883;
}
</style>
background-color css
<style>
a { background-color: #E94883; }
a { background-color: rgb(233,72,131); }
div.DivClassName
{
background-color: #E94883;
}
.BgClassName
{
background-color: #E94883;
}
</style>
border-color css
<style>
span { border-color: #E94883; }
span { border-color: rgb(233,72,131); }
td.TdClassName
{
border-color: #E94883;
}
.TagClassName
{
border-color: #E94883;
}
</style>