Shades of Petite Orchid #E19D9A
Tints of Petite Orchid #E19D9A
RGB
CMYK
RGB Variations
Color information
#E19D9A (or 0xE19D9A) is known color: Petite Orchid. HEX triplet: E1, 9D and 9A. RGB value is (225,157,154). Sum of RGB (Red+Green+Blue) = 225+157+154=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19D9A is #1E6265. Grayscale: #B1B1B1. Windows color (decimal): -1991270 or 10132961. OLE color: 10132961.
HSL color Cylindrical-coordinate representation of color #E19D9A: hue angle of 2.54º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19D9A is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 154 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.12 |
| HSL | 2.54º | 0.54% | 0.74% | - |
| HSV(B) | 2.54º | 0.32% | 0.88% | - |
| XYZ | 48.94 | 42.45 | 36.19 | - |
| YUV | 176.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 154 | 0 | 0.30 | 0.32 | 0.12 | 2.54 | 0.54 | 0.74 |
| Hex | E1 | 9D | 9A | 0 | 1E | 20 | C | 3 | 36 | 4A |
| Octal | 341 | 235 | 232 | 0 | 36 | 40 | 14 | 3 | 66 | 112 |
| Binary | 11100001 | 10011101 | 10011010 | 0 | 11110 | 100000 | 1100 | 11 | 110110 | 1001010 |
Color Harmonies of #E19D9A
Complementary color
Monochromatic Colors of #E19D9A
Black with #E19D9A
Text Example
Text Example
White with #E19D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19D9A; }
p { color: rgb(225,157,154); }
H1.HeaderClassName
{
color: #E19D9A;
}
.AnyTagClassName
{
color: #E19D9A;
}
</style>
background-color css
<style>
a { background-color: #E19D9A; }
a { background-color: rgb(225,157,154); }
div.DivClassName
{
background-color: #E19D9A;
}
.BgClassName
{
background-color: #E19D9A;
}
</style>
border-color css
<style>
span { border-color: #E19D9A; }
span { border-color: rgb(225,157,154); }
td.TdClassName
{
border-color: #E19D9A;
}
.TagClassName
{
border-color: #E19D9A;
}
</style>