Shades of Petite Orchid #E0A19F
Tints of Petite Orchid #E0A19F
RGB
CMYK
RGB Variations
Color information
#E0A19F (or 0xE0A19F) is known color: Petite Orchid. HEX triplet: E0, A1 and 9F. RGB value is (224,161,159). Sum of RGB (Red+Green+Blue) = 224+161+159=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A19F is #1F5E60. Grayscale: #B3B3B3. Windows color (decimal): -2055777 or 10461664. OLE color: 10461664.
HSL color Cylindrical-coordinate representation of color #E0A19F: hue angle of 1.85º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A19F is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 161 | 159 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.12 |
| HSL | 1.85º | 0.51% | 0.75% | - |
| HSV(B) | 1.85º | 0.29% | 0.88% | - |
| XYZ | 49.74 | 43.84 | 38.64 | - |
| YUV | 179.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 161 | 159 | 0 | 0.28 | 0.29 | 0.12 | 1.85 | 0.51 | 0.75 |
| Hex | E0 | A1 | 9F | 0 | 1C | 1D | C | 2 | 33 | 4B |
| Octal | 340 | 241 | 237 | 0 | 34 | 35 | 14 | 2 | 63 | 113 |
| Binary | 11100000 | 10100001 | 10011111 | 0 | 11100 | 11101 | 1100 | 10 | 110011 | 1001011 |
Color Harmonies of #E0A19F
Complementary color
Monochromatic Colors of #E0A19F
Black with #E0A19F
Text Example
Text Example
White with #E0A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A19F; }
p { color: rgb(224,161,159); }
H1.HeaderClassName
{
color: #E0A19F;
}
.AnyTagClassName
{
color: #E0A19F;
}
</style>
background-color css
<style>
a { background-color: #E0A19F; }
a { background-color: rgb(224,161,159); }
div.DivClassName
{
background-color: #E0A19F;
}
.BgClassName
{
background-color: #E0A19F;
}
</style>
border-color css
<style>
span { border-color: #E0A19F; }
span { border-color: rgb(224,161,159); }
td.TdClassName
{
border-color: #E0A19F;
}
.TagClassName
{
border-color: #E0A19F;
}
</style>