Shades of Petite Orchid #E3A197
Tints of Petite Orchid #E3A197
RGB
CMYK
RGB Variations
Color information
#E3A197 (or 0xE3A197) is known color: Petite Orchid. HEX triplet: E3, A1 and 97. RGB value is (227,161,151). Sum of RGB (Red+Green+Blue) = 227+161+151=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A197 is #1C5E68. Grayscale: #B3B3B3. Windows color (decimal): -1859177 or 9937379. OLE color: 9937379.
HSL color Cylindrical-coordinate representation of color #E3A197: hue angle of 7.89º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3A197 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 161 | 151 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.11 |
| HSL | 7.89º | 0.58% | 0.74% | - |
| HSV(B) | 7.89º | 0.33% | 0.89% | - |
| XYZ | 50.01 | 44.06 | 35.15 | - |
| YUV | 179.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 161 | 151 | 0 | 0.29 | 0.33 | 0.11 | 7.89 | 0.58 | 0.74 |
| Hex | E3 | A1 | 97 | 0 | 1D | 21 | B | 8 | 3A | 4A |
| Octal | 343 | 241 | 227 | 0 | 35 | 41 | 13 | 10 | 72 | 112 |
| Binary | 11100011 | 10100001 | 10010111 | 0 | 11101 | 100001 | 1011 | 1000 | 111010 | 1001010 |
Color Harmonies of #E3A197
Complementary color
Monochromatic Colors of #E3A197
Black with #E3A197
Text Example
Text Example
White with #E3A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A197; }
p { color: rgb(227,161,151); }
H1.HeaderClassName
{
color: #E3A197;
}
.AnyTagClassName
{
color: #E3A197;
}
</style>
background-color css
<style>
a { background-color: #E3A197; }
a { background-color: rgb(227,161,151); }
div.DivClassName
{
background-color: #E3A197;
}
.BgClassName
{
background-color: #E3A197;
}
</style>
border-color css
<style>
span { border-color: #E3A197; }
span { border-color: rgb(227,161,151); }
td.TdClassName
{
border-color: #E3A197;
}
.TagClassName
{
border-color: #E3A197;
}
</style>