Shades of Petite Orchid #E7A19E
Tints of Petite Orchid #E7A19E
RGB
CMYK
RGB Variations
Color information
#E7A19E (or 0xE7A19E) is known color: Petite Orchid. HEX triplet: E7, A1 and 9E. RGB value is (231,161,158). Sum of RGB (Red+Green+Blue) = 231+161+158=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A19E is #185E61. Grayscale: #B5B5B5. Windows color (decimal): -1597026 or 10396135. OLE color: 10396135.
HSL color Cylindrical-coordinate representation of color #E7A19E: hue angle of 2.47º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7A19E is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 158 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.09 |
| HSL | 2.47º | 0.6% | 0.76% | - |
| HSV(B) | 2.47º | 0.32% | 0.91% | - |
| XYZ | 51.87 | 44.95 | 38.29 | - |
| YUV | 181.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 158 | 0 | 0.30 | 0.32 | 0.09 | 2.47 | 0.6 | 0.76 |
| Hex | E7 | A1 | 9E | 0 | 1E | 20 | 9 | 2 | 3C | 4C |
| Octal | 347 | 241 | 236 | 0 | 36 | 40 | 11 | 2 | 74 | 114 |
| Binary | 11100111 | 10100001 | 10011110 | 0 | 11110 | 100000 | 1001 | 10 | 111100 | 1001100 |
Color Harmonies of #E7A19E
Complementary color
Monochromatic Colors of #E7A19E
Black with #E7A19E
Text Example
Text Example
White with #E7A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A19E; }
p { color: rgb(231,161,158); }
H1.HeaderClassName
{
color: #E7A19E;
}
.AnyTagClassName
{
color: #E7A19E;
}
</style>
background-color css
<style>
a { background-color: #E7A19E; }
a { background-color: rgb(231,161,158); }
div.DivClassName
{
background-color: #E7A19E;
}
.BgClassName
{
background-color: #E7A19E;
}
</style>
border-color css
<style>
span { border-color: #E7A19E; }
span { border-color: rgb(231,161,158); }
td.TdClassName
{
border-color: #E7A19E;
}
.TagClassName
{
border-color: #E7A19E;
}
</style>