Shades of Petite Orchid #E39F96
Tints of Petite Orchid #E39F96
RGB
CMYK
RGB Variations
Color information
#E39F96 (or 0xE39F96) is known color: Petite Orchid. HEX triplet: E3, 9F and 96. RGB value is (227,159,150). Sum of RGB (Red+Green+Blue) = 227+159+150=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E39F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39F96 is #1C6069. Grayscale: #B2B2B2. Windows color (decimal): -1859690 or 9871331. OLE color: 9871331.
HSL color Cylindrical-coordinate representation of color #E39F96: hue angle of 7.01º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E39F96 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 159 | 150 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.11 |
| HSL | 7.01º | 0.58% | 0.74% | - |
| HSV(B) | 7.01º | 0.34% | 0.89% | - |
| XYZ | 49.58 | 43.33 | 34.6 | - |
| YUV | 178.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 159 | 150 | 0 | 0.30 | 0.34 | 0.11 | 7.01 | 0.58 | 0.74 |
| Hex | E3 | 9F | 96 | 0 | 1E | 22 | B | 7 | 3A | 4A |
| Octal | 343 | 237 | 226 | 0 | 36 | 42 | 13 | 7 | 72 | 112 |
| Binary | 11100011 | 10011111 | 10010110 | 0 | 11110 | 100010 | 1011 | 111 | 111010 | 1001010 |
Color Harmonies of #E39F96
Complementary color
Monochromatic Colors of #E39F96
Black with #E39F96
Text Example
Text Example
White with #E39F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39F96; }
p { color: rgb(227,159,150); }
H1.HeaderClassName
{
color: #E39F96;
}
.AnyTagClassName
{
color: #E39F96;
}
</style>
background-color css
<style>
a { background-color: #E39F96; }
a { background-color: rgb(227,159,150); }
div.DivClassName
{
background-color: #E39F96;
}
.BgClassName
{
background-color: #E39F96;
}
</style>
border-color css
<style>
span { border-color: #E39F96; }
span { border-color: rgb(227,159,150); }
td.TdClassName
{
border-color: #E39F96;
}
.TagClassName
{
border-color: #E39F96;
}
</style>