Shades of Petite Orchid #E29388
Tints of Petite Orchid #E29388
RGB
CMYK
RGB Variations
Color information
#E29388 (or 0xE29388) is known color: Petite Orchid. HEX triplet: E2, 93 and 88. RGB value is (226,147,136). Sum of RGB (Red+Green+Blue) = 226+147+136=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E29388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29388 is #1D6C77. Grayscale: #A9A9A9. Windows color (decimal): -1928312 or 8950754. OLE color: 8950754.
HSL color Cylindrical-coordinate representation of color #E29388: hue angle of 7.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E29388 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 136 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.11 |
| HSL | 7.33º | 0.61% | 0.71% | - |
| HSV(B) | 7.33º | 0.4% | 0.89% | - |
| XYZ | 46.24 | 38.81 | 28.35 | - |
| YUV | 169.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 136 | 0 | 0.35 | 0.40 | 0.11 | 7.33 | 0.61 | 0.71 |
| Hex | E2 | 93 | 88 | 0 | 23 | 28 | B | 7 | 3D | 47 |
| Octal | 342 | 223 | 210 | 0 | 43 | 50 | 13 | 7 | 75 | 107 |
| Binary | 11100010 | 10010011 | 10001000 | 0 | 100011 | 101000 | 1011 | 111 | 111101 | 1000111 |
Color Harmonies of #E29388
Complementary color
Monochromatic Colors of #E29388
Black with #E29388
Text Example
Text Example
White with #E29388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29388; }
p { color: rgb(226,147,136); }
H1.HeaderClassName
{
color: #E29388;
}
.AnyTagClassName
{
color: #E29388;
}
</style>
background-color css
<style>
a { background-color: #E29388; }
a { background-color: rgb(226,147,136); }
div.DivClassName
{
background-color: #E29388;
}
.BgClassName
{
background-color: #E29388;
}
</style>
border-color css
<style>
span { border-color: #E29388; }
span { border-color: rgb(226,147,136); }
td.TdClassName
{
border-color: #E29388;
}
.TagClassName
{
border-color: #E29388;
}
</style>