Shades of Petite Orchid #E29F99
Tints of Petite Orchid #E29F99
RGB
CMYK
RGB Variations
Color information
#E29F99 (or 0xE29F99) is known color: Petite Orchid. HEX triplet: E2, 9F and 99. RGB value is (226,159,153). Sum of RGB (Red+Green+Blue) = 226+159+153=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29F99 is #1D6066. Grayscale: #B2B2B2. Windows color (decimal): -1925223 or 10067938. OLE color: 10067938.
HSL color Cylindrical-coordinate representation of color #E29F99: hue angle of 4.93º 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 #E29F99 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 153 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.11 |
| HSL | 4.93º | 0.56% | 0.74% | - |
| HSV(B) | 4.93º | 0.32% | 0.89% | - |
| XYZ | 49.51 | 43.26 | 35.88 | - |
| YUV | 178.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 153 | 0 | 0.30 | 0.32 | 0.11 | 4.93 | 0.56 | 0.74 |
| Hex | E2 | 9F | 99 | 0 | 1E | 20 | B | 5 | 38 | 4A |
| Octal | 342 | 237 | 231 | 0 | 36 | 40 | 13 | 5 | 70 | 112 |
| Binary | 11100010 | 10011111 | 10011001 | 0 | 11110 | 100000 | 1011 | 101 | 111000 | 1001010 |
Color Harmonies of #E29F99
Complementary color
Monochromatic Colors of #E29F99
Black with #E29F99
Text Example
Text Example
White with #E29F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29F99; }
p { color: rgb(226,159,153); }
H1.HeaderClassName
{
color: #E29F99;
}
.AnyTagClassName
{
color: #E29F99;
}
</style>
background-color css
<style>
a { background-color: #E29F99; }
a { background-color: rgb(226,159,153); }
div.DivClassName
{
background-color: #E29F99;
}
.BgClassName
{
background-color: #E29F99;
}
</style>
border-color css
<style>
span { border-color: #E29F99; }
span { border-color: rgb(226,159,153); }
td.TdClassName
{
border-color: #E29F99;
}
.TagClassName
{
border-color: #E29F99;
}
</style>