Shades of Petite Orchid #E29994
Tints of Petite Orchid #E29994
RGB
CMYK
RGB Variations
Color information
#E29994 (or 0xE29994) is known color: Petite Orchid. HEX triplet: E2, 99 and 94. RGB value is (226,153,148). Sum of RGB (Red+Green+Blue) = 226+153+148=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E29994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29994 is #1D666B. Grayscale: #AEAEAE. Windows color (decimal): -1926764 or 9738722. OLE color: 9738722.
HSL color Cylindrical-coordinate representation of color #E29994: hue angle of 3.85º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E29994 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 148 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.11 |
| HSL | 3.85º | 0.57% | 0.73% | - |
| HSV(B) | 3.85º | 0.35% | 0.89% | - |
| XYZ | 48.1 | 41.09 | 33.41 | - |
| YUV | 174.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 148 | 0 | 0.32 | 0.35 | 0.11 | 3.85 | 0.57 | 0.73 |
| Hex | E2 | 99 | 94 | 0 | 20 | 23 | B | 4 | 39 | 49 |
| Octal | 342 | 231 | 224 | 0 | 40 | 43 | 13 | 4 | 71 | 111 |
| Binary | 11100010 | 10011001 | 10010100 | 0 | 100000 | 100011 | 1011 | 100 | 111001 | 1001001 |
Color Harmonies of #E29994
Complementary color
Monochromatic Colors of #E29994
Black with #E29994
Text Example
Text Example
White with #E29994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29994; }
p { color: rgb(226,153,148); }
H1.HeaderClassName
{
color: #E29994;
}
.AnyTagClassName
{
color: #E29994;
}
</style>
background-color css
<style>
a { background-color: #E29994; }
a { background-color: rgb(226,153,148); }
div.DivClassName
{
background-color: #E29994;
}
.BgClassName
{
background-color: #E29994;
}
</style>
border-color css
<style>
span { border-color: #E29994; }
span { border-color: rgb(226,153,148); }
td.TdClassName
{
border-color: #E29994;
}
.TagClassName
{
border-color: #E29994;
}
</style>