Shades of Petite Orchid #E29E99
Tints of Petite Orchid #E29E99
RGB
CMYK
RGB Variations
Color information
#E29E99 (or 0xE29E99) is known color: Petite Orchid. HEX triplet: E2, 9E and 99. RGB value is (226,158,153). Sum of RGB (Red+Green+Blue) = 226+158+153=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29E99 is #1D6166. Grayscale: #B1B1B1. Windows color (decimal): -1925479 or 10067682. OLE color: 10067682.
HSL color Cylindrical-coordinate representation of color #E29E99: hue angle of 4.11º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29E99 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 153 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.11 |
| HSL | 4.11º | 0.56% | 0.74% | - |
| HSV(B) | 4.11º | 0.32% | 0.89% | - |
| XYZ | 49.34 | 42.92 | 35.82 | - |
| YUV | 177.76 | 114.03 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 153 | 0 | 0.30 | 0.32 | 0.11 | 4.11 | 0.56 | 0.74 |
| Hex | E2 | 9E | 99 | 0 | 1E | 20 | B | 4 | 38 | 4A |
| Octal | 342 | 236 | 231 | 0 | 36 | 40 | 13 | 4 | 70 | 112 |
| Binary | 11100010 | 10011110 | 10011001 | 0 | 11110 | 100000 | 1011 | 100 | 111000 | 1001010 |
Color Harmonies of #E29E99
Complementary color
Monochromatic Colors of #E29E99
Black with #E29E99
Text Example
Text Example
White with #E29E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29E99; }
p { color: rgb(226,158,153); }
H1.HeaderClassName
{
color: #E29E99;
}
.AnyTagClassName
{
color: #E29E99;
}
</style>
background-color css
<style>
a { background-color: #E29E99; }
a { background-color: rgb(226,158,153); }
div.DivClassName
{
background-color: #E29E99;
}
.BgClassName
{
background-color: #E29E99;
}
</style>
border-color css
<style>
span { border-color: #E29E99; }
span { border-color: rgb(226,158,153); }
td.TdClassName
{
border-color: #E29E99;
}
.TagClassName
{
border-color: #E29E99;
}
</style>