Shades of Dark Pink #E95381
Tints of Dark Pink #E95381
RGB
CMYK
RGB Variations
Color information
#E95381 (or 0xE95381) is known color: Dark Pink. HEX triplet: E9, 53 and 81. RGB value is (233,83,129). Sum of RGB (Red+Green+Blue) = 233+83+129=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E95381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95381 is #16AC7E. Grayscale: #858585. Windows color (decimal): -1485951 or 8475625. OLE color: 8475625.
HSL color Cylindrical-coordinate representation of color #E95381: hue angle of 341.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95381 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 129 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.09 |
| HSL | 341.6º | 0.77% | 0.62% | - |
| HSV(B) | 341.6º | 0.64% | 0.91% | - |
| XYZ | 40.66 | 25.1 | 23.47 | - |
| YUV | 133.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 129 | 0 | 0.64 | 0.45 | 0.09 | 341.6 | 0.77 | 0.62 |
| Hex | E9 | 53 | 81 | 0 | 40 | 2D | 9 | 156 | 4D | 3E |
| Octal | 351 | 123 | 201 | 0 | 100 | 55 | 11 | 526 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10000001 | 0 | 1000000 | 101101 | 1001 | 101010110 | 1001101 | 111110 |
Color Harmonies of #E95381
Complementary color
Monochromatic Colors of #E95381
Black with #E95381
Text Example
Text Example
White with #E95381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95381; }
p { color: rgb(233,83,129); }
H1.HeaderClassName
{
color: #E95381;
}
.AnyTagClassName
{
color: #E95381;
}
</style>
background-color css
<style>
a { background-color: #E95381; }
a { background-color: rgb(233,83,129); }
div.DivClassName
{
background-color: #E95381;
}
.BgClassName
{
background-color: #E95381;
}
</style>
border-color css
<style>
span { border-color: #E95381; }
span { border-color: rgb(233,83,129); }
td.TdClassName
{
border-color: #E95381;
}
.TagClassName
{
border-color: #E95381;
}
</style>