Shades of Petite Orchid #E19C92
Tints of Petite Orchid #E19C92
RGB
CMYK
RGB Variations
Color information
#E19C92 (or 0xE19C92) is known color: Petite Orchid. HEX triplet: E1, 9C and 92. RGB value is (225,156,146). Sum of RGB (Red+Green+Blue) = 225+156+146=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19C92 is #1E636D. Grayscale: #AFAFAF. Windows color (decimal): -1991534 or 9608417. OLE color: 9608417.
HSL color Cylindrical-coordinate representation of color #E19C92: hue angle of 7.59º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E19C92 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 146 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.12 |
| HSL | 7.59º | 0.57% | 0.73% | - |
| HSV(B) | 7.59º | 0.35% | 0.88% | - |
| XYZ | 48.13 | 41.86 | 32.74 | - |
| YUV | 175.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 146 | 0 | 0.31 | 0.35 | 0.12 | 7.59 | 0.57 | 0.73 |
| Hex | E1 | 9C | 92 | 0 | 1F | 23 | C | 8 | 39 | 49 |
| Octal | 341 | 234 | 222 | 0 | 37 | 43 | 14 | 10 | 71 | 111 |
| Binary | 11100001 | 10011100 | 10010010 | 0 | 11111 | 100011 | 1100 | 1000 | 111001 | 1001001 |
Color Harmonies of #E19C92
Complementary color
Monochromatic Colors of #E19C92
Black with #E19C92
Text Example
Text Example
White with #E19C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C92; }
p { color: rgb(225,156,146); }
H1.HeaderClassName
{
color: #E19C92;
}
.AnyTagClassName
{
color: #E19C92;
}
</style>
background-color css
<style>
a { background-color: #E19C92; }
a { background-color: rgb(225,156,146); }
div.DivClassName
{
background-color: #E19C92;
}
.BgClassName
{
background-color: #E19C92;
}
</style>
border-color css
<style>
span { border-color: #E19C92; }
span { border-color: rgb(225,156,146); }
td.TdClassName
{
border-color: #E19C92;
}
.TagClassName
{
border-color: #E19C92;
}
</style>