Shades of Petite Orchid #E1A09A
Tints of Petite Orchid #E1A09A
RGB
CMYK
RGB Variations
Color information
#E1A09A (or 0xE1A09A) is known color: Petite Orchid. HEX triplet: E1, A0 and 9A. RGB value is (225,160,154). Sum of RGB (Red+Green+Blue) = 225+160+154=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A09A is #1E5F65. Grayscale: #B2B2B2. Windows color (decimal): -1990502 or 10133729. OLE color: 10133729.
HSL color Cylindrical-coordinate representation of color #E1A09A: hue angle of 5.07º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1A09A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 154 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.12 |
| HSL | 5.07º | 0.54% | 0.74% | - |
| HSV(B) | 5.07º | 0.32% | 0.88% | - |
| XYZ | 49.45 | 43.48 | 36.36 | - |
| YUV | 178.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 154 | 0 | 0.29 | 0.32 | 0.12 | 5.07 | 0.54 | 0.74 |
| Hex | E1 | A0 | 9A | 0 | 1D | 20 | C | 5 | 36 | 4A |
| Octal | 341 | 240 | 232 | 0 | 35 | 40 | 14 | 5 | 66 | 112 |
| Binary | 11100001 | 10100000 | 10011010 | 0 | 11101 | 100000 | 1100 | 101 | 110110 | 1001010 |
Color Harmonies of #E1A09A
Complementary color
Monochromatic Colors of #E1A09A
Black with #E1A09A
Text Example
Text Example
White with #E1A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A09A; }
p { color: rgb(225,160,154); }
H1.HeaderClassName
{
color: #E1A09A;
}
.AnyTagClassName
{
color: #E1A09A;
}
</style>
background-color css
<style>
a { background-color: #E1A09A; }
a { background-color: rgb(225,160,154); }
div.DivClassName
{
background-color: #E1A09A;
}
.BgClassName
{
background-color: #E1A09A;
}
</style>
border-color css
<style>
span { border-color: #E1A09A; }
span { border-color: rgb(225,160,154); }
td.TdClassName
{
border-color: #E1A09A;
}
.TagClassName
{
border-color: #E1A09A;
}
</style>