Shades of Dark Pink #E95682
Tints of Dark Pink #E95682
RGB
CMYK
RGB Variations
Color information
#E95682 (or 0xE95682) is known color: Dark Pink. HEX triplet: E9, 56 and 82. RGB value is (233,86,130). Sum of RGB (Red+Green+Blue) = 233+86+130=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E95682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95682 is #16A97D. Grayscale: #868686. Windows color (decimal): -1485182 or 8541929. OLE color: 8541929.
HSL color Cylindrical-coordinate representation of color #E95682: hue angle of 342.04º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95682 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 130 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.09 |
| HSL | 342.04º | 0.77% | 0.63% | - |
| HSV(B) | 342.04º | 0.63% | 0.91% | - |
| XYZ | 40.96 | 25.59 | 23.9 | - |
| YUV | 134.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 130 | 0 | 0.63 | 0.44 | 0.09 | 342.04 | 0.77 | 0.63 |
| Hex | E9 | 56 | 82 | 0 | 3F | 2C | 9 | 156 | 4D | 3F |
| Octal | 351 | 126 | 202 | 0 | 77 | 54 | 11 | 526 | 115 | 77 |
| Binary | 11101001 | 1010110 | 10000010 | 0 | 111111 | 101100 | 1001 | 101010110 | 1001101 | 111111 |
Color Harmonies of #E95682
Complementary color
Monochromatic Colors of #E95682
Black with #E95682
Text Example
Text Example
White with #E95682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95682; }
p { color: rgb(233,86,130); }
H1.HeaderClassName
{
color: #E95682;
}
.AnyTagClassName
{
color: #E95682;
}
</style>
background-color css
<style>
a { background-color: #E95682; }
a { background-color: rgb(233,86,130); }
div.DivClassName
{
background-color: #E95682;
}
.BgClassName
{
background-color: #E95682;
}
</style>
border-color css
<style>
span { border-color: #E95682; }
span { border-color: rgb(233,86,130); }
td.TdClassName
{
border-color: #E95682;
}
.TagClassName
{
border-color: #E95682;
}
</style>