Shades of Petite Orchid #E7A09B
Tints of Petite Orchid #E7A09B
RGB
CMYK
RGB Variations
Color information
#E7A09B (or 0xE7A09B) is known color: Petite Orchid. HEX triplet: E7, A0 and 9B. RGB value is (231,160,155). Sum of RGB (Red+Green+Blue) = 231+160+155=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A09B is #185F64. Grayscale: #B4B4B4. Windows color (decimal): -1597285 or 10199271. OLE color: 10199271.
HSL color Cylindrical-coordinate representation of color #E7A09B: hue angle of 3.95º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7A09B is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 155 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.09 |
| HSL | 3.95º | 0.61% | 0.76% | - |
| HSV(B) | 3.95º | 0.33% | 0.91% | - |
| XYZ | 51.44 | 44.5 | 36.89 | - |
| YUV | 180.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 155 | 0 | 0.31 | 0.33 | 0.09 | 3.95 | 0.61 | 0.76 |
| Hex | E7 | A0 | 9B | 0 | 1F | 21 | 9 | 4 | 3D | 4C |
| Octal | 347 | 240 | 233 | 0 | 37 | 41 | 11 | 4 | 75 | 114 |
| Binary | 11100111 | 10100000 | 10011011 | 0 | 11111 | 100001 | 1001 | 100 | 111101 | 1001100 |
Color Harmonies of #E7A09B
Complementary color
Monochromatic Colors of #E7A09B
Black with #E7A09B
Text Example
Text Example
White with #E7A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A09B; }
p { color: rgb(231,160,155); }
H1.HeaderClassName
{
color: #E7A09B;
}
.AnyTagClassName
{
color: #E7A09B;
}
</style>
background-color css
<style>
a { background-color: #E7A09B; }
a { background-color: rgb(231,160,155); }
div.DivClassName
{
background-color: #E7A09B;
}
.BgClassName
{
background-color: #E7A09B;
}
</style>
border-color css
<style>
span { border-color: #E7A09B; }
span { border-color: rgb(231,160,155); }
td.TdClassName
{
border-color: #E7A09B;
}
.TagClassName
{
border-color: #E7A09B;
}
</style>