Shades of Petite Orchid #E79E95
Tints of Petite Orchid #E79E95
RGB
CMYK
RGB Variations
Color information
#E79E95 (or 0xE79E95) is known color: Petite Orchid. HEX triplet: E7, 9E and 95. RGB value is (231,158,149). Sum of RGB (Red+Green+Blue) = 231+158+149=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E79E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79E95 is #18616A. Grayscale: #B2B2B2. Windows color (decimal): -1597803 or 9805543. OLE color: 9805543.
HSL color Cylindrical-coordinate representation of color #E79E95: hue angle of 6.59º degrees, saturation: 0.63, 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 #E79E95 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 158 | 149 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.09 |
| HSL | 6.59º | 0.63% | 0.75% | - |
| HSV(B) | 6.59º | 0.35% | 0.91% | - |
| XYZ | 50.61 | 43.61 | 34.18 | - |
| YUV | 178.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 149 | 0 | 0.32 | 0.35 | 0.09 | 6.59 | 0.63 | 0.75 |
| Hex | E7 | 9E | 95 | 0 | 20 | 23 | 9 | 7 | 3F | 4B |
| Octal | 347 | 236 | 225 | 0 | 40 | 43 | 11 | 7 | 77 | 113 |
| Binary | 11100111 | 10011110 | 10010101 | 0 | 100000 | 100011 | 1001 | 111 | 111111 | 1001011 |
Color Harmonies of #E79E95
Complementary color
Monochromatic Colors of #E79E95
Black with #E79E95
Text Example
Text Example
White with #E79E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79E95; }
p { color: rgb(231,158,149); }
H1.HeaderClassName
{
color: #E79E95;
}
.AnyTagClassName
{
color: #E79E95;
}
</style>
background-color css
<style>
a { background-color: #E79E95; }
a { background-color: rgb(231,158,149); }
div.DivClassName
{
background-color: #E79E95;
}
.BgClassName
{
background-color: #E79E95;
}
</style>
border-color css
<style>
span { border-color: #E79E95; }
span { border-color: rgb(231,158,149); }
td.TdClassName
{
border-color: #E79E95;
}
.TagClassName
{
border-color: #E79E95;
}
</style>