Shades of Petite Orchid #E9A19D
Tints of Petite Orchid #E9A19D
RGB
CMYK
RGB Variations
Color information
#E9A19D (or 0xE9A19D) is known color: Petite Orchid. HEX triplet: E9, A1 and 9D. RGB value is (233,161,157). Sum of RGB (Red+Green+Blue) = 233+161+157=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A19D is #165E62. Grayscale: #B6B6B6. Windows color (decimal): -1465955 or 10330601. OLE color: 10330601.
HSL color Cylindrical-coordinate representation of color #E9A19D: hue angle of 3.16º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9A19D is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 161 | 157 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.09 |
| HSL | 3.16º | 0.63% | 0.76% | - |
| HSV(B) | 3.16º | 0.33% | 0.91% | - |
| XYZ | 52.43 | 45.25 | 37.87 | - |
| YUV | 182.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 161 | 157 | 0 | 0.31 | 0.33 | 0.09 | 3.16 | 0.63 | 0.76 |
| Hex | E9 | A1 | 9D | 0 | 1F | 21 | 9 | 3 | 3F | 4C |
| Octal | 351 | 241 | 235 | 0 | 37 | 41 | 11 | 3 | 77 | 114 |
| Binary | 11101001 | 10100001 | 10011101 | 0 | 11111 | 100001 | 1001 | 11 | 111111 | 1001100 |
Color Harmonies of #E9A19D
Complementary color
Monochromatic Colors of #E9A19D
Black with #E9A19D
Text Example
Text Example
White with #E9A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A19D; }
p { color: rgb(233,161,157); }
H1.HeaderClassName
{
color: #E9A19D;
}
.AnyTagClassName
{
color: #E9A19D;
}
</style>
background-color css
<style>
a { background-color: #E9A19D; }
a { background-color: rgb(233,161,157); }
div.DivClassName
{
background-color: #E9A19D;
}
.BgClassName
{
background-color: #E9A19D;
}
</style>
border-color css
<style>
span { border-color: #E9A19D; }
span { border-color: rgb(233,161,157); }
td.TdClassName
{
border-color: #E9A19D;
}
.TagClassName
{
border-color: #E9A19D;
}
</style>