Shades of Petite Orchid #E79C94
Tints of Petite Orchid #E79C94
RGB
CMYK
RGB Variations
Color information
#E79C94 (or 0xE79C94) is known color: Petite Orchid. HEX triplet: E7, 9C and 94. RGB value is (231,156,148). Sum of RGB (Red+Green+Blue) = 231+156+148=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E79C94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79C94 is #18636B. Grayscale: #B1B1B1. Windows color (decimal): -1598316 or 9739495. OLE color: 9739495.
HSL color Cylindrical-coordinate representation of color #E79C94: hue angle of 5.78º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E79C94 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 148 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.09 |
| HSL | 5.78º | 0.63% | 0.74% | - |
| HSV(B) | 5.78º | 0.36% | 0.91% | - |
| XYZ | 50.19 | 42.9 | 33.65 | - |
| YUV | 177.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 148 | 0 | 0.32 | 0.36 | 0.09 | 5.78 | 0.63 | 0.74 |
| Hex | E7 | 9C | 94 | 0 | 20 | 24 | 9 | 6 | 3F | 4A |
| Octal | 347 | 234 | 224 | 0 | 40 | 44 | 11 | 6 | 77 | 112 |
| Binary | 11100111 | 10011100 | 10010100 | 0 | 100000 | 100100 | 1001 | 110 | 111111 | 1001010 |
Color Harmonies of #E79C94
Complementary color
Monochromatic Colors of #E79C94
Black with #E79C94
Text Example
Text Example
White with #E79C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79C94; }
p { color: rgb(231,156,148); }
H1.HeaderClassName
{
color: #E79C94;
}
.AnyTagClassName
{
color: #E79C94;
}
</style>
background-color css
<style>
a { background-color: #E79C94; }
a { background-color: rgb(231,156,148); }
div.DivClassName
{
background-color: #E79C94;
}
.BgClassName
{
background-color: #E79C94;
}
</style>
border-color css
<style>
span { border-color: #E79C94; }
span { border-color: rgb(231,156,148); }
td.TdClassName
{
border-color: #E79C94;
}
.TagClassName
{
border-color: #E79C94;
}
</style>