Shades of Petite Orchid #E5A09A
Tints of Petite Orchid #E5A09A
RGB
CMYK
RGB Variations
Color information
#E5A09A (or 0xE5A09A) is known color: Petite Orchid. HEX triplet: E5, A0 and 9A. RGB value is (229,160,154). Sum of RGB (Red+Green+Blue) = 229+160+154=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A09A is #1A5F65. Grayscale: #B4B4B4. Windows color (decimal): -1728358 or 10133733. OLE color: 10133733.
HSL color Cylindrical-coordinate representation of color #E5A09A: hue angle of 4.8º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5A09A is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 154 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.10 |
| HSL | 4.8º | 0.59% | 0.75% | - |
| HSV(B) | 4.8º | 0.33% | 0.9% | - |
| XYZ | 50.72 | 44.13 | 36.42 | - |
| YUV | 179.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 154 | 0 | 0.30 | 0.33 | 0.10 | 4.8 | 0.59 | 0.75 |
| Hex | E5 | A0 | 9A | 0 | 1E | 21 | A | 5 | 3B | 4B |
| Octal | 345 | 240 | 232 | 0 | 36 | 41 | 12 | 5 | 73 | 113 |
| Binary | 11100101 | 10100000 | 10011010 | 0 | 11110 | 100001 | 1010 | 101 | 111011 | 1001011 |
Color Harmonies of #E5A09A
Complementary color
Monochromatic Colors of #E5A09A
Black with #E5A09A
Text Example
Text Example
White with #E5A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A09A; }
p { color: rgb(229,160,154); }
H1.HeaderClassName
{
color: #E5A09A;
}
.AnyTagClassName
{
color: #E5A09A;
}
</style>
background-color css
<style>
a { background-color: #E5A09A; }
a { background-color: rgb(229,160,154); }
div.DivClassName
{
background-color: #E5A09A;
}
.BgClassName
{
background-color: #E5A09A;
}
</style>
border-color css
<style>
span { border-color: #E5A09A; }
span { border-color: rgb(229,160,154); }
td.TdClassName
{
border-color: #E5A09A;
}
.TagClassName
{
border-color: #E5A09A;
}
</style>