Shades of Dark Pink #E95380
Tints of Dark Pink #E95380
RGB
CMYK
RGB Variations
Color information
#E95380 (or 0xE95380) is known color: Dark Pink. HEX triplet: E9, 53 and 80. RGB value is (233,83,128). Sum of RGB (Red+Green+Blue) = 233+83+128=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E95380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95380 is #16AC7F. Grayscale: #848484. Windows color (decimal): -1485952 or 8410089. OLE color: 8410089.
HSL color Cylindrical-coordinate representation of color #E95380: hue angle of 342º 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 #E95380 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 128 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.09 |
| HSL | 342º | 0.77% | 0.62% | - |
| HSV(B) | 342º | 0.64% | 0.91% | - |
| XYZ | 40.59 | 25.07 | 23.12 | - |
| YUV | 132.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 128 | 0 | 0.64 | 0.45 | 0.09 | 342 | 0.77 | 0.62 |
| Hex | E9 | 53 | 80 | 0 | 40 | 2D | 9 | 156 | 4D | 3E |
| Octal | 351 | 123 | 200 | 0 | 100 | 55 | 11 | 526 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10000000 | 0 | 1000000 | 101101 | 1001 | 101010110 | 1001101 | 111110 |
Color Harmonies of #E95380
Complementary color
Monochromatic Colors of #E95380
Black with #E95380
Text Example
Text Example
White with #E95380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95380; }
p { color: rgb(233,83,128); }
H1.HeaderClassName
{
color: #E95380;
}
.AnyTagClassName
{
color: #E95380;
}
</style>
background-color css
<style>
a { background-color: #E95380; }
a { background-color: rgb(233,83,128); }
div.DivClassName
{
background-color: #E95380;
}
.BgClassName
{
background-color: #E95380;
}
</style>
border-color css
<style>
span { border-color: #E95380; }
span { border-color: rgb(233,83,128); }
td.TdClassName
{
border-color: #E95380;
}
.TagClassName
{
border-color: #E95380;
}
</style>