Shades of Dark Pink #E95388
Tints of Dark Pink #E95388
RGB
CMYK
RGB Variations
Color information
#E95388 (or 0xE95388) is known color: Dark Pink. HEX triplet: E9, 53 and 88. RGB value is (233,83,136). Sum of RGB (Red+Green+Blue) = 233+83+136=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E95388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95388 is #16AC77. Grayscale: #858585. Windows color (decimal): -1485944 or 8934377. OLE color: 8934377.
HSL color Cylindrical-coordinate representation of color #E95388: hue angle of 338.8º 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 #E95388 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 136 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.09 |
| HSL | 338.8º | 0.77% | 0.62% | - |
| HSV(B) | 338.8º | 0.64% | 0.91% | - |
| XYZ | 41.14 | 25.29 | 26.01 | - |
| YUV | 133.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 136 | 0 | 0.64 | 0.42 | 0.09 | 338.8 | 0.77 | 0.62 |
| Hex | E9 | 53 | 88 | 0 | 40 | 2A | 9 | 153 | 4D | 3E |
| Octal | 351 | 123 | 210 | 0 | 100 | 52 | 11 | 523 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10001000 | 0 | 1000000 | 101010 | 1001 | 101010011 | 1001101 | 111110 |
Color Harmonies of #E95388
Complementary color
Monochromatic Colors of #E95388
Black with #E95388
Text Example
Text Example
White with #E95388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95388; }
p { color: rgb(233,83,136); }
H1.HeaderClassName
{
color: #E95388;
}
.AnyTagClassName
{
color: #E95388;
}
</style>
background-color css
<style>
a { background-color: #E95388; }
a { background-color: rgb(233,83,136); }
div.DivClassName
{
background-color: #E95388;
}
.BgClassName
{
background-color: #E95388;
}
</style>
border-color css
<style>
span { border-color: #E95388; }
span { border-color: rgb(233,83,136); }
td.TdClassName
{
border-color: #E95388;
}
.TagClassName
{
border-color: #E95388;
}
</style>