Shades of Petite Orchid #E2A19E
Tints of Petite Orchid #E2A19E
RGB
CMYK
RGB Variations
Color information
#E2A19E (or 0xE2A19E) is known color: Petite Orchid. HEX triplet: E2, A1 and 9E. RGB value is (226,161,158). Sum of RGB (Red+Green+Blue) = 226+161+158=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A19E is #1D5E61. Grayscale: #B4B4B4. Windows color (decimal): -1924706 or 10396130. OLE color: 10396130.
HSL color Cylindrical-coordinate representation of color #E2A19E: hue angle of 2.65º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2A19E is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 161 | 158 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.11 |
| HSL | 2.65º | 0.54% | 0.75% | - |
| HSV(B) | 2.65º | 0.3% | 0.89% | - |
| XYZ | 50.28 | 44.13 | 38.22 | - |
| YUV | 180.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 161 | 158 | 0 | 0.29 | 0.30 | 0.11 | 2.65 | 0.54 | 0.75 |
| Hex | E2 | A1 | 9E | 0 | 1D | 1E | B | 3 | 36 | 4B |
| Octal | 342 | 241 | 236 | 0 | 35 | 36 | 13 | 3 | 66 | 113 |
| Binary | 11100010 | 10100001 | 10011110 | 0 | 11101 | 11110 | 1011 | 11 | 110110 | 1001011 |
Color Harmonies of #E2A19E
Complementary color
Monochromatic Colors of #E2A19E
Black with #E2A19E
Text Example
Text Example
White with #E2A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A19E; }
p { color: rgb(226,161,158); }
H1.HeaderClassName
{
color: #E2A19E;
}
.AnyTagClassName
{
color: #E2A19E;
}
</style>
background-color css
<style>
a { background-color: #E2A19E; }
a { background-color: rgb(226,161,158); }
div.DivClassName
{
background-color: #E2A19E;
}
.BgClassName
{
background-color: #E2A19E;
}
</style>
border-color css
<style>
span { border-color: #E2A19E; }
span { border-color: rgb(226,161,158); }
td.TdClassName
{
border-color: #E2A19E;
}
.TagClassName
{
border-color: #E2A19E;
}
</style>