Shades of Petite Orchid #E0A197
Tints of Petite Orchid #E0A197
RGB
CMYK
RGB Variations
Color information
#E0A197 (or 0xE0A197) is known color: Petite Orchid. HEX triplet: E0, A1 and 97. RGB value is (224,161,151). Sum of RGB (Red+Green+Blue) = 224+161+151=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A197 is #1F5E68. Grayscale: #B2B2B2. Windows color (decimal): -2055785 or 9937376. OLE color: 9937376.
HSL color Cylindrical-coordinate representation of color #E0A197: hue angle of 8.22º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0A197 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 161 | 151 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.12 |
| HSL | 8.22º | 0.54% | 0.74% | - |
| HSV(B) | 8.22º | 0.33% | 0.88% | - |
| XYZ | 49.07 | 43.57 | 35.1 | - |
| YUV | 178.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 161 | 151 | 0 | 0.28 | 0.33 | 0.12 | 8.22 | 0.54 | 0.74 |
| Hex | E0 | A1 | 97 | 0 | 1C | 21 | C | 8 | 36 | 4A |
| Octal | 340 | 241 | 227 | 0 | 34 | 41 | 14 | 10 | 66 | 112 |
| Binary | 11100000 | 10100001 | 10010111 | 0 | 11100 | 100001 | 1100 | 1000 | 110110 | 1001010 |
Color Harmonies of #E0A197
Complementary color
Monochromatic Colors of #E0A197
Black with #E0A197
Text Example
Text Example
White with #E0A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A197; }
p { color: rgb(224,161,151); }
H1.HeaderClassName
{
color: #E0A197;
}
.AnyTagClassName
{
color: #E0A197;
}
</style>
background-color css
<style>
a { background-color: #E0A197; }
a { background-color: rgb(224,161,151); }
div.DivClassName
{
background-color: #E0A197;
}
.BgClassName
{
background-color: #E0A197;
}
</style>
border-color css
<style>
span { border-color: #E0A197; }
span { border-color: rgb(224,161,151); }
td.TdClassName
{
border-color: #E0A197;
}
.TagClassName
{
border-color: #E0A197;
}
</style>