Shades of Petite Orchid #E79E97
Tints of Petite Orchid #E79E97
RGB
CMYK
RGB Variations
Color information
#E79E97 (or 0xE79E97) is known color: Petite Orchid. HEX triplet: E7, 9E and 97. RGB value is (231,158,151). Sum of RGB (Red+Green+Blue) = 231+158+151=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E79E97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79E97 is #186168. Grayscale: #B3B3B3. Windows color (decimal): -1597801 or 9936615. OLE color: 9936615.
HSL color Cylindrical-coordinate representation of color #E79E97: hue angle of 5.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E79E97 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 158 | 151 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.09 |
| HSL | 5.25º | 0.63% | 0.75% | - |
| HSV(B) | 5.25º | 0.35% | 0.91% | - |
| XYZ | 50.77 | 43.68 | 35.03 | - |
| YUV | 179.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 151 | 0 | 0.32 | 0.35 | 0.09 | 5.25 | 0.63 | 0.75 |
| Hex | E7 | 9E | 97 | 0 | 20 | 23 | 9 | 5 | 3E | 4B |
| Octal | 347 | 236 | 227 | 0 | 40 | 43 | 11 | 5 | 76 | 113 |
| Binary | 11100111 | 10011110 | 10010111 | 0 | 100000 | 100011 | 1001 | 101 | 111110 | 1001011 |
Color Harmonies of #E79E97
Complementary color
Monochromatic Colors of #E79E97
Black with #E79E97
Text Example
Text Example
White with #E79E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79E97; }
p { color: rgb(231,158,151); }
H1.HeaderClassName
{
color: #E79E97;
}
.AnyTagClassName
{
color: #E79E97;
}
</style>
background-color css
<style>
a { background-color: #E79E97; }
a { background-color: rgb(231,158,151); }
div.DivClassName
{
background-color: #E79E97;
}
.BgClassName
{
background-color: #E79E97;
}
</style>
border-color css
<style>
span { border-color: #E79E97; }
span { border-color: rgb(231,158,151); }
td.TdClassName
{
border-color: #E79E97;
}
.TagClassName
{
border-color: #E79E97;
}
</style>