Shades of Petite Orchid #E29897
Tints of Petite Orchid #E29897
RGB
CMYK
RGB Variations
Color information
#E29897 (or 0xE29897) is known color: Petite Orchid. HEX triplet: E2, 98 and 97. RGB value is (226,152,151). Sum of RGB (Red+Green+Blue) = 226+152+151=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E29897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29897 is #1D6768. Grayscale: #AEAEAE. Windows color (decimal): -1927017 or 9935074. OLE color: 9935074.
HSL color Cylindrical-coordinate representation of color #E29897: hue angle of 0.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E29897 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 151 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.11 |
| HSL | 0.8º | 0.56% | 0.74% | - |
| HSV(B) | 0.8º | 0.33% | 0.89% | - |
| XYZ | 48.18 | 40.86 | 34.63 | - |
| YUV | 174.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 151 | 0 | 0.33 | 0.33 | 0.11 | 0.8 | 0.56 | 0.74 |
| Hex | E2 | 98 | 97 | 0 | 21 | 21 | B | 1 | 38 | 4A |
| Octal | 342 | 230 | 227 | 0 | 41 | 41 | 13 | 1 | 70 | 112 |
| Binary | 11100010 | 10011000 | 10010111 | 0 | 100001 | 100001 | 1011 | 1 | 111000 | 1001010 |
Color Harmonies of #E29897
Complementary color
Monochromatic Colors of #E29897
Black with #E29897
Text Example
Text Example
White with #E29897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29897; }
p { color: rgb(226,152,151); }
H1.HeaderClassName
{
color: #E29897;
}
.AnyTagClassName
{
color: #E29897;
}
</style>
background-color css
<style>
a { background-color: #E29897; }
a { background-color: rgb(226,152,151); }
div.DivClassName
{
background-color: #E29897;
}
.BgClassName
{
background-color: #E29897;
}
</style>
border-color css
<style>
span { border-color: #E29897; }
span { border-color: rgb(226,152,151); }
td.TdClassName
{
border-color: #E29897;
}
.TagClassName
{
border-color: #E29897;
}
</style>