Shades of Petite Orchid #E09F92
Tints of Petite Orchid #E09F92
RGB
CMYK
RGB Variations
Color information
#E09F92 (or 0xE09F92) is known color: Petite Orchid. HEX triplet: E0, 9F and 92. RGB value is (224,159,146). Sum of RGB (Red+Green+Blue) = 224+159+146=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09F92 is #1F606D. Grayscale: #B1B1B1. Windows color (decimal): -2056302 or 9609184. OLE color: 9609184.
HSL color Cylindrical-coordinate representation of color #E09F92: hue angle of 10º degrees, saturation: 0.56, 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 #E09F92 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 146 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.12 |
| HSL | 10º | 0.56% | 0.73% | - |
| HSV(B) | 10º | 0.35% | 0.88% | - |
| XYZ | 48.33 | 42.72 | 32.89 | - |
| YUV | 176.95 | 110.53 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 146 | 0 | 0.29 | 0.35 | 0.12 | 10 | 0.56 | 0.73 |
| Hex | E0 | 9F | 92 | 0 | 1D | 23 | C | A | 38 | 49 |
| Octal | 340 | 237 | 222 | 0 | 35 | 43 | 14 | 12 | 70 | 111 |
| Binary | 11100000 | 10011111 | 10010010 | 0 | 11101 | 100011 | 1100 | 1010 | 111000 | 1001001 |
Color Harmonies of #E09F92
Complementary color
Monochromatic Colors of #E09F92
Black with #E09F92
Text Example
Text Example
White with #E09F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09F92; }
p { color: rgb(224,159,146); }
H1.HeaderClassName
{
color: #E09F92;
}
.AnyTagClassName
{
color: #E09F92;
}
</style>
background-color css
<style>
a { background-color: #E09F92; }
a { background-color: rgb(224,159,146); }
div.DivClassName
{
background-color: #E09F92;
}
.BgClassName
{
background-color: #E09F92;
}
</style>
border-color css
<style>
span { border-color: #E09F92; }
span { border-color: rgb(224,159,146); }
td.TdClassName
{
border-color: #E09F92;
}
.TagClassName
{
border-color: #E09F92;
}
</style>