Shades of Petite Orchid #E29991
Tints of Petite Orchid #E29991
RGB
CMYK
RGB Variations
Color information
#E29991 (or 0xE29991) is known color: Petite Orchid. HEX triplet: E2, 99 and 91. RGB value is (226,153,145). Sum of RGB (Red+Green+Blue) = 226+153+145=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E29991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29991 is #1D666E. Grayscale: #AEAEAE. Windows color (decimal): -1926767 or 9542114. OLE color: 9542114.
HSL color Cylindrical-coordinate representation of color #E29991: hue angle of 5.93º degrees, saturation: 0.58, 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 #E29991 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 145 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.11 |
| HSL | 5.93º | 0.58% | 0.73% | - |
| HSV(B) | 5.93º | 0.36% | 0.89% | - |
| XYZ | 47.87 | 41 | 32.18 | - |
| YUV | 173.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 145 | 0 | 0.32 | 0.36 | 0.11 | 5.93 | 0.58 | 0.73 |
| Hex | E2 | 99 | 91 | 0 | 20 | 24 | B | 6 | 3A | 49 |
| Octal | 342 | 231 | 221 | 0 | 40 | 44 | 13 | 6 | 72 | 111 |
| Binary | 11100010 | 10011001 | 10010001 | 0 | 100000 | 100100 | 1011 | 110 | 111010 | 1001001 |
Color Harmonies of #E29991
Complementary color
Monochromatic Colors of #E29991
Black with #E29991
Text Example
Text Example
White with #E29991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29991; }
p { color: rgb(226,153,145); }
H1.HeaderClassName
{
color: #E29991;
}
.AnyTagClassName
{
color: #E29991;
}
</style>
background-color css
<style>
a { background-color: #E29991; }
a { background-color: rgb(226,153,145); }
div.DivClassName
{
background-color: #E29991;
}
.BgClassName
{
background-color: #E29991;
}
</style>
border-color css
<style>
span { border-color: #E29991; }
span { border-color: rgb(226,153,145); }
td.TdClassName
{
border-color: #E29991;
}
.TagClassName
{
border-color: #E29991;
}
</style>