Shades of Petite Orchid #E1A093
Tints of Petite Orchid #E1A093
RGB
CMYK
RGB Variations
Color information
#E1A093 (or 0xE1A093) is known color: Petite Orchid. HEX triplet: E1, A0 and 93. RGB value is (225,160,147). Sum of RGB (Red+Green+Blue) = 225+160+147=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A093 is #1E5F6C. Grayscale: #B2B2B2. Windows color (decimal): -1990509 or 9674977. OLE color: 9674977.
HSL color Cylindrical-coordinate representation of color #E1A093: hue angle of 10º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1A093 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 147 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.12 |
| HSL | 10º | 0.57% | 0.73% | - |
| HSV(B) | 10º | 0.35% | 0.88% | - |
| XYZ | 48.89 | 43.26 | 33.38 | - |
| YUV | 177.95 | 110.53 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 147 | 0 | 0.29 | 0.35 | 0.12 | 10 | 0.57 | 0.73 |
| Hex | E1 | A0 | 93 | 0 | 1D | 23 | C | A | 39 | 49 |
| Octal | 341 | 240 | 223 | 0 | 35 | 43 | 14 | 12 | 71 | 111 |
| Binary | 11100001 | 10100000 | 10010011 | 0 | 11101 | 100011 | 1100 | 1010 | 111001 | 1001001 |
Color Harmonies of #E1A093
Complementary color
Monochromatic Colors of #E1A093
Black with #E1A093
Text Example
Text Example
White with #E1A093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A093; }
p { color: rgb(225,160,147); }
H1.HeaderClassName
{
color: #E1A093;
}
.AnyTagClassName
{
color: #E1A093;
}
</style>
background-color css
<style>
a { background-color: #E1A093; }
a { background-color: rgb(225,160,147); }
div.DivClassName
{
background-color: #E1A093;
}
.BgClassName
{
background-color: #E1A093;
}
</style>
border-color css
<style>
span { border-color: #E1A093; }
span { border-color: rgb(225,160,147); }
td.TdClassName
{
border-color: #E1A093;
}
.TagClassName
{
border-color: #E1A093;
}
</style>