Shades of Petite Orchid #E29996
Tints of Petite Orchid #E29996
RGB
CMYK
RGB Variations
Color information
#E29996 (or 0xE29996) is known color: Petite Orchid. HEX triplet: E2, 99 and 96. RGB value is (226,153,150). Sum of RGB (Red+Green+Blue) = 226+153+150=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E29996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29996 is #1D6669. Grayscale: #AEAEAE. Windows color (decimal): -1926762 or 9869794. OLE color: 9869794.
HSL color Cylindrical-coordinate representation of color #E29996: hue angle of 2.37º 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 #E29996 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 150 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.11 |
| HSL | 2.37º | 0.57% | 0.74% | - |
| HSV(B) | 2.37º | 0.34% | 0.89% | - |
| XYZ | 48.26 | 41.15 | 34.25 | - |
| YUV | 174.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 150 | 0 | 0.32 | 0.34 | 0.11 | 2.37 | 0.57 | 0.74 |
| Hex | E2 | 99 | 96 | 0 | 20 | 22 | B | 2 | 39 | 4A |
| Octal | 342 | 231 | 226 | 0 | 40 | 42 | 13 | 2 | 71 | 112 |
| Binary | 11100010 | 10011001 | 10010110 | 0 | 100000 | 100010 | 1011 | 10 | 111001 | 1001010 |
Color Harmonies of #E29996
Complementary color
Monochromatic Colors of #E29996
Black with #E29996
Text Example
Text Example
White with #E29996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29996; }
p { color: rgb(226,153,150); }
H1.HeaderClassName
{
color: #E29996;
}
.AnyTagClassName
{
color: #E29996;
}
</style>
background-color css
<style>
a { background-color: #E29996; }
a { background-color: rgb(226,153,150); }
div.DivClassName
{
background-color: #E29996;
}
.BgClassName
{
background-color: #E29996;
}
</style>
border-color css
<style>
span { border-color: #E29996; }
span { border-color: rgb(226,153,150); }
td.TdClassName
{
border-color: #E29996;
}
.TagClassName
{
border-color: #E29996;
}
</style>