Shades of Petite Orchid #E1A195
Tints of Petite Orchid #E1A195
RGB
CMYK
RGB Variations
Color information
#E1A195 (or 0xE1A195) is known color: Petite Orchid. HEX triplet: E1, A1 and 95. RGB value is (225,161,149). Sum of RGB (Red+Green+Blue) = 225+161+149=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A195 is #1E5E6A. Grayscale: #B2B2B2. Windows color (decimal): -1990251 or 9806305. OLE color: 9806305.
HSL color Cylindrical-coordinate representation of color #E1A195: hue angle of 9.47º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1A195 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 161 | 149 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.12 |
| HSL | 9.47º | 0.56% | 0.73% | - |
| HSV(B) | 9.47º | 0.34% | 0.88% | - |
| XYZ | 49.22 | 43.67 | 34.27 | - |
| YUV | 178.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 161 | 149 | 0 | 0.28 | 0.34 | 0.12 | 9.47 | 0.56 | 0.73 |
| Hex | E1 | A1 | 95 | 0 | 1C | 22 | C | 9 | 38 | 49 |
| Octal | 341 | 241 | 225 | 0 | 34 | 42 | 14 | 11 | 70 | 111 |
| Binary | 11100001 | 10100001 | 10010101 | 0 | 11100 | 100010 | 1100 | 1001 | 111000 | 1001001 |
Color Harmonies of #E1A195
Complementary color
Monochromatic Colors of #E1A195
Black with #E1A195
Text Example
Text Example
White with #E1A195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A195; }
p { color: rgb(225,161,149); }
H1.HeaderClassName
{
color: #E1A195;
}
.AnyTagClassName
{
color: #E1A195;
}
</style>
background-color css
<style>
a { background-color: #E1A195; }
a { background-color: rgb(225,161,149); }
div.DivClassName
{
background-color: #E1A195;
}
.BgClassName
{
background-color: #E1A195;
}
</style>
border-color css
<style>
span { border-color: #E1A195; }
span { border-color: rgb(225,161,149); }
td.TdClassName
{
border-color: #E1A195;
}
.TagClassName
{
border-color: #E1A195;
}
</style>