Shades of Petite Orchid #E29893
Tints of Petite Orchid #E29893
RGB
CMYK
RGB Variations
Color information
#E29893 (or 0xE29893) is known color: Petite Orchid. HEX triplet: E2, 98 and 93. RGB value is (226,152,147). Sum of RGB (Red+Green+Blue) = 226+152+147=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E29893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29893 is #1D676C. Grayscale: #ADADAD. Windows color (decimal): -1927021 or 9672930. OLE color: 9672930.
HSL color Cylindrical-coordinate representation of color #E29893: hue angle of 3.8º degrees, saturation: 0.58, 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 #E29893 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 147 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.11 |
| HSL | 3.8º | 0.58% | 0.73% | - |
| HSV(B) | 3.8º | 0.35% | 0.89% | - |
| XYZ | 47.86 | 40.73 | 32.94 | - |
| YUV | 173.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 147 | 0 | 0.33 | 0.35 | 0.11 | 3.8 | 0.58 | 0.73 |
| Hex | E2 | 98 | 93 | 0 | 21 | 23 | B | 4 | 3A | 49 |
| Octal | 342 | 230 | 223 | 0 | 41 | 43 | 13 | 4 | 72 | 111 |
| Binary | 11100010 | 10011000 | 10010011 | 0 | 100001 | 100011 | 1011 | 100 | 111010 | 1001001 |
Color Harmonies of #E29893
Complementary color
Monochromatic Colors of #E29893
Black with #E29893
Text Example
Text Example
White with #E29893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29893; }
p { color: rgb(226,152,147); }
H1.HeaderClassName
{
color: #E29893;
}
.AnyTagClassName
{
color: #E29893;
}
</style>
background-color css
<style>
a { background-color: #E29893; }
a { background-color: rgb(226,152,147); }
div.DivClassName
{
background-color: #E29893;
}
.BgClassName
{
background-color: #E29893;
}
</style>
border-color css
<style>
span { border-color: #E29893; }
span { border-color: rgb(226,152,147); }
td.TdClassName
{
border-color: #E29893;
}
.TagClassName
{
border-color: #E29893;
}
</style>