Shades of Petite Orchid #E5A097
Tints of Petite Orchid #E5A097
RGB
CMYK
RGB Variations
Color information
#E5A097 (or 0xE5A097) is known color: Petite Orchid. HEX triplet: E5, A0 and 97. RGB value is (229,160,151). Sum of RGB (Red+Green+Blue) = 229+160+151=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A097 is #1A5F68. Grayscale: #B3B3B3. Windows color (decimal): -1728361 or 9937125. OLE color: 9937125.
HSL color Cylindrical-coordinate representation of color #E5A097: hue angle of 6.92º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5A097 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 151 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.10 |
| HSL | 6.92º | 0.6% | 0.75% | - |
| HSV(B) | 6.92º | 0.34% | 0.9% | - |
| XYZ | 50.47 | 44.03 | 35.12 | - |
| YUV | 179.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 151 | 0 | 0.30 | 0.34 | 0.10 | 6.92 | 0.6 | 0.75 |
| Hex | E5 | A0 | 97 | 0 | 1E | 22 | A | 7 | 3C | 4B |
| Octal | 345 | 240 | 227 | 0 | 36 | 42 | 12 | 7 | 74 | 113 |
| Binary | 11100101 | 10100000 | 10010111 | 0 | 11110 | 100010 | 1010 | 111 | 111100 | 1001011 |
Color Harmonies of #E5A097
Complementary color
Monochromatic Colors of #E5A097
Black with #E5A097
Text Example
Text Example
White with #E5A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A097; }
p { color: rgb(229,160,151); }
H1.HeaderClassName
{
color: #E5A097;
}
.AnyTagClassName
{
color: #E5A097;
}
</style>
background-color css
<style>
a { background-color: #E5A097; }
a { background-color: rgb(229,160,151); }
div.DivClassName
{
background-color: #E5A097;
}
.BgClassName
{
background-color: #E5A097;
}
</style>
border-color css
<style>
span { border-color: #E5A097; }
span { border-color: rgb(229,160,151); }
td.TdClassName
{
border-color: #E5A097;
}
.TagClassName
{
border-color: #E5A097;
}
</style>