Shades of Dark Pink #E95883
Tints of Dark Pink #E95883
RGB
CMYK
RGB Variations
Color information
#E95883 (or 0xE95883) is known color: Dark Pink. HEX triplet: E9, 58 and 83. RGB value is (233,88,131). Sum of RGB (Red+Green+Blue) = 233+88+131=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E95883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95883 is #16A77C. Grayscale: #888888. Windows color (decimal): -1484669 or 8607977. OLE color: 8607977.
HSL color Cylindrical-coordinate representation of color #E95883: hue angle of 342.21º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E95883 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 131 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.09 |
| HSL | 342.21º | 0.77% | 0.63% | - |
| HSV(B) | 342.21º | 0.62% | 0.91% | - |
| XYZ | 41.19 | 25.94 | 24.31 | - |
| YUV | 136.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 131 | 0 | 0.62 | 0.44 | 0.09 | 342.21 | 0.77 | 0.63 |
| Hex | E9 | 58 | 83 | 0 | 3E | 2C | 9 | 156 | 4D | 3F |
| Octal | 351 | 130 | 203 | 0 | 76 | 54 | 11 | 526 | 115 | 77 |
| Binary | 11101001 | 1011000 | 10000011 | 0 | 111110 | 101100 | 1001 | 101010110 | 1001101 | 111111 |
Color Harmonies of #E95883
Complementary color
Monochromatic Colors of #E95883
Black with #E95883
Text Example
Text Example
White with #E95883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95883; }
p { color: rgb(233,88,131); }
H1.HeaderClassName
{
color: #E95883;
}
.AnyTagClassName
{
color: #E95883;
}
</style>
background-color css
<style>
a { background-color: #E95883; }
a { background-color: rgb(233,88,131); }
div.DivClassName
{
background-color: #E95883;
}
.BgClassName
{
background-color: #E95883;
}
</style>
border-color css
<style>
span { border-color: #E95883; }
span { border-color: rgb(233,88,131); }
td.TdClassName
{
border-color: #E95883;
}
.TagClassName
{
border-color: #E95883;
}
</style>