Shades of Eggplant #880E5A
Tints of Eggplant #880E5A
RGB
CMYK
RGB Variations
Color information
#880E5A (or 0x880E5A) is known color: Eggplant. HEX triplet: 88, 0E and 5A. RGB value is (136,14,90). Sum of RGB (Red+Green+Blue) = 136+14+90=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #880E5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880E5A is #77F1A5. Grayscale: #3A3A3A. Windows color (decimal): -7860646 or 5901960. OLE color: 5901960.
HSL color Cylindrical-coordinate representation of color #880E5A: hue angle of 322.62º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E5A is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 90 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.47 |
| HSL | 322.62º | 0.81% | 0.29% | - |
| HSV(B) | 322.62º | 0.9% | 0.53% | - |
| XYZ | 12.16 | 6.29 | 10.25 | - |
| YUV | 59.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 90 | 0 | 0.90 | 0.34 | 0.47 | 322.62 | 0.81 | 0.29 |
| Hex | 88 | E | 5A | 0 | 5A | 22 | 2F | 143 | 51 | 1D |
| Octal | 210 | 16 | 132 | 0 | 132 | 42 | 57 | 503 | 121 | 35 |
| Binary | 10001000 | 1110 | 1011010 | 0 | 1011010 | 100010 | 101111 | 101000011 | 1010001 | 11101 |
Color Harmonies of #880E5A
Complementary color
Monochromatic Colors of #880E5A
Black with #880E5A
Text Example
Text Example
White with #880E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E5A; }
p { color: rgb(136,14,90); }
H1.HeaderClassName
{
color: #880E5A;
}
.AnyTagClassName
{
color: #880E5A;
}
</style>
background-color css
<style>
a { background-color: #880E5A; }
a { background-color: rgb(136,14,90); }
div.DivClassName
{
background-color: #880E5A;
}
.BgClassName
{
background-color: #880E5A;
}
</style>
border-color css
<style>
span { border-color: #880E5A; }
span { border-color: rgb(136,14,90); }
td.TdClassName
{
border-color: #880E5A;
}
.TagClassName
{
border-color: #880E5A;
}
</style>