Shades of Petite Orchid #E29B90
Tints of Petite Orchid #E29B90
RGB
CMYK
RGB Variations
Color information
#E29B90 (or 0xE29B90) is known color: Petite Orchid. HEX triplet: E2, 9B and 90. RGB value is (226,155,144). Sum of RGB (Red+Green+Blue) = 226+155+144=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29B90 is #1D646F. Grayscale: #AFAFAF. Windows color (decimal): -1926256 or 9477090. OLE color: 9477090.
HSL color Cylindrical-coordinate representation of color #E29B90: hue angle of 8.05º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E29B90 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 144 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.11 |
| HSL | 8.05º | 0.59% | 0.73% | - |
| HSV(B) | 8.05º | 0.36% | 0.89% | - |
| XYZ | 48.12 | 41.63 | 31.88 | - |
| YUV | 174.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 144 | 0 | 0.31 | 0.36 | 0.11 | 8.05 | 0.59 | 0.73 |
| Hex | E2 | 9B | 90 | 0 | 1F | 24 | B | 8 | 3B | 49 |
| Octal | 342 | 233 | 220 | 0 | 37 | 44 | 13 | 10 | 73 | 111 |
| Binary | 11100010 | 10011011 | 10010000 | 0 | 11111 | 100100 | 1011 | 1000 | 111011 | 1001001 |
Color Harmonies of #E29B90
Complementary color
Monochromatic Colors of #E29B90
Black with #E29B90
Text Example
Text Example
White with #E29B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29B90; }
p { color: rgb(226,155,144); }
H1.HeaderClassName
{
color: #E29B90;
}
.AnyTagClassName
{
color: #E29B90;
}
</style>
background-color css
<style>
a { background-color: #E29B90; }
a { background-color: rgb(226,155,144); }
div.DivClassName
{
background-color: #E29B90;
}
.BgClassName
{
background-color: #E29B90;
}
</style>
border-color css
<style>
span { border-color: #E29B90; }
span { border-color: rgb(226,155,144); }
td.TdClassName
{
border-color: #E29B90;
}
.TagClassName
{
border-color: #E29B90;
}
</style>