Shades of Petite Orchid #E79D9A
Tints of Petite Orchid #E79D9A
RGB
CMYK
RGB Variations
Color information
#E79D9A (or 0xE79D9A) is known color: Petite Orchid. HEX triplet: E7, 9D and 9A. RGB value is (231,157,154). Sum of RGB (Red+Green+Blue) = 231+157+154=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79D9A is #186265. Grayscale: #B2B2B2. Windows color (decimal): -1598054 or 10132967. OLE color: 10132967.
HSL color Cylindrical-coordinate representation of color #E79D9A: hue angle of 2.34º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79D9A is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 154 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.09 |
| HSL | 2.34º | 0.62% | 0.75% | - |
| HSV(B) | 2.34º | 0.33% | 0.91% | - |
| XYZ | 50.84 | 43.44 | 36.28 | - |
| YUV | 178.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 154 | 0 | 0.32 | 0.33 | 0.09 | 2.34 | 0.62 | 0.75 |
| Hex | E7 | 9D | 9A | 0 | 20 | 21 | 9 | 2 | 3E | 4B |
| Octal | 347 | 235 | 232 | 0 | 40 | 41 | 11 | 2 | 76 | 113 |
| Binary | 11100111 | 10011101 | 10011010 | 0 | 100000 | 100001 | 1001 | 10 | 111110 | 1001011 |
Color Harmonies of #E79D9A
Complementary color
Monochromatic Colors of #E79D9A
Black with #E79D9A
Text Example
Text Example
White with #E79D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79D9A; }
p { color: rgb(231,157,154); }
H1.HeaderClassName
{
color: #E79D9A;
}
.AnyTagClassName
{
color: #E79D9A;
}
</style>
background-color css
<style>
a { background-color: #E79D9A; }
a { background-color: rgb(231,157,154); }
div.DivClassName
{
background-color: #E79D9A;
}
.BgClassName
{
background-color: #E79D9A;
}
</style>
border-color css
<style>
span { border-color: #E79D9A; }
span { border-color: rgb(231,157,154); }
td.TdClassName
{
border-color: #E79D9A;
}
.TagClassName
{
border-color: #E79D9A;
}
</style>