Shades of Petite Orchid #E29189
Tints of Petite Orchid #E29189
RGB
CMYK
RGB Variations
Color information
#E29189 (or 0xE29189) is known color: Petite Orchid. HEX triplet: E2, 91 and 89. RGB value is (226,145,137). Sum of RGB (Red+Green+Blue) = 226+145+137=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E29189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29189 is #1D6E76. Grayscale: #A8A8A8. Windows color (decimal): -1928823 or 9015778. OLE color: 9015778.
HSL color Cylindrical-coordinate representation of color #E29189: hue angle of 5.39º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E29189 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 137 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.11 |
| HSL | 5.39º | 0.61% | 0.71% | - |
| HSV(B) | 5.39º | 0.39% | 0.89% | - |
| XYZ | 46 | 38.23 | 28.62 | - |
| YUV | 168.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 137 | 0 | 0.36 | 0.39 | 0.11 | 5.39 | 0.61 | 0.71 |
| Hex | E2 | 91 | 89 | 0 | 24 | 27 | B | 5 | 3D | 47 |
| Octal | 342 | 221 | 211 | 0 | 44 | 47 | 13 | 5 | 75 | 107 |
| Binary | 11100010 | 10010001 | 10001001 | 0 | 100100 | 100111 | 1011 | 101 | 111101 | 1000111 |
Color Harmonies of #E29189
Complementary color
Monochromatic Colors of #E29189
Black with #E29189
Text Example
Text Example
White with #E29189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29189; }
p { color: rgb(226,145,137); }
H1.HeaderClassName
{
color: #E29189;
}
.AnyTagClassName
{
color: #E29189;
}
</style>
background-color css
<style>
a { background-color: #E29189; }
a { background-color: rgb(226,145,137); }
div.DivClassName
{
background-color: #E29189;
}
.BgClassName
{
background-color: #E29189;
}
</style>
border-color css
<style>
span { border-color: #E29189; }
span { border-color: rgb(226,145,137); }
td.TdClassName
{
border-color: #E29189;
}
.TagClassName
{
border-color: #E29189;
}
</style>