Shades of Petite Orchid #E1A097
Tints of Petite Orchid #E1A097
RGB
CMYK
RGB Variations
Color information
#E1A097 (or 0xE1A097) is known color: Petite Orchid. HEX triplet: E1, A0 and 97. RGB value is (225,160,151). Sum of RGB (Red+Green+Blue) = 225+160+151=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A097 is #1E5F68. Grayscale: #B2B2B2. Windows color (decimal): -1990505 or 9937121. OLE color: 9937121.
HSL color Cylindrical-coordinate representation of color #E1A097: hue angle of 7.3º degrees, saturation: 0.55, 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 #E1A097 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 151 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.12 |
| HSL | 7.3º | 0.55% | 0.74% | - |
| HSV(B) | 7.3º | 0.33% | 0.88% | - |
| XYZ | 49.21 | 43.38 | 35.06 | - |
| YUV | 178.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 151 | 0 | 0.29 | 0.33 | 0.12 | 7.3 | 0.55 | 0.74 |
| Hex | E1 | A0 | 97 | 0 | 1D | 21 | C | 7 | 37 | 4A |
| Octal | 341 | 240 | 227 | 0 | 35 | 41 | 14 | 7 | 67 | 112 |
| Binary | 11100001 | 10100000 | 10010111 | 0 | 11101 | 100001 | 1100 | 111 | 110111 | 1001010 |
Color Harmonies of #E1A097
Complementary color
Monochromatic Colors of #E1A097
Black with #E1A097
Text Example
Text Example
White with #E1A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A097; }
p { color: rgb(225,160,151); }
H1.HeaderClassName
{
color: #E1A097;
}
.AnyTagClassName
{
color: #E1A097;
}
</style>
background-color css
<style>
a { background-color: #E1A097; }
a { background-color: rgb(225,160,151); }
div.DivClassName
{
background-color: #E1A097;
}
.BgClassName
{
background-color: #E1A097;
}
</style>
border-color css
<style>
span { border-color: #E1A097; }
span { border-color: rgb(225,160,151); }
td.TdClassName
{
border-color: #E1A097;
}
.TagClassName
{
border-color: #E1A097;
}
</style>