Shades of Petite Orchid #E09F9C
Tints of Petite Orchid #E09F9C
RGB
CMYK
RGB Variations
Color information
#E09F9C (or 0xE09F9C) is known color: Petite Orchid. HEX triplet: E0, 9F and 9C. RGB value is (224,159,156). Sum of RGB (Red+Green+Blue) = 224+159+156=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09F9C is #1F6063. Grayscale: #B2B2B2. Windows color (decimal): -2056292 or 10264544. OLE color: 10264544.
HSL color Cylindrical-coordinate representation of color #E09F9C: hue angle of 2.65º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09F9C is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 156 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.12 |
| HSL | 2.65º | 0.52% | 0.75% | - |
| HSV(B) | 2.65º | 0.3% | 0.88% | - |
| XYZ | 49.14 | 43.04 | 37.17 | - |
| YUV | 178.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 156 | 0 | 0.29 | 0.30 | 0.12 | 2.65 | 0.52 | 0.75 |
| Hex | E0 | 9F | 9C | 0 | 1D | 1E | C | 3 | 34 | 4B |
| Octal | 340 | 237 | 234 | 0 | 35 | 36 | 14 | 3 | 64 | 113 |
| Binary | 11100000 | 10011111 | 10011100 | 0 | 11101 | 11110 | 1100 | 11 | 110100 | 1001011 |
Color Harmonies of #E09F9C
Complementary color
Monochromatic Colors of #E09F9C
Black with #E09F9C
Text Example
Text Example
White with #E09F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09F9C; }
p { color: rgb(224,159,156); }
H1.HeaderClassName
{
color: #E09F9C;
}
.AnyTagClassName
{
color: #E09F9C;
}
</style>
background-color css
<style>
a { background-color: #E09F9C; }
a { background-color: rgb(224,159,156); }
div.DivClassName
{
background-color: #E09F9C;
}
.BgClassName
{
background-color: #E09F9C;
}
</style>
border-color css
<style>
span { border-color: #E09F9C; }
span { border-color: rgb(224,159,156); }
td.TdClassName
{
border-color: #E09F9C;
}
.TagClassName
{
border-color: #E09F9C;
}
</style>