Shades of Dark Pink #E95183
Tints of Dark Pink #E95183
RGB
CMYK
RGB Variations
Color information
#E95183 (or 0xE95183) is known color: Dark Pink. HEX triplet: E9, 51 and 83. RGB value is (233,81,131). Sum of RGB (Red+Green+Blue) = 233+81+131=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E95183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95183 is #16AE7C. Grayscale: #848484. Windows color (decimal): -1486461 or 8606185. OLE color: 8606185.
HSL color Cylindrical-coordinate representation of color #E95183: hue angle of 340.26º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E95183 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 131 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.09 |
| HSL | 340.26º | 0.78% | 0.62% | - |
| HSV(B) | 340.26º | 0.65% | 0.91% | - |
| XYZ | 40.64 | 24.85 | 24.13 | - |
| YUV | 132.15 | 127.36 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 131 | 0 | 0.65 | 0.44 | 0.09 | 340.26 | 0.78 | 0.62 |
| Hex | E9 | 51 | 83 | 0 | 41 | 2C | 9 | 154 | 4E | 3E |
| Octal | 351 | 121 | 203 | 0 | 101 | 54 | 11 | 524 | 116 | 76 |
| Binary | 11101001 | 1010001 | 10000011 | 0 | 1000001 | 101100 | 1001 | 101010100 | 1001110 | 111110 |
Color Harmonies of #E95183
Complementary color
Monochromatic Colors of #E95183
Black with #E95183
Text Example
Text Example
White with #E95183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95183; }
p { color: rgb(233,81,131); }
H1.HeaderClassName
{
color: #E95183;
}
.AnyTagClassName
{
color: #E95183;
}
</style>
background-color css
<style>
a { background-color: #E95183; }
a { background-color: rgb(233,81,131); }
div.DivClassName
{
background-color: #E95183;
}
.BgClassName
{
background-color: #E95183;
}
</style>
border-color css
<style>
span { border-color: #E95183; }
span { border-color: rgb(233,81,131); }
td.TdClassName
{
border-color: #E95183;
}
.TagClassName
{
border-color: #E95183;
}
</style>