Shades of Petite Orchid #E0A19A
Tints of Petite Orchid #E0A19A
RGB
CMYK
RGB Variations
Color information
#E0A19A (or 0xE0A19A) is known color: Petite Orchid. HEX triplet: E0, A1 and 9A. RGB value is (224,161,154). Sum of RGB (Red+Green+Blue) = 224+161+154=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A19A is #1F5E65. Grayscale: #B3B3B3. Windows color (decimal): -2055782 or 10133984. OLE color: 10133984.
HSL color Cylindrical-coordinate representation of color #E0A19A: hue angle of 6º 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 #E0A19A is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 161 | 154 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.12 |
| HSL | 6º | 0.53% | 0.74% | - |
| HSV(B) | 6º | 0.31% | 0.88% | - |
| XYZ | 49.32 | 43.67 | 36.4 | - |
| YUV | 179.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 161 | 154 | 0 | 0.28 | 0.31 | 0.12 | 6 | 0.53 | 0.74 |
| Hex | E0 | A1 | 9A | 0 | 1C | 1F | C | 6 | 35 | 4A |
| Octal | 340 | 241 | 232 | 0 | 34 | 37 | 14 | 6 | 65 | 112 |
| Binary | 11100000 | 10100001 | 10011010 | 0 | 11100 | 11111 | 1100 | 110 | 110101 | 1001010 |
Color Harmonies of #E0A19A
Complementary color
Monochromatic Colors of #E0A19A
Black with #E0A19A
Text Example
Text Example
White with #E0A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A19A; }
p { color: rgb(224,161,154); }
H1.HeaderClassName
{
color: #E0A19A;
}
.AnyTagClassName
{
color: #E0A19A;
}
</style>
background-color css
<style>
a { background-color: #E0A19A; }
a { background-color: rgb(224,161,154); }
div.DivClassName
{
background-color: #E0A19A;
}
.BgClassName
{
background-color: #E0A19A;
}
</style>
border-color css
<style>
span { border-color: #E0A19A; }
span { border-color: rgb(224,161,154); }
td.TdClassName
{
border-color: #E0A19A;
}
.TagClassName
{
border-color: #E0A19A;
}
</style>