Shades of Petite Orchid #E39F9E
Tints of Petite Orchid #E39F9E
RGB
CMYK
RGB Variations
Color information
#E39F9E (or 0xE39F9E) is known color: Petite Orchid. HEX triplet: E3, 9F and 9E. RGB value is (227,159,158). Sum of RGB (Red+Green+Blue) = 227+159+158=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E39F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39F9E is #1C6061. Grayscale: #B3B3B3. Windows color (decimal): -1859682 or 10395619. OLE color: 10395619.
HSL color Cylindrical-coordinate representation of color #E39F9E: hue angle of 0.87º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E39F9E is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 159 | 158 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.11 |
| HSL | 0.87º | 0.55% | 0.75% | - |
| HSV(B) | 0.87º | 0.3% | 0.89% | - |
| XYZ | 50.25 | 43.6 | 38.11 | - |
| YUV | 179.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 159 | 158 | 0 | 0.30 | 0.30 | 0.11 | 0.87 | 0.55 | 0.75 |
| Hex | E3 | 9F | 9E | 0 | 1E | 1E | B | 1 | 37 | 4B |
| Octal | 343 | 237 | 236 | 0 | 36 | 36 | 13 | 1 | 67 | 113 |
| Binary | 11100011 | 10011111 | 10011110 | 0 | 11110 | 11110 | 1011 | 1 | 110111 | 1001011 |
Color Harmonies of #E39F9E
Complementary color
Monochromatic Colors of #E39F9E
Black with #E39F9E
Text Example
Text Example
White with #E39F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39F9E; }
p { color: rgb(227,159,158); }
H1.HeaderClassName
{
color: #E39F9E;
}
.AnyTagClassName
{
color: #E39F9E;
}
</style>
background-color css
<style>
a { background-color: #E39F9E; }
a { background-color: rgb(227,159,158); }
div.DivClassName
{
background-color: #E39F9E;
}
.BgClassName
{
background-color: #E39F9E;
}
</style>
border-color css
<style>
span { border-color: #E39F9E; }
span { border-color: rgb(227,159,158); }
td.TdClassName
{
border-color: #E39F9E;
}
.TagClassName
{
border-color: #E39F9E;
}
</style>