Shades of Petite Orchid #E29E9E
Tints of Petite Orchid #E29E9E
RGB
CMYK
RGB Variations
Color information
#E29E9E (or 0xE29E9E) is known color: Petite Orchid. HEX triplet: E2, 9E and 9E. RGB value is (226,158,158). Sum of RGB (Red+Green+Blue) = 226+158+158=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29E9E is #1D6161. Grayscale: #B2B2B2. Windows color (decimal): -1925474 or 10395362. OLE color: 10395362.
HSL color Cylindrical-coordinate representation of color #E29E9E: hue angle of 0º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29E9E is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 158 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.11 |
| HSL | 0º | 0.54% | 0.75% | - |
| HSV(B) | 0º | 0.3% | 0.89% | - |
| XYZ | 49.76 | 43.09 | 38.04 | - |
| YUV | 178.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 158 | 0 | 0.30 | 0.30 | 0.11 | 0 | 0.54 | 0.75 |
| Hex | E2 | 9E | 9E | 0 | 1E | 1E | B | 0 | 36 | 4B |
| Octal | 342 | 236 | 236 | 0 | 36 | 36 | 13 | 0 | 66 | 113 |
| Binary | 11100010 | 10011110 | 10011110 | 0 | 11110 | 11110 | 1011 | 0 | 110110 | 1001011 |
Color Harmonies of #E29E9E
Complementary color
Monochromatic Colors of #E29E9E
Black with #E29E9E
Text Example
Text Example
White with #E29E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29E9E; }
p { color: rgb(226,158,158); }
H1.HeaderClassName
{
color: #E29E9E;
}
.AnyTagClassName
{
color: #E29E9E;
}
</style>
background-color css
<style>
a { background-color: #E29E9E; }
a { background-color: rgb(226,158,158); }
div.DivClassName
{
background-color: #E29E9E;
}
.BgClassName
{
background-color: #E29E9E;
}
</style>
border-color css
<style>
span { border-color: #E29E9E; }
span { border-color: rgb(226,158,158); }
td.TdClassName
{
border-color: #E29E9E;
}
.TagClassName
{
border-color: #E29E9E;
}
</style>