Shades of Petite Orchid #E39F93
Tints of Petite Orchid #E39F93
RGB
CMYK
RGB Variations
Color information
#E39F93 (or 0xE39F93) is known color: Petite Orchid. HEX triplet: E3, 9F and 93. RGB value is (227,159,147). Sum of RGB (Red+Green+Blue) = 227+159+147=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E39F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39F93 is #1C606C. Grayscale: #B2B2B2. Windows color (decimal): -1859693 or 9674723. OLE color: 9674723.
HSL color Cylindrical-coordinate representation of color #E39F93: hue angle of 9º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E39F93 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 159 | 147 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.11 |
| HSL | 9º | 0.59% | 0.73% | - |
| HSV(B) | 9º | 0.35% | 0.89% | - |
| XYZ | 49.34 | 43.23 | 33.35 | - |
| YUV | 177.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 159 | 147 | 0 | 0.30 | 0.35 | 0.11 | 9 | 0.59 | 0.73 |
| Hex | E3 | 9F | 93 | 0 | 1E | 23 | B | 9 | 3B | 49 |
| Octal | 343 | 237 | 223 | 0 | 36 | 43 | 13 | 11 | 73 | 111 |
| Binary | 11100011 | 10011111 | 10010011 | 0 | 11110 | 100011 | 1011 | 1001 | 111011 | 1001001 |
Color Harmonies of #E39F93
Complementary color
Monochromatic Colors of #E39F93
Black with #E39F93
Text Example
Text Example
White with #E39F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39F93; }
p { color: rgb(227,159,147); }
H1.HeaderClassName
{
color: #E39F93;
}
.AnyTagClassName
{
color: #E39F93;
}
</style>
background-color css
<style>
a { background-color: #E39F93; }
a { background-color: rgb(227,159,147); }
div.DivClassName
{
background-color: #E39F93;
}
.BgClassName
{
background-color: #E39F93;
}
</style>
border-color css
<style>
span { border-color: #E39F93; }
span { border-color: rgb(227,159,147); }
td.TdClassName
{
border-color: #E39F93;
}
.TagClassName
{
border-color: #E39F93;
}
</style>