Shades of Petite Orchid #E29D92
Tints of Petite Orchid #E29D92
RGB
CMYK
RGB Variations
Color information
#E29D92 (or 0xE29D92) is known color: Petite Orchid. HEX triplet: E2, 9D and 92. RGB value is (226,157,146). Sum of RGB (Red+Green+Blue) = 226+157+146=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29D92 is #1D626D. Grayscale: #B0B0B0. Windows color (decimal): -1925742 or 9608674. OLE color: 9608674.
HSL color Cylindrical-coordinate representation of color #E29D92: hue angle of 8.25º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E29D92 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 146 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.11 |
| HSL | 8.25º | 0.58% | 0.73% | - |
| HSV(B) | 8.25º | 0.35% | 0.89% | - |
| XYZ | 48.61 | 42.36 | 32.81 | - |
| YUV | 176.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 146 | 0 | 0.31 | 0.35 | 0.11 | 8.25 | 0.58 | 0.73 |
| Hex | E2 | 9D | 92 | 0 | 1F | 23 | B | 8 | 3A | 49 |
| Octal | 342 | 235 | 222 | 0 | 37 | 43 | 13 | 10 | 72 | 111 |
| Binary | 11100010 | 10011101 | 10010010 | 0 | 11111 | 100011 | 1011 | 1000 | 111010 | 1001001 |
Color Harmonies of #E29D92
Complementary color
Monochromatic Colors of #E29D92
Black with #E29D92
Text Example
Text Example
White with #E29D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D92; }
p { color: rgb(226,157,146); }
H1.HeaderClassName
{
color: #E29D92;
}
.AnyTagClassName
{
color: #E29D92;
}
</style>
background-color css
<style>
a { background-color: #E29D92; }
a { background-color: rgb(226,157,146); }
div.DivClassName
{
background-color: #E29D92;
}
.BgClassName
{
background-color: #E29D92;
}
</style>
border-color css
<style>
span { border-color: #E29D92; }
span { border-color: rgb(226,157,146); }
td.TdClassName
{
border-color: #E29D92;
}
.TagClassName
{
border-color: #E29D92;
}
</style>