Shades of Petite Orchid #E6A09B
Tints of Petite Orchid #E6A09B
RGB
CMYK
RGB Variations
Color information
#E6A09B (or 0xE6A09B) is known color: Petite Orchid. HEX triplet: E6, A0 and 9B. RGB value is (230,160,155). Sum of RGB (Red+Green+Blue) = 230+160+155=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A09B is #195F64. Grayscale: #B4B4B4. Windows color (decimal): -1662821 or 10199270. OLE color: 10199270.
HSL color Cylindrical-coordinate representation of color #E6A09B: hue angle of 4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6A09B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 155 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.10 |
| HSL | 4º | 0.6% | 0.75% | - |
| HSV(B) | 4º | 0.33% | 0.9% | - |
| XYZ | 51.12 | 44.33 | 36.87 | - |
| YUV | 180.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 155 | 0 | 0.30 | 0.33 | 0.10 | 4 | 0.6 | 0.75 |
| Hex | E6 | A0 | 9B | 0 | 1E | 21 | A | 4 | 3C | 4B |
| Octal | 346 | 240 | 233 | 0 | 36 | 41 | 12 | 4 | 74 | 113 |
| Binary | 11100110 | 10100000 | 10011011 | 0 | 11110 | 100001 | 1010 | 100 | 111100 | 1001011 |
Color Harmonies of #E6A09B
Complementary color
Monochromatic Colors of #E6A09B
Black with #E6A09B
Text Example
Text Example
White with #E6A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A09B; }
p { color: rgb(230,160,155); }
H1.HeaderClassName
{
color: #E6A09B;
}
.AnyTagClassName
{
color: #E6A09B;
}
</style>
background-color css
<style>
a { background-color: #E6A09B; }
a { background-color: rgb(230,160,155); }
div.DivClassName
{
background-color: #E6A09B;
}
.BgClassName
{
background-color: #E6A09B;
}
</style>
border-color css
<style>
span { border-color: #E6A09B; }
span { border-color: rgb(230,160,155); }
td.TdClassName
{
border-color: #E6A09B;
}
.TagClassName
{
border-color: #E6A09B;
}
</style>