Shades of Petite Orchid #E39C92
Tints of Petite Orchid #E39C92
RGB
CMYK
RGB Variations
Color information
#E39C92 (or 0xE39C92) is known color: Petite Orchid. HEX triplet: E3, 9C and 92. RGB value is (227,156,146). Sum of RGB (Red+Green+Blue) = 227+156+146=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E39C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39C92 is #1C636D. Grayscale: #B0B0B0. Windows color (decimal): -1860462 or 9608419. OLE color: 9608419.
HSL color Cylindrical-coordinate representation of color #E39C92: hue angle of 7.41º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E39C92 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 156 | 146 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.11 |
| HSL | 7.41º | 0.59% | 0.73% | - |
| HSV(B) | 7.41º | 0.36% | 0.89% | - |
| XYZ | 48.76 | 42.18 | 32.77 | - |
| YUV | 176.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 156 | 146 | 0 | 0.31 | 0.36 | 0.11 | 7.41 | 0.59 | 0.73 |
| Hex | E3 | 9C | 92 | 0 | 1F | 24 | B | 7 | 3B | 49 |
| Octal | 343 | 234 | 222 | 0 | 37 | 44 | 13 | 7 | 73 | 111 |
| Binary | 11100011 | 10011100 | 10010010 | 0 | 11111 | 100100 | 1011 | 111 | 111011 | 1001001 |
Color Harmonies of #E39C92
Complementary color
Monochromatic Colors of #E39C92
Black with #E39C92
Text Example
Text Example
White with #E39C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39C92; }
p { color: rgb(227,156,146); }
H1.HeaderClassName
{
color: #E39C92;
}
.AnyTagClassName
{
color: #E39C92;
}
</style>
background-color css
<style>
a { background-color: #E39C92; }
a { background-color: rgb(227,156,146); }
div.DivClassName
{
background-color: #E39C92;
}
.BgClassName
{
background-color: #E39C92;
}
</style>
border-color css
<style>
span { border-color: #E39C92; }
span { border-color: rgb(227,156,146); }
td.TdClassName
{
border-color: #E39C92;
}
.TagClassName
{
border-color: #E39C92;
}
</style>