Shades of Petite Orchid #E2A09B
Tints of Petite Orchid #E2A09B
RGB
CMYK
RGB Variations
Color information
#E2A09B (or 0xE2A09B) is known color: Petite Orchid. HEX triplet: E2, A0 and 9B. RGB value is (226,160,155). Sum of RGB (Red+Green+Blue) = 226+160+155=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A09B is #1D5F64. Grayscale: #B3B3B3. Windows color (decimal): -1924965 or 10199266. OLE color: 10199266.
HSL color Cylindrical-coordinate representation of color #E2A09B: hue angle of 4.23º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2A09B is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 155 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.11 |
| HSL | 4.23º | 0.55% | 0.75% | - |
| HSV(B) | 4.23º | 0.31% | 0.89% | - |
| XYZ | 49.85 | 43.68 | 36.81 | - |
| YUV | 179.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 155 | 0 | 0.29 | 0.31 | 0.11 | 4.23 | 0.55 | 0.75 |
| Hex | E2 | A0 | 9B | 0 | 1D | 1F | B | 4 | 37 | 4B |
| Octal | 342 | 240 | 233 | 0 | 35 | 37 | 13 | 4 | 67 | 113 |
| Binary | 11100010 | 10100000 | 10011011 | 0 | 11101 | 11111 | 1011 | 100 | 110111 | 1001011 |
Color Harmonies of #E2A09B
Complementary color
Monochromatic Colors of #E2A09B
Black with #E2A09B
Text Example
Text Example
White with #E2A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A09B; }
p { color: rgb(226,160,155); }
H1.HeaderClassName
{
color: #E2A09B;
}
.AnyTagClassName
{
color: #E2A09B;
}
</style>
background-color css
<style>
a { background-color: #E2A09B; }
a { background-color: rgb(226,160,155); }
div.DivClassName
{
background-color: #E2A09B;
}
.BgClassName
{
background-color: #E2A09B;
}
</style>
border-color css
<style>
span { border-color: #E2A09B; }
span { border-color: rgb(226,160,155); }
td.TdClassName
{
border-color: #E2A09B;
}
.TagClassName
{
border-color: #E2A09B;
}
</style>