Shades of Dark Pink #E95481
Tints of Dark Pink #E95481
RGB
CMYK
RGB Variations
Color information
#E95481 (or 0xE95481) is known color: Dark Pink. HEX triplet: E9, 54 and 81. RGB value is (233,84,129). Sum of RGB (Red+Green+Blue) = 233+84+129=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E95481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95481 is #16AB7E. Grayscale: #858585. Windows color (decimal): -1485695 or 8475881. OLE color: 8475881.
HSL color Cylindrical-coordinate representation of color #E95481: hue angle of 341.88º 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 #E95481 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 129 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.09 |
| HSL | 341.88º | 0.77% | 0.62% | - |
| HSV(B) | 341.88º | 0.64% | 0.91% | - |
| XYZ | 40.74 | 25.25 | 23.5 | - |
| YUV | 133.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 129 | 0 | 0.64 | 0.45 | 0.09 | 341.88 | 0.77 | 0.62 |
| Hex | E9 | 54 | 81 | 0 | 40 | 2D | 9 | 156 | 4D | 3E |
| Octal | 351 | 124 | 201 | 0 | 100 | 55 | 11 | 526 | 115 | 76 |
| Binary | 11101001 | 1010100 | 10000001 | 0 | 1000000 | 101101 | 1001 | 101010110 | 1001101 | 111110 |
Color Harmonies of #E95481
Complementary color
Monochromatic Colors of #E95481
Black with #E95481
Text Example
Text Example
White with #E95481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95481; }
p { color: rgb(233,84,129); }
H1.HeaderClassName
{
color: #E95481;
}
.AnyTagClassName
{
color: #E95481;
}
</style>
background-color css
<style>
a { background-color: #E95481; }
a { background-color: rgb(233,84,129); }
div.DivClassName
{
background-color: #E95481;
}
.BgClassName
{
background-color: #E95481;
}
</style>
border-color css
<style>
span { border-color: #E95481; }
span { border-color: rgb(233,84,129); }
td.TdClassName
{
border-color: #E95481;
}
.TagClassName
{
border-color: #E95481;
}
</style>