Shades of Petite Orchid #E1A39C
Tints of Petite Orchid #E1A39C
RGB
CMYK
RGB Variations
Color information
#E1A39C (or 0xE1A39C) is known color: Petite Orchid. HEX triplet: E1, A3 and 9C. RGB value is (225,163,156). Sum of RGB (Red+Green+Blue) = 225+163+156=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A39C is #1E5C63. Grayscale: #B4B4B4. Windows color (decimal): -1989732 or 10265569. OLE color: 10265569.
HSL color Cylindrical-coordinate representation of color #E1A39C: hue angle of 6.09º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1A39C is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 163 | 156 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.12 |
| HSL | 6.09º | 0.53% | 0.75% | - |
| HSV(B) | 6.09º | 0.31% | 0.88% | - |
| XYZ | 50.15 | 44.6 | 37.42 | - |
| YUV | 180.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 163 | 156 | 0 | 0.28 | 0.31 | 0.12 | 6.09 | 0.53 | 0.75 |
| Hex | E1 | A3 | 9C | 0 | 1C | 1F | C | 6 | 35 | 4B |
| Octal | 341 | 243 | 234 | 0 | 34 | 37 | 14 | 6 | 65 | 113 |
| Binary | 11100001 | 10100011 | 10011100 | 0 | 11100 | 11111 | 1100 | 110 | 110101 | 1001011 |
Color Harmonies of #E1A39C
Complementary color
Monochromatic Colors of #E1A39C
Black with #E1A39C
Text Example
Text Example
White with #E1A39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A39C; }
p { color: rgb(225,163,156); }
H1.HeaderClassName
{
color: #E1A39C;
}
.AnyTagClassName
{
color: #E1A39C;
}
</style>
background-color css
<style>
a { background-color: #E1A39C; }
a { background-color: rgb(225,163,156); }
div.DivClassName
{
background-color: #E1A39C;
}
.BgClassName
{
background-color: #E1A39C;
}
</style>
border-color css
<style>
span { border-color: #E1A39C; }
span { border-color: rgb(225,163,156); }
td.TdClassName
{
border-color: #E1A39C;
}
.TagClassName
{
border-color: #E1A39C;
}
</style>