Shades of Petite Orchid #E29B8F
Tints of Petite Orchid #E29B8F
RGB
CMYK
RGB Variations
Color information
#E29B8F (or 0xE29B8F) is known color: Petite Orchid. HEX triplet: E2, 9B and 8F. RGB value is (226,155,143). Sum of RGB (Red+Green+Blue) = 226+155+143=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29B8F is #1D6470. Grayscale: #AEAEAE. Windows color (decimal): -1926257 or 9411554. OLE color: 9411554.
HSL color Cylindrical-coordinate representation of color #E29B8F: hue angle of 8.67º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E29B8F is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 143 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.11 |
| HSL | 8.67º | 0.59% | 0.72% | - |
| HSV(B) | 8.67º | 0.37% | 0.89% | - |
| XYZ | 48.04 | 41.59 | 31.48 | - |
| YUV | 174.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 143 | 0 | 0.31 | 0.37 | 0.11 | 8.67 | 0.59 | 0.72 |
| Hex | E2 | 9B | 8F | 0 | 1F | 25 | B | 9 | 3B | 48 |
| Octal | 342 | 233 | 217 | 0 | 37 | 45 | 13 | 11 | 73 | 110 |
| Binary | 11100010 | 10011011 | 10001111 | 0 | 11111 | 100101 | 1011 | 1001 | 111011 | 1001000 |
Color Harmonies of #E29B8F
Complementary color
Monochromatic Colors of #E29B8F
Black with #E29B8F
Text Example
Text Example
White with #E29B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29B8F; }
p { color: rgb(226,155,143); }
H1.HeaderClassName
{
color: #E29B8F;
}
.AnyTagClassName
{
color: #E29B8F;
}
</style>
background-color css
<style>
a { background-color: #E29B8F; }
a { background-color: rgb(226,155,143); }
div.DivClassName
{
background-color: #E29B8F;
}
.BgClassName
{
background-color: #E29B8F;
}
</style>
border-color css
<style>
span { border-color: #E29B8F; }
span { border-color: rgb(226,155,143); }
td.TdClassName
{
border-color: #E29B8F;
}
.TagClassName
{
border-color: #E29B8F;
}
</style>