Shades of Eggplant #900E5C
Tints of Eggplant #900E5C
RGB
CMYK
RGB Variations
Color information
#900E5C (or 0x900E5C) is known color: Eggplant. HEX triplet: 90, 0E and 5C. RGB value is (144,14,92). Sum of RGB (Red+Green+Blue) = 144+14+92=250 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.6% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 144 - color contains mainly: red. Hex color #900E5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E5C is #6FF1A3. Grayscale: #3D3D3D. Windows color (decimal): -7336356 or 6033040. OLE color: 6033040.
HSL color Cylindrical-coordinate representation of color #900E5C: hue angle of 324º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900E5C is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 92 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.44 |
| HSL | 324º | 0.82% | 0.31% | - |
| HSV(B) | 324º | 0.9% | 0.56% | - |
| XYZ | 13.59 | 7.02 | 10.76 | - |
| YUV | 61.76 | 145.07 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 92 | 0 | 0.90 | 0.36 | 0.44 | 324 | 0.82 | 0.31 |
| Hex | 90 | E | 5C | 0 | 5A | 24 | 2C | 144 | 52 | 1F |
| Octal | 220 | 16 | 134 | 0 | 132 | 44 | 54 | 504 | 122 | 37 |
| Binary | 10010000 | 1110 | 1011100 | 0 | 1011010 | 100100 | 101100 | 101000100 | 1010010 | 11111 |
Color Harmonies of #900E5C
Complementary color
Monochromatic Colors of #900E5C
Black with #900E5C
Text Example
Text Example
White with #900E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E5C; }
p { color: rgb(144,14,92); }
H1.HeaderClassName
{
color: #900E5C;
}
.AnyTagClassName
{
color: #900E5C;
}
</style>
background-color css
<style>
a { background-color: #900E5C; }
a { background-color: rgb(144,14,92); }
div.DivClassName
{
background-color: #900E5C;
}
.BgClassName
{
background-color: #900E5C;
}
</style>
border-color css
<style>
span { border-color: #900E5C; }
span { border-color: rgb(144,14,92); }
td.TdClassName
{
border-color: #900E5C;
}
.TagClassName
{
border-color: #900E5C;
}
</style>