Shades of Dark Pink #E96083
Tints of Dark Pink #E96083
RGB
CMYK
RGB Variations
Color information
#E96083 (or 0xE96083) is known color: Dark Pink. HEX triplet: E9, 60 and 83. RGB value is (233,96,131). Sum of RGB (Red+Green+Blue) = 233+96+131=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E96083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96083 is #169F7C. Grayscale: #8C8C8C. Windows color (decimal): -1482621 or 8610025. OLE color: 8610025.
HSL color Cylindrical-coordinate representation of color #E96083: hue angle of 344.67º 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 #E96083 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 131 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.09 |
| HSL | 344.67º | 0.76% | 0.65% | - |
| HSV(B) | 344.67º | 0.59% | 0.91% | - |
| XYZ | 41.88 | 27.33 | 24.54 | - |
| YUV | 140.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 131 | 0 | 0.59 | 0.44 | 0.09 | 344.67 | 0.76 | 0.65 |
| Hex | E9 | 60 | 83 | 0 | 3B | 2C | 9 | 159 | 4C | 41 |
| Octal | 351 | 140 | 203 | 0 | 73 | 54 | 11 | 531 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10000011 | 0 | 111011 | 101100 | 1001 | 101011001 | 1001100 | 1000001 |
Color Harmonies of #E96083
Complementary color
Monochromatic Colors of #E96083
Black with #E96083
Text Example
Text Example
White with #E96083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96083; }
p { color: rgb(233,96,131); }
H1.HeaderClassName
{
color: #E96083;
}
.AnyTagClassName
{
color: #E96083;
}
</style>
background-color css
<style>
a { background-color: #E96083; }
a { background-color: rgb(233,96,131); }
div.DivClassName
{
background-color: #E96083;
}
.BgClassName
{
background-color: #E96083;
}
</style>
border-color css
<style>
span { border-color: #E96083; }
span { border-color: rgb(233,96,131); }
td.TdClassName
{
border-color: #E96083;
}
.TagClassName
{
border-color: #E96083;
}
</style>