Shades of Petite Orchid #E09D93
Tints of Petite Orchid #E09D93
RGB
CMYK
RGB Variations
Color information
#E09D93 (or 0xE09D93) is known color: Petite Orchid. HEX triplet: E0, 9D and 93. RGB value is (224,157,147). Sum of RGB (Red+Green+Blue) = 224+157+147=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D93 is #1F626C. Grayscale: #B0B0B0. Windows color (decimal): -2056813 or 9674208. OLE color: 9674208.
HSL color Cylindrical-coordinate representation of color #E09D93: hue angle of 7.79º 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 #E09D93 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 147 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.12 |
| HSL | 7.79º | 0.55% | 0.73% | - |
| HSV(B) | 7.79º | 0.34% | 0.88% | - |
| XYZ | 48.06 | 42.07 | 33.19 | - |
| YUV | 175.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 147 | 0 | 0.30 | 0.34 | 0.12 | 7.79 | 0.55 | 0.73 |
| Hex | E0 | 9D | 93 | 0 | 1E | 22 | C | 8 | 37 | 49 |
| Octal | 340 | 235 | 223 | 0 | 36 | 42 | 14 | 10 | 67 | 111 |
| Binary | 11100000 | 10011101 | 10010011 | 0 | 11110 | 100010 | 1100 | 1000 | 110111 | 1001001 |
Color Harmonies of #E09D93
Complementary color
Monochromatic Colors of #E09D93
Black with #E09D93
Text Example
Text Example
White with #E09D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D93; }
p { color: rgb(224,157,147); }
H1.HeaderClassName
{
color: #E09D93;
}
.AnyTagClassName
{
color: #E09D93;
}
</style>
background-color css
<style>
a { background-color: #E09D93; }
a { background-color: rgb(224,157,147); }
div.DivClassName
{
background-color: #E09D93;
}
.BgClassName
{
background-color: #E09D93;
}
</style>
border-color css
<style>
span { border-color: #E09D93; }
span { border-color: rgb(224,157,147); }
td.TdClassName
{
border-color: #E09D93;
}
.TagClassName
{
border-color: #E09D93;
}
</style>