Shades of Petite Orchid #E0A19B
Tints of Petite Orchid #E0A19B
RGB
CMYK
RGB Variations
Color information
#E0A19B (or 0xE0A19B) is known color: Petite Orchid. HEX triplet: E0, A1 and 9B. RGB value is (224,161,155). Sum of RGB (Red+Green+Blue) = 224+161+155=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A19B is #1F5E64. Grayscale: #B3B3B3. Windows color (decimal): -2055781 or 10199520. OLE color: 10199520.
HSL color Cylindrical-coordinate representation of color #E0A19B: hue angle of 5.22º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0A19B is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 161 | 155 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.12 |
| HSL | 5.22º | 0.53% | 0.74% | - |
| HSV(B) | 5.22º | 0.31% | 0.88% | - |
| XYZ | 49.4 | 43.7 | 36.84 | - |
| YUV | 179.15 | 114.37 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 161 | 155 | 0 | 0.28 | 0.31 | 0.12 | 5.22 | 0.53 | 0.74 |
| Hex | E0 | A1 | 9B | 0 | 1C | 1F | C | 5 | 35 | 4A |
| Octal | 340 | 241 | 233 | 0 | 34 | 37 | 14 | 5 | 65 | 112 |
| Binary | 11100000 | 10100001 | 10011011 | 0 | 11100 | 11111 | 1100 | 101 | 110101 | 1001010 |
Color Harmonies of #E0A19B
Complementary color
Monochromatic Colors of #E0A19B
Black with #E0A19B
Text Example
Text Example
White with #E0A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A19B; }
p { color: rgb(224,161,155); }
H1.HeaderClassName
{
color: #E0A19B;
}
.AnyTagClassName
{
color: #E0A19B;
}
</style>
background-color css
<style>
a { background-color: #E0A19B; }
a { background-color: rgb(224,161,155); }
div.DivClassName
{
background-color: #E0A19B;
}
.BgClassName
{
background-color: #E0A19B;
}
</style>
border-color css
<style>
span { border-color: #E0A19B; }
span { border-color: rgb(224,161,155); }
td.TdClassName
{
border-color: #E0A19B;
}
.TagClassName
{
border-color: #E0A19B;
}
</style>