Shades of Petite Orchid #E7A098
Tints of Petite Orchid #E7A098
RGB
CMYK
RGB Variations
Color information
#E7A098 (or 0xE7A098) is known color: Petite Orchid. HEX triplet: E7, A0 and 98. RGB value is (231,160,152). Sum of RGB (Red+Green+Blue) = 231+160+152=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A098 is #185F67. Grayscale: #B4B4B4. Windows color (decimal): -1597288 or 10002663. OLE color: 10002663.
HSL color Cylindrical-coordinate representation of color #E7A098: hue angle of 6.08º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E7A098 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 152 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.09 |
| HSL | 6.08º | 0.62% | 0.75% | - |
| HSV(B) | 6.08º | 0.34% | 0.91% | - |
| XYZ | 51.19 | 44.4 | 35.58 | - |
| YUV | 180.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 152 | 0 | 0.31 | 0.34 | 0.09 | 6.08 | 0.62 | 0.75 |
| Hex | E7 | A0 | 98 | 0 | 1F | 22 | 9 | 6 | 3E | 4B |
| Octal | 347 | 240 | 230 | 0 | 37 | 42 | 11 | 6 | 76 | 113 |
| Binary | 11100111 | 10100000 | 10011000 | 0 | 11111 | 100010 | 1001 | 110 | 111110 | 1001011 |
Color Harmonies of #E7A098
Complementary color
Monochromatic Colors of #E7A098
Black with #E7A098
Text Example
Text Example
White with #E7A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A098; }
p { color: rgb(231,160,152); }
H1.HeaderClassName
{
color: #E7A098;
}
.AnyTagClassName
{
color: #E7A098;
}
</style>
background-color css
<style>
a { background-color: #E7A098; }
a { background-color: rgb(231,160,152); }
div.DivClassName
{
background-color: #E7A098;
}
.BgClassName
{
background-color: #E7A098;
}
</style>
border-color css
<style>
span { border-color: #E7A098; }
span { border-color: rgb(231,160,152); }
td.TdClassName
{
border-color: #E7A098;
}
.TagClassName
{
border-color: #E7A098;
}
</style>