Shades of Petite Orchid #E29995
Tints of Petite Orchid #E29995
RGB
CMYK
RGB Variations
Color information
#E29995 (or 0xE29995) is known color: Petite Orchid. HEX triplet: E2, 99 and 95. RGB value is (226,153,149). Sum of RGB (Red+Green+Blue) = 226+153+149=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E29995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29995 is #1D666A. Grayscale: #AEAEAE. Windows color (decimal): -1926763 or 9804258. OLE color: 9804258.
HSL color Cylindrical-coordinate representation of color #E29995: hue angle of 3.12º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E29995 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 149 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.11 |
| HSL | 3.12º | 0.57% | 0.74% | - |
| HSV(B) | 3.12º | 0.34% | 0.89% | - |
| XYZ | 48.18 | 41.12 | 33.83 | - |
| YUV | 174.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 149 | 0 | 0.32 | 0.34 | 0.11 | 3.12 | 0.57 | 0.74 |
| Hex | E2 | 99 | 95 | 0 | 20 | 22 | B | 3 | 39 | 4A |
| Octal | 342 | 231 | 225 | 0 | 40 | 42 | 13 | 3 | 71 | 112 |
| Binary | 11100010 | 10011001 | 10010101 | 0 | 100000 | 100010 | 1011 | 11 | 111001 | 1001010 |
Color Harmonies of #E29995
Complementary color
Monochromatic Colors of #E29995
Black with #E29995
Text Example
Text Example
White with #E29995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29995; }
p { color: rgb(226,153,149); }
H1.HeaderClassName
{
color: #E29995;
}
.AnyTagClassName
{
color: #E29995;
}
</style>
background-color css
<style>
a { background-color: #E29995; }
a { background-color: rgb(226,153,149); }
div.DivClassName
{
background-color: #E29995;
}
.BgClassName
{
background-color: #E29995;
}
</style>
border-color css
<style>
span { border-color: #E29995; }
span { border-color: rgb(226,153,149); }
td.TdClassName
{
border-color: #E29995;
}
.TagClassName
{
border-color: #E29995;
}
</style>