Shades of Petite Orchid #E09F93
Tints of Petite Orchid #E09F93
RGB
CMYK
RGB Variations
Color information
#E09F93 (or 0xE09F93) is known color: Petite Orchid. HEX triplet: E0, 9F and 93. RGB value is (224,159,147). Sum of RGB (Red+Green+Blue) = 224+159+147=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09F93 is #1F606C. Grayscale: #B1B1B1. Windows color (decimal): -2056301 or 9674720. OLE color: 9674720.
HSL color Cylindrical-coordinate representation of color #E09F93: hue angle of 9.35º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09F93 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 147 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.12 |
| HSL | 9.35º | 0.55% | 0.73% | - |
| HSV(B) | 9.35º | 0.34% | 0.88% | - |
| XYZ | 48.41 | 42.75 | 33.3 | - |
| YUV | 177.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 147 | 0 | 0.29 | 0.34 | 0.12 | 9.35 | 0.55 | 0.73 |
| Hex | E0 | 9F | 93 | 0 | 1D | 22 | C | 9 | 37 | 49 |
| Octal | 340 | 237 | 223 | 0 | 35 | 42 | 14 | 11 | 67 | 111 |
| Binary | 11100000 | 10011111 | 10010011 | 0 | 11101 | 100010 | 1100 | 1001 | 110111 | 1001001 |
Color Harmonies of #E09F93
Complementary color
Monochromatic Colors of #E09F93
Black with #E09F93
Text Example
Text Example
White with #E09F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09F93; }
p { color: rgb(224,159,147); }
H1.HeaderClassName
{
color: #E09F93;
}
.AnyTagClassName
{
color: #E09F93;
}
</style>
background-color css
<style>
a { background-color: #E09F93; }
a { background-color: rgb(224,159,147); }
div.DivClassName
{
background-color: #E09F93;
}
.BgClassName
{
background-color: #E09F93;
}
</style>
border-color css
<style>
span { border-color: #E09F93; }
span { border-color: rgb(224,159,147); }
td.TdClassName
{
border-color: #E09F93;
}
.TagClassName
{
border-color: #E09F93;
}
</style>