Shades of Dark Pink #E95088
Tints of Dark Pink #E95088
RGB
CMYK
RGB Variations
Color information
#E95088 (or 0xE95088) is known color: Dark Pink. HEX triplet: E9, 50 and 88. RGB value is (233,80,136). Sum of RGB (Red+Green+Blue) = 233+80+136=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E95088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95088 is #16AF77. Grayscale: #848484. Windows color (decimal): -1486712 or 8933609. OLE color: 8933609.
HSL color Cylindrical-coordinate representation of color #E95088: hue angle of 338.04º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E95088 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 136 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.09 |
| HSL | 338.04º | 0.78% | 0.61% | - |
| HSV(B) | 338.04º | 0.66% | 0.91% | - |
| XYZ | 40.92 | 24.84 | 25.93 | - |
| YUV | 132.13 | 130.19 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 136 | 0 | 0.66 | 0.42 | 0.09 | 338.04 | 0.78 | 0.61 |
| Hex | E9 | 50 | 88 | 0 | 42 | 2A | 9 | 152 | 4E | 3D |
| Octal | 351 | 120 | 210 | 0 | 102 | 52 | 11 | 522 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10001000 | 0 | 1000010 | 101010 | 1001 | 101010010 | 1001110 | 111101 |
Color Harmonies of #E95088
Complementary color
Monochromatic Colors of #E95088
Black with #E95088
Text Example
Text Example
White with #E95088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95088; }
p { color: rgb(233,80,136); }
H1.HeaderClassName
{
color: #E95088;
}
.AnyTagClassName
{
color: #E95088;
}
</style>
background-color css
<style>
a { background-color: #E95088; }
a { background-color: rgb(233,80,136); }
div.DivClassName
{
background-color: #E95088;
}
.BgClassName
{
background-color: #E95088;
}
</style>
border-color css
<style>
span { border-color: #E95088; }
span { border-color: rgb(233,80,136); }
td.TdClassName
{
border-color: #E95088;
}
.TagClassName
{
border-color: #E95088;
}
</style>