Shades of Petite Orchid #E0988B
Tints of Petite Orchid #E0988B
RGB
CMYK
RGB Variations
Color information
#E0988B (or 0xE0988B) is known color: Petite Orchid. HEX triplet: E0, 98 and 8B. RGB value is (224,152,139). Sum of RGB (Red+Green+Blue) = 224+152+139=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E0988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0988B is #1F6774. Grayscale: #ACACAC. Windows color (decimal): -2058101 or 9148640. OLE color: 9148640.
HSL color Cylindrical-coordinate representation of color #E0988B: hue angle of 9.18º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0988B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 139 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.12 |
| HSL | 9.18º | 0.58% | 0.71% | - |
| HSV(B) | 9.18º | 0.38% | 0.88% | - |
| XYZ | 46.63 | 40.17 | 29.72 | - |
| YUV | 172.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 139 | 0 | 0.32 | 0.38 | 0.12 | 9.18 | 0.58 | 0.71 |
| Hex | E0 | 98 | 8B | 0 | 20 | 26 | C | 9 | 3A | 47 |
| Octal | 340 | 230 | 213 | 0 | 40 | 46 | 14 | 11 | 72 | 107 |
| Binary | 11100000 | 10011000 | 10001011 | 0 | 100000 | 100110 | 1100 | 1001 | 111010 | 1000111 |
Color Harmonies of #E0988B
Complementary color
Monochromatic Colors of #E0988B
Black with #E0988B
Text Example
Text Example
White with #E0988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0988B; }
p { color: rgb(224,152,139); }
H1.HeaderClassName
{
color: #E0988B;
}
.AnyTagClassName
{
color: #E0988B;
}
</style>
background-color css
<style>
a { background-color: #E0988B; }
a { background-color: rgb(224,152,139); }
div.DivClassName
{
background-color: #E0988B;
}
.BgClassName
{
background-color: #E0988B;
}
</style>
border-color css
<style>
span { border-color: #E0988B; }
span { border-color: rgb(224,152,139); }
td.TdClassName
{
border-color: #E0988B;
}
.TagClassName
{
border-color: #E0988B;
}
</style>