Shades of Dark Pink #E95181
Tints of Dark Pink #E95181
RGB
CMYK
RGB Variations
Color information
#E95181 (or 0xE95181) is known color: Dark Pink. HEX triplet: E9, 51 and 81. RGB value is (233,81,129). Sum of RGB (Red+Green+Blue) = 233+81+129=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E95181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95181 is #16AE7E. Grayscale: #838383. Windows color (decimal): -1486463 or 8475113. OLE color: 8475113.
HSL color Cylindrical-coordinate representation of color #E95181: hue angle of 341.05º 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 #E95181 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 129 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.09 |
| HSL | 341.05º | 0.78% | 0.62% | - |
| HSV(B) | 341.05º | 0.65% | 0.91% | - |
| XYZ | 40.51 | 24.79 | 23.42 | - |
| YUV | 131.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 129 | 0 | 0.65 | 0.45 | 0.09 | 341.05 | 0.78 | 0.62 |
| Hex | E9 | 51 | 81 | 0 | 41 | 2D | 9 | 155 | 4E | 3E |
| Octal | 351 | 121 | 201 | 0 | 101 | 55 | 11 | 525 | 116 | 76 |
| Binary | 11101001 | 1010001 | 10000001 | 0 | 1000001 | 101101 | 1001 | 101010101 | 1001110 | 111110 |
Color Harmonies of #E95181
Complementary color
Monochromatic Colors of #E95181
Black with #E95181
Text Example
Text Example
White with #E95181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95181; }
p { color: rgb(233,81,129); }
H1.HeaderClassName
{
color: #E95181;
}
.AnyTagClassName
{
color: #E95181;
}
</style>
background-color css
<style>
a { background-color: #E95181; }
a { background-color: rgb(233,81,129); }
div.DivClassName
{
background-color: #E95181;
}
.BgClassName
{
background-color: #E95181;
}
</style>
border-color css
<style>
span { border-color: #E95181; }
span { border-color: rgb(233,81,129); }
td.TdClassName
{
border-color: #E95181;
}
.TagClassName
{
border-color: #E95181;
}
</style>