Shades of Petite Orchid #E1A096
Tints of Petite Orchid #E1A096
RGB
CMYK
RGB Variations
Color information
#E1A096 (or 0xE1A096) is known color: Petite Orchid. HEX triplet: E1, A0 and 96. RGB value is (225,160,150). Sum of RGB (Red+Green+Blue) = 225+160+150=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A096 is #1E5F69. Grayscale: #B2B2B2. Windows color (decimal): -1990506 or 9871585. OLE color: 9871585.
HSL color Cylindrical-coordinate representation of color #E1A096: hue angle of 8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1A096 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 150 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.12 |
| HSL | 8º | 0.56% | 0.74% | - |
| HSV(B) | 8º | 0.33% | 0.88% | - |
| XYZ | 49.13 | 43.35 | 34.63 | - |
| YUV | 178.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 150 | 0 | 0.29 | 0.33 | 0.12 | 8 | 0.56 | 0.74 |
| Hex | E1 | A0 | 96 | 0 | 1D | 21 | C | 8 | 38 | 4A |
| Octal | 341 | 240 | 226 | 0 | 35 | 41 | 14 | 10 | 70 | 112 |
| Binary | 11100001 | 10100000 | 10010110 | 0 | 11101 | 100001 | 1100 | 1000 | 111000 | 1001010 |
Color Harmonies of #E1A096
Complementary color
Monochromatic Colors of #E1A096
Black with #E1A096
Text Example
Text Example
White with #E1A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A096; }
p { color: rgb(225,160,150); }
H1.HeaderClassName
{
color: #E1A096;
}
.AnyTagClassName
{
color: #E1A096;
}
</style>
background-color css
<style>
a { background-color: #E1A096; }
a { background-color: rgb(225,160,150); }
div.DivClassName
{
background-color: #E1A096;
}
.BgClassName
{
background-color: #E1A096;
}
</style>
border-color css
<style>
span { border-color: #E1A096; }
span { border-color: rgb(225,160,150); }
td.TdClassName
{
border-color: #E1A096;
}
.TagClassName
{
border-color: #E1A096;
}
</style>