Shades of Petite Orchid #E09C92
Tints of Petite Orchid #E09C92
RGB
CMYK
RGB Variations
Color information
#E09C92 (or 0xE09C92) is known color: Petite Orchid. HEX triplet: E0, 9C and 92. RGB value is (224,156,146). Sum of RGB (Red+Green+Blue) = 224+156+146=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09C92 is #1F636D. Grayscale: #AFAFAF. Windows color (decimal): -2057070 or 9608416. OLE color: 9608416.
HSL color Cylindrical-coordinate representation of color #E09C92: hue angle of 7.69º 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 #E09C92 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 146 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.12 |
| HSL | 7.69º | 0.56% | 0.73% | - |
| HSV(B) | 7.69º | 0.35% | 0.88% | - |
| XYZ | 47.82 | 41.7 | 32.72 | - |
| YUV | 175.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 146 | 0 | 0.30 | 0.35 | 0.12 | 7.69 | 0.56 | 0.73 |
| Hex | E0 | 9C | 92 | 0 | 1E | 23 | C | 8 | 38 | 49 |
| Octal | 340 | 234 | 222 | 0 | 36 | 43 | 14 | 10 | 70 | 111 |
| Binary | 11100000 | 10011100 | 10010010 | 0 | 11110 | 100011 | 1100 | 1000 | 111000 | 1001001 |
Color Harmonies of #E09C92
Complementary color
Monochromatic Colors of #E09C92
Black with #E09C92
Text Example
Text Example
White with #E09C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C92; }
p { color: rgb(224,156,146); }
H1.HeaderClassName
{
color: #E09C92;
}
.AnyTagClassName
{
color: #E09C92;
}
</style>
background-color css
<style>
a { background-color: #E09C92; }
a { background-color: rgb(224,156,146); }
div.DivClassName
{
background-color: #E09C92;
}
.BgClassName
{
background-color: #E09C92;
}
</style>
border-color css
<style>
span { border-color: #E09C92; }
span { border-color: rgb(224,156,146); }
td.TdClassName
{
border-color: #E09C92;
}
.TagClassName
{
border-color: #E09C92;
}
</style>