Shades of Petite Orchid #E9A19B
Tints of Petite Orchid #E9A19B
RGB
CMYK
RGB Variations
Color information
#E9A19B (or 0xE9A19B) is known color: Petite Orchid. HEX triplet: E9, A1 and 9B. RGB value is (233,161,155). Sum of RGB (Red+Green+Blue) = 233+161+155=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A19B is #165E64. Grayscale: #B5B5B5. Windows color (decimal): -1465957 or 10199529. OLE color: 10199529.
HSL color Cylindrical-coordinate representation of color #E9A19B: hue angle of 4.62º degrees, saturation: 0.64, 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 #E9A19B is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 161 | 155 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.09 |
| HSL | 4.62º | 0.64% | 0.76% | - |
| HSV(B) | 4.62º | 0.33% | 0.91% | - |
| XYZ | 52.27 | 45.18 | 36.98 | - |
| YUV | 181.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 161 | 155 | 0 | 0.31 | 0.33 | 0.09 | 4.62 | 0.64 | 0.76 |
| Hex | E9 | A1 | 9B | 0 | 1F | 21 | 9 | 5 | 40 | 4C |
| Octal | 351 | 241 | 233 | 0 | 37 | 41 | 11 | 5 | 100 | 114 |
| Binary | 11101001 | 10100001 | 10011011 | 0 | 11111 | 100001 | 1001 | 101 | 1000000 | 1001100 |
Color Harmonies of #E9A19B
Complementary color
Monochromatic Colors of #E9A19B
Black with #E9A19B
Text Example
Text Example
White with #E9A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A19B; }
p { color: rgb(233,161,155); }
H1.HeaderClassName
{
color: #E9A19B;
}
.AnyTagClassName
{
color: #E9A19B;
}
</style>
background-color css
<style>
a { background-color: #E9A19B; }
a { background-color: rgb(233,161,155); }
div.DivClassName
{
background-color: #E9A19B;
}
.BgClassName
{
background-color: #E9A19B;
}
</style>
border-color css
<style>
span { border-color: #E9A19B; }
span { border-color: rgb(233,161,155); }
td.TdClassName
{
border-color: #E9A19B;
}
.TagClassName
{
border-color: #E9A19B;
}
</style>