Shades of Petite Orchid #E1A19A
Tints of Petite Orchid #E1A19A
RGB
CMYK
RGB Variations
Color information
#E1A19A (or 0xE1A19A) is known color: Petite Orchid. HEX triplet: E1, A1 and 9A. RGB value is (225,161,154). Sum of RGB (Red+Green+Blue) = 225+161+154=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A19A is #1E5E65. Grayscale: #B3B3B3. Windows color (decimal): -1990246 or 10133985. OLE color: 10133985.
HSL color Cylindrical-coordinate representation of color #E1A19A: hue angle of 5.92º 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 #E1A19A is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 161 | 154 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.12 |
| HSL | 5.92º | 0.54% | 0.74% | - |
| HSV(B) | 5.92º | 0.32% | 0.88% | - |
| XYZ | 49.63 | 43.83 | 36.42 | - |
| YUV | 179.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 161 | 154 | 0 | 0.28 | 0.32 | 0.12 | 5.92 | 0.54 | 0.74 |
| Hex | E1 | A1 | 9A | 0 | 1C | 20 | C | 6 | 36 | 4A |
| Octal | 341 | 241 | 232 | 0 | 34 | 40 | 14 | 6 | 66 | 112 |
| Binary | 11100001 | 10100001 | 10011010 | 0 | 11100 | 100000 | 1100 | 110 | 110110 | 1001010 |
Color Harmonies of #E1A19A
Complementary color
Monochromatic Colors of #E1A19A
Black with #E1A19A
Text Example
Text Example
White with #E1A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A19A; }
p { color: rgb(225,161,154); }
H1.HeaderClassName
{
color: #E1A19A;
}
.AnyTagClassName
{
color: #E1A19A;
}
</style>
background-color css
<style>
a { background-color: #E1A19A; }
a { background-color: rgb(225,161,154); }
div.DivClassName
{
background-color: #E1A19A;
}
.BgClassName
{
background-color: #E1A19A;
}
</style>
border-color css
<style>
span { border-color: #E1A19A; }
span { border-color: rgb(225,161,154); }
td.TdClassName
{
border-color: #E1A19A;
}
.TagClassName
{
border-color: #E1A19A;
}
</style>