Shades of Petite Orchid #E29E96
Tints of Petite Orchid #E29E96
RGB
CMYK
RGB Variations
Color information
#E29E96 (or 0xE29E96) is known color: Petite Orchid. HEX triplet: E2, 9E and 96. RGB value is (226,158,150). Sum of RGB (Red+Green+Blue) = 226+158+150=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29E96 is #1D6169. Grayscale: #B1B1B1. Windows color (decimal): -1925482 or 9871074. OLE color: 9871074.
HSL color Cylindrical-coordinate representation of color #E29E96: hue angle of 6.32º 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 #E29E96 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 150 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.11 |
| HSL | 6.32º | 0.57% | 0.74% | - |
| HSV(B) | 6.32º | 0.34% | 0.89% | - |
| XYZ | 49.1 | 42.82 | 34.53 | - |
| YUV | 177.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 150 | 0 | 0.30 | 0.34 | 0.11 | 6.32 | 0.57 | 0.74 |
| Hex | E2 | 9E | 96 | 0 | 1E | 22 | B | 6 | 39 | 4A |
| Octal | 342 | 236 | 226 | 0 | 36 | 42 | 13 | 6 | 71 | 112 |
| Binary | 11100010 | 10011110 | 10010110 | 0 | 11110 | 100010 | 1011 | 110 | 111001 | 1001010 |
Color Harmonies of #E29E96
Complementary color
Monochromatic Colors of #E29E96
Black with #E29E96
Text Example
Text Example
White with #E29E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29E96; }
p { color: rgb(226,158,150); }
H1.HeaderClassName
{
color: #E29E96;
}
.AnyTagClassName
{
color: #E29E96;
}
</style>
background-color css
<style>
a { background-color: #E29E96; }
a { background-color: rgb(226,158,150); }
div.DivClassName
{
background-color: #E29E96;
}
.BgClassName
{
background-color: #E29E96;
}
</style>
border-color css
<style>
span { border-color: #E29E96; }
span { border-color: rgb(226,158,150); }
td.TdClassName
{
border-color: #E29E96;
}
.TagClassName
{
border-color: #E29E96;
}
</style>