Shades of Dark Pink #E96081
Tints of Dark Pink #E96081
RGB
CMYK
RGB Variations
Color information
#E96081 (or 0xE96081) is known color: Dark Pink. HEX triplet: E9, 60 and 81. RGB value is (233,96,129). Sum of RGB (Red+Green+Blue) = 233+96+129=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E96081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96081 is #169F7E. Grayscale: #8C8C8C. Windows color (decimal): -1482623 or 8478953. OLE color: 8478953.
HSL color Cylindrical-coordinate representation of color #E96081: hue angle of 345.55º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E96081 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 129 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.09 |
| HSL | 345.55º | 0.76% | 0.65% | - |
| HSV(B) | 345.55º | 0.59% | 0.91% | - |
| XYZ | 41.75 | 27.27 | 23.83 | - |
| YUV | 140.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 129 | 0 | 0.59 | 0.45 | 0.09 | 345.55 | 0.76 | 0.65 |
| Hex | E9 | 60 | 81 | 0 | 3B | 2D | 9 | 15A | 4C | 41 |
| Octal | 351 | 140 | 201 | 0 | 73 | 55 | 11 | 532 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10000001 | 0 | 111011 | 101101 | 1001 | 101011010 | 1001100 | 1000001 |
Color Harmonies of #E96081
Complementary color
Monochromatic Colors of #E96081
Black with #E96081
Text Example
Text Example
White with #E96081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96081; }
p { color: rgb(233,96,129); }
H1.HeaderClassName
{
color: #E96081;
}
.AnyTagClassName
{
color: #E96081;
}
</style>
background-color css
<style>
a { background-color: #E96081; }
a { background-color: rgb(233,96,129); }
div.DivClassName
{
background-color: #E96081;
}
.BgClassName
{
background-color: #E96081;
}
</style>
border-color css
<style>
span { border-color: #E96081; }
span { border-color: rgb(233,96,129); }
td.TdClassName
{
border-color: #E96081;
}
.TagClassName
{
border-color: #E96081;
}
</style>