Shades of Petite Orchid #E5A19A
Tints of Petite Orchid #E5A19A
RGB
CMYK
RGB Variations
Color information
#E5A19A (or 0xE5A19A) is known color: Petite Orchid. HEX triplet: E5, A1 and 9A. RGB value is (229,161,154). Sum of RGB (Red+Green+Blue) = 229+161+154=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A19A is #1A5E65. Grayscale: #B4B4B4. Windows color (decimal): -1728102 or 10133989. OLE color: 10133989.
HSL color Cylindrical-coordinate representation of color #E5A19A: hue angle of 5.6º 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 #E5A19A is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 154 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.10 |
| HSL | 5.6º | 0.59% | 0.75% | - |
| HSV(B) | 5.6º | 0.33% | 0.9% | - |
| XYZ | 50.89 | 44.48 | 36.48 | - |
| YUV | 180.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 154 | 0 | 0.30 | 0.33 | 0.10 | 5.6 | 0.59 | 0.75 |
| Hex | E5 | A1 | 9A | 0 | 1E | 21 | A | 6 | 3B | 4B |
| Octal | 345 | 241 | 232 | 0 | 36 | 41 | 12 | 6 | 73 | 113 |
| Binary | 11100101 | 10100001 | 10011010 | 0 | 11110 | 100001 | 1010 | 110 | 111011 | 1001011 |
Color Harmonies of #E5A19A
Complementary color
Monochromatic Colors of #E5A19A
Black with #E5A19A
Text Example
Text Example
White with #E5A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A19A; }
p { color: rgb(229,161,154); }
H1.HeaderClassName
{
color: #E5A19A;
}
.AnyTagClassName
{
color: #E5A19A;
}
</style>
background-color css
<style>
a { background-color: #E5A19A; }
a { background-color: rgb(229,161,154); }
div.DivClassName
{
background-color: #E5A19A;
}
.BgClassName
{
background-color: #E5A19A;
}
</style>
border-color css
<style>
span { border-color: #E5A19A; }
span { border-color: rgb(229,161,154); }
td.TdClassName
{
border-color: #E5A19A;
}
.TagClassName
{
border-color: #E5A19A;
}
</style>