Shades of Petite Orchid #E3A09F
Tints of Petite Orchid #E3A09F
RGB
CMYK
RGB Variations
Color information
#E3A09F (or 0xE3A09F) is known color: Petite Orchid. HEX triplet: E3, A0 and 9F. RGB value is (227,160,159). Sum of RGB (Red+Green+Blue) = 227+160+159=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A09F is #1C5F60. Grayscale: #B3B3B3. Windows color (decimal): -1859425 or 10461411. OLE color: 10461411.
HSL color Cylindrical-coordinate representation of color #E3A09F: hue angle of 0.88º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3A09F is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 159 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.11 |
| HSL | 0.88º | 0.55% | 0.76% | - |
| HSV(B) | 0.88º | 0.3% | 0.89% | - |
| XYZ | 50.51 | 43.98 | 38.63 | - |
| YUV | 179.92 | 116.2 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 159 | 0 | 0.30 | 0.30 | 0.11 | 0.88 | 0.55 | 0.76 |
| Hex | E3 | A0 | 9F | 0 | 1E | 1E | B | 1 | 37 | 4C |
| Octal | 343 | 240 | 237 | 0 | 36 | 36 | 13 | 1 | 67 | 114 |
| Binary | 11100011 | 10100000 | 10011111 | 0 | 11110 | 11110 | 1011 | 1 | 110111 | 1001100 |
Color Harmonies of #E3A09F
Complementary color
Monochromatic Colors of #E3A09F
Black with #E3A09F
Text Example
Text Example
White with #E3A09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A09F; }
p { color: rgb(227,160,159); }
H1.HeaderClassName
{
color: #E3A09F;
}
.AnyTagClassName
{
color: #E3A09F;
}
</style>
background-color css
<style>
a { background-color: #E3A09F; }
a { background-color: rgb(227,160,159); }
div.DivClassName
{
background-color: #E3A09F;
}
.BgClassName
{
background-color: #E3A09F;
}
</style>
border-color css
<style>
span { border-color: #E3A09F; }
span { border-color: rgb(227,160,159); }
td.TdClassName
{
border-color: #E3A09F;
}
.TagClassName
{
border-color: #E3A09F;
}
</style>