Shades of Petite Orchid #E29A94
Tints of Petite Orchid #E29A94
RGB
CMYK
RGB Variations
Color information
#E29A94 (or 0xE29A94) is known color: Petite Orchid. HEX triplet: E2, 9A and 94. RGB value is (226,154,148). Sum of RGB (Red+Green+Blue) = 226+154+148=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29A94 is #1D656B. Grayscale: #AEAEAE. Windows color (decimal): -1926508 or 9738978. OLE color: 9738978.
HSL color Cylindrical-coordinate representation of color #E29A94: hue angle of 4.62º 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 #E29A94 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 148 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.11 |
| HSL | 4.62º | 0.57% | 0.73% | - |
| HSV(B) | 4.62º | 0.35% | 0.89% | - |
| XYZ | 48.26 | 41.42 | 33.47 | - |
| YUV | 174.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 148 | 0 | 0.32 | 0.35 | 0.11 | 4.62 | 0.57 | 0.73 |
| Hex | E2 | 9A | 94 | 0 | 20 | 23 | B | 5 | 39 | 49 |
| Octal | 342 | 232 | 224 | 0 | 40 | 43 | 13 | 5 | 71 | 111 |
| Binary | 11100010 | 10011010 | 10010100 | 0 | 100000 | 100011 | 1011 | 101 | 111001 | 1001001 |
Color Harmonies of #E29A94
Complementary color
Monochromatic Colors of #E29A94
Black with #E29A94
Text Example
Text Example
White with #E29A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29A94; }
p { color: rgb(226,154,148); }
H1.HeaderClassName
{
color: #E29A94;
}
.AnyTagClassName
{
color: #E29A94;
}
</style>
background-color css
<style>
a { background-color: #E29A94; }
a { background-color: rgb(226,154,148); }
div.DivClassName
{
background-color: #E29A94;
}
.BgClassName
{
background-color: #E29A94;
}
</style>
border-color css
<style>
span { border-color: #E29A94; }
span { border-color: rgb(226,154,148); }
td.TdClassName
{
border-color: #E29A94;
}
.TagClassName
{
border-color: #E29A94;
}
</style>