Shades of Petite Orchid #E6A09F
Tints of Petite Orchid #E6A09F
RGB
CMYK
RGB Variations
Color information
#E6A09F (or 0xE6A09F) is known color: Petite Orchid. HEX triplet: E6, A0 and 9F. RGB value is (230,160,159). Sum of RGB (Red+Green+Blue) = 230+160+159=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A09F is #195F60. Grayscale: #B4B4B4. Windows color (decimal): -1662817 or 10461414. OLE color: 10461414.
HSL color Cylindrical-coordinate representation of color #E6A09F: hue angle of 0.85º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6A09F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 159 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.10 |
| HSL | 0.85º | 0.59% | 0.76% | - |
| HSV(B) | 0.85º | 0.31% | 0.9% | - |
| XYZ | 51.46 | 44.47 | 38.67 | - |
| YUV | 180.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 159 | 0 | 0.30 | 0.31 | 0.10 | 0.85 | 0.59 | 0.76 |
| Hex | E6 | A0 | 9F | 0 | 1E | 1F | A | 1 | 3B | 4C |
| Octal | 346 | 240 | 237 | 0 | 36 | 37 | 12 | 1 | 73 | 114 |
| Binary | 11100110 | 10100000 | 10011111 | 0 | 11110 | 11111 | 1010 | 1 | 111011 | 1001100 |
Color Harmonies of #E6A09F
Complementary color
Monochromatic Colors of #E6A09F
Black with #E6A09F
Text Example
Text Example
White with #E6A09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A09F; }
p { color: rgb(230,160,159); }
H1.HeaderClassName
{
color: #E6A09F;
}
.AnyTagClassName
{
color: #E6A09F;
}
</style>
background-color css
<style>
a { background-color: #E6A09F; }
a { background-color: rgb(230,160,159); }
div.DivClassName
{
background-color: #E6A09F;
}
.BgClassName
{
background-color: #E6A09F;
}
</style>
border-color css
<style>
span { border-color: #E6A09F; }
span { border-color: rgb(230,160,159); }
td.TdClassName
{
border-color: #E6A09F;
}
.TagClassName
{
border-color: #E6A09F;
}
</style>