Shades of Petite Orchid #E1A09B
Tints of Petite Orchid #E1A09B
RGB
CMYK
RGB Variations
Color information
#E1A09B (or 0xE1A09B) is known color: Petite Orchid. HEX triplet: E1, A0 and 9B. RGB value is (225,160,155). Sum of RGB (Red+Green+Blue) = 225+160+155=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A09B is #1E5F64. Grayscale: #B2B2B2. Windows color (decimal): -1990501 or 10199265. OLE color: 10199265.
HSL color Cylindrical-coordinate representation of color #E1A09B: hue angle of 4.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1A09B is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 155 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.12 |
| HSL | 4.29º | 0.54% | 0.75% | - |
| HSV(B) | 4.29º | 0.31% | 0.88% | - |
| XYZ | 49.54 | 43.52 | 36.8 | - |
| YUV | 178.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 155 | 0 | 0.29 | 0.31 | 0.12 | 4.29 | 0.54 | 0.75 |
| Hex | E1 | A0 | 9B | 0 | 1D | 1F | C | 4 | 36 | 4B |
| Octal | 341 | 240 | 233 | 0 | 35 | 37 | 14 | 4 | 66 | 113 |
| Binary | 11100001 | 10100000 | 10011011 | 0 | 11101 | 11111 | 1100 | 100 | 110110 | 1001011 |
Color Harmonies of #E1A09B
Complementary color
Monochromatic Colors of #E1A09B
Black with #E1A09B
Text Example
Text Example
White with #E1A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A09B; }
p { color: rgb(225,160,155); }
H1.HeaderClassName
{
color: #E1A09B;
}
.AnyTagClassName
{
color: #E1A09B;
}
</style>
background-color css
<style>
a { background-color: #E1A09B; }
a { background-color: rgb(225,160,155); }
div.DivClassName
{
background-color: #E1A09B;
}
.BgClassName
{
background-color: #E1A09B;
}
</style>
border-color css
<style>
span { border-color: #E1A09B; }
span { border-color: rgb(225,160,155); }
td.TdClassName
{
border-color: #E1A09B;
}
.TagClassName
{
border-color: #E1A09B;
}
</style>