Shades of Petite Orchid #E09F9A
Tints of Petite Orchid #E09F9A
RGB
CMYK
RGB Variations
Color information
#E09F9A (or 0xE09F9A) is known color: Petite Orchid. HEX triplet: E0, 9F and 9A. RGB value is (224,159,154). Sum of RGB (Red+Green+Blue) = 224+159+154=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09F9A is #1F6065. Grayscale: #B1B1B1. Windows color (decimal): -2056294 or 10133472. OLE color: 10133472.
HSL color Cylindrical-coordinate representation of color #E09F9A: hue angle of 4.29º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09F9A is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 154 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.12 |
| HSL | 4.29º | 0.53% | 0.74% | - |
| HSV(B) | 4.29º | 0.31% | 0.88% | - |
| XYZ | 48.97 | 42.98 | 36.29 | - |
| YUV | 177.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 154 | 0 | 0.29 | 0.31 | 0.12 | 4.29 | 0.53 | 0.74 |
| Hex | E0 | 9F | 9A | 0 | 1D | 1F | C | 4 | 35 | 4A |
| Octal | 340 | 237 | 232 | 0 | 35 | 37 | 14 | 4 | 65 | 112 |
| Binary | 11100000 | 10011111 | 10011010 | 0 | 11101 | 11111 | 1100 | 100 | 110101 | 1001010 |
Color Harmonies of #E09F9A
Complementary color
Monochromatic Colors of #E09F9A
Black with #E09F9A
Text Example
Text Example
White with #E09F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09F9A; }
p { color: rgb(224,159,154); }
H1.HeaderClassName
{
color: #E09F9A;
}
.AnyTagClassName
{
color: #E09F9A;
}
</style>
background-color css
<style>
a { background-color: #E09F9A; }
a { background-color: rgb(224,159,154); }
div.DivClassName
{
background-color: #E09F9A;
}
.BgClassName
{
background-color: #E09F9A;
}
</style>
border-color css
<style>
span { border-color: #E09F9A; }
span { border-color: rgb(224,159,154); }
td.TdClassName
{
border-color: #E09F9A;
}
.TagClassName
{
border-color: #E09F9A;
}
</style>