Shades of Petite Orchid #E0988E
Tints of Petite Orchid #E0988E
RGB
CMYK
RGB Variations
Color information
#E0988E (or 0xE0988E) is known color: Petite Orchid. HEX triplet: E0, 98 and 8E. RGB value is (224,152,142). Sum of RGB (Red+Green+Blue) = 224+152+142=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E0988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0988E is #1F6771. Grayscale: #ACACAC. Windows color (decimal): -2058098 or 9345248. OLE color: 9345248.
HSL color Cylindrical-coordinate representation of color #E0988E: hue angle of 7.32º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0988E is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 142 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.12 |
| HSL | 7.32º | 0.57% | 0.72% | - |
| HSV(B) | 7.32º | 0.37% | 0.88% | - |
| XYZ | 46.85 | 40.26 | 30.89 | - |
| YUV | 172.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 142 | 0 | 0.32 | 0.37 | 0.12 | 7.32 | 0.57 | 0.72 |
| Hex | E0 | 98 | 8E | 0 | 20 | 25 | C | 7 | 39 | 48 |
| Octal | 340 | 230 | 216 | 0 | 40 | 45 | 14 | 7 | 71 | 110 |
| Binary | 11100000 | 10011000 | 10001110 | 0 | 100000 | 100101 | 1100 | 111 | 111001 | 1001000 |
Color Harmonies of #E0988E
Complementary color
Monochromatic Colors of #E0988E
Black with #E0988E
Text Example
Text Example
White with #E0988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0988E; }
p { color: rgb(224,152,142); }
H1.HeaderClassName
{
color: #E0988E;
}
.AnyTagClassName
{
color: #E0988E;
}
</style>
background-color css
<style>
a { background-color: #E0988E; }
a { background-color: rgb(224,152,142); }
div.DivClassName
{
background-color: #E0988E;
}
.BgClassName
{
background-color: #E0988E;
}
</style>
border-color css
<style>
span { border-color: #E0988E; }
span { border-color: rgb(224,152,142); }
td.TdClassName
{
border-color: #E0988E;
}
.TagClassName
{
border-color: #E0988E;
}
</style>