Shades of Petite Orchid #E5A19D
Tints of Petite Orchid #E5A19D
RGB
CMYK
RGB Variations
Color information
#E5A19D (or 0xE5A19D) is known color: Petite Orchid. HEX triplet: E5, A1 and 9D. RGB value is (229,161,157). Sum of RGB (Red+Green+Blue) = 229+161+157=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A19D is #1A5E62. Grayscale: #B4B4B4. Windows color (decimal): -1728099 or 10330597. OLE color: 10330597.
HSL color Cylindrical-coordinate representation of color #E5A19D: hue angle of 3.33º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5A19D is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 157 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.10 |
| HSL | 3.33º | 0.58% | 0.76% | - |
| HSV(B) | 3.33º | 0.31% | 0.9% | - |
| XYZ | 51.14 | 44.58 | 37.81 | - |
| YUV | 180.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 157 | 0 | 0.30 | 0.31 | 0.10 | 3.33 | 0.58 | 0.76 |
| Hex | E5 | A1 | 9D | 0 | 1E | 1F | A | 3 | 3A | 4C |
| Octal | 345 | 241 | 235 | 0 | 36 | 37 | 12 | 3 | 72 | 114 |
| Binary | 11100101 | 10100001 | 10011101 | 0 | 11110 | 11111 | 1010 | 11 | 111010 | 1001100 |
Color Harmonies of #E5A19D
Complementary color
Monochromatic Colors of #E5A19D
Black with #E5A19D
Text Example
Text Example
White with #E5A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A19D; }
p { color: rgb(229,161,157); }
H1.HeaderClassName
{
color: #E5A19D;
}
.AnyTagClassName
{
color: #E5A19D;
}
</style>
background-color css
<style>
a { background-color: #E5A19D; }
a { background-color: rgb(229,161,157); }
div.DivClassName
{
background-color: #E5A19D;
}
.BgClassName
{
background-color: #E5A19D;
}
</style>
border-color css
<style>
span { border-color: #E5A19D; }
span { border-color: rgb(229,161,157); }
td.TdClassName
{
border-color: #E5A19D;
}
.TagClassName
{
border-color: #E5A19D;
}
</style>