Shades of Petite Orchid #E9A199
Tints of Petite Orchid #E9A199
RGB
CMYK
RGB Variations
Color information
#E9A199 (or 0xE9A199) is known color: Petite Orchid. HEX triplet: E9, A1 and 99. RGB value is (233,161,153). Sum of RGB (Red+Green+Blue) = 233+161+153=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A199 is #165E66. Grayscale: #B5B5B5. Windows color (decimal): -1465959 or 10068457. OLE color: 10068457.
HSL color Cylindrical-coordinate representation of color #E9A199: hue angle of 6º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9A199 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 161 | 153 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.09 |
| HSL | 6º | 0.65% | 0.76% | - |
| HSV(B) | 6º | 0.34% | 0.91% | - |
| XYZ | 52.1 | 45.11 | 36.1 | - |
| YUV | 181.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 161 | 153 | 0 | 0.31 | 0.34 | 0.09 | 6 | 0.65 | 0.76 |
| Hex | E9 | A1 | 99 | 0 | 1F | 22 | 9 | 6 | 41 | 4C |
| Octal | 351 | 241 | 231 | 0 | 37 | 42 | 11 | 6 | 101 | 114 |
| Binary | 11101001 | 10100001 | 10011001 | 0 | 11111 | 100010 | 1001 | 110 | 1000001 | 1001100 |
Color Harmonies of #E9A199
Complementary color
Monochromatic Colors of #E9A199
Black with #E9A199
Text Example
Text Example
White with #E9A199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A199; }
p { color: rgb(233,161,153); }
H1.HeaderClassName
{
color: #E9A199;
}
.AnyTagClassName
{
color: #E9A199;
}
</style>
background-color css
<style>
a { background-color: #E9A199; }
a { background-color: rgb(233,161,153); }
div.DivClassName
{
background-color: #E9A199;
}
.BgClassName
{
background-color: #E9A199;
}
</style>
border-color css
<style>
span { border-color: #E9A199; }
span { border-color: rgb(233,161,153); }
td.TdClassName
{
border-color: #E9A199;
}
.TagClassName
{
border-color: #E9A199;
}
</style>