Shades of Petite Orchid #E19C9A
Tints of Petite Orchid #E19C9A
RGB
CMYK
RGB Variations
Color information
#E19C9A (or 0xE19C9A) is known color: Petite Orchid. HEX triplet: E1, 9C and 9A. RGB value is (225,156,154). Sum of RGB (Red+Green+Blue) = 225+156+154=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19C9A is #1E6365. Grayscale: #B0B0B0. Windows color (decimal): -1991526 or 10132705. OLE color: 10132705.
HSL color Cylindrical-coordinate representation of color #E19C9A: hue angle of 1.69º 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 #E19C9A is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 154 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.12 |
| HSL | 1.69º | 0.54% | 0.74% | - |
| HSV(B) | 1.69º | 0.32% | 0.88% | - |
| XYZ | 48.77 | 42.12 | 36.13 | - |
| YUV | 176.4 | 115.36 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 154 | 0 | 0.31 | 0.32 | 0.12 | 1.69 | 0.54 | 0.74 |
| Hex | E1 | 9C | 9A | 0 | 1F | 20 | C | 2 | 36 | 4A |
| Octal | 341 | 234 | 232 | 0 | 37 | 40 | 14 | 2 | 66 | 112 |
| Binary | 11100001 | 10011100 | 10011010 | 0 | 11111 | 100000 | 1100 | 10 | 110110 | 1001010 |
Color Harmonies of #E19C9A
Complementary color
Monochromatic Colors of #E19C9A
Black with #E19C9A
Text Example
Text Example
White with #E19C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C9A; }
p { color: rgb(225,156,154); }
H1.HeaderClassName
{
color: #E19C9A;
}
.AnyTagClassName
{
color: #E19C9A;
}
</style>
background-color css
<style>
a { background-color: #E19C9A; }
a { background-color: rgb(225,156,154); }
div.DivClassName
{
background-color: #E19C9A;
}
.BgClassName
{
background-color: #E19C9A;
}
</style>
border-color css
<style>
span { border-color: #E19C9A; }
span { border-color: rgb(225,156,154); }
td.TdClassName
{
border-color: #E19C9A;
}
.TagClassName
{
border-color: #E19C9A;
}
</style>