Shades of Dark Pink #E8588B
Tints of Dark Pink #E8588B
RGB
CMYK
RGB Variations
Color information
#E8588B (or 0xE8588B) is known color: Dark Pink. HEX triplet: E8, 58 and 8B. RGB value is (232,88,139). Sum of RGB (Red+Green+Blue) = 232+88+139=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E8588B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8588B is #17A774. Grayscale: #888888. Windows color (decimal): -1550197 or 9132264. OLE color: 9132264.
HSL color Cylindrical-coordinate representation of color #E8588B: hue angle of 338.75º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E8588B is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 139 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.09 |
| HSL | 338.75º | 0.76% | 0.63% | - |
| HSV(B) | 338.75º | 0.62% | 0.91% | - |
| XYZ | 41.43 | 26 | 27.26 | - |
| YUV | 136.87 | 129.21 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 139 | 0 | 0.62 | 0.40 | 0.09 | 338.75 | 0.76 | 0.63 |
| Hex | E8 | 58 | 8B | 0 | 3E | 28 | 9 | 153 | 4C | 3F |
| Octal | 350 | 130 | 213 | 0 | 76 | 50 | 11 | 523 | 114 | 77 |
| Binary | 11101000 | 1011000 | 10001011 | 0 | 111110 | 101000 | 1001 | 101010011 | 1001100 | 111111 |
Color Harmonies of #E8588B
Complementary color
Monochromatic Colors of #E8588B
Black with #E8588B
Text Example
Text Example
White with #E8588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8588B; }
p { color: rgb(232,88,139); }
H1.HeaderClassName
{
color: #E8588B;
}
.AnyTagClassName
{
color: #E8588B;
}
</style>
background-color css
<style>
a { background-color: #E8588B; }
a { background-color: rgb(232,88,139); }
div.DivClassName
{
background-color: #E8588B;
}
.BgClassName
{
background-color: #E8588B;
}
</style>
border-color css
<style>
span { border-color: #E8588B; }
span { border-color: rgb(232,88,139); }
td.TdClassName
{
border-color: #E8588B;
}
.TagClassName
{
border-color: #E8588B;
}
</style>