Shades of Petite Orchid #E09D94
Tints of Petite Orchid #E09D94
RGB
CMYK
RGB Variations
Color information
#E09D94 (or 0xE09D94) is known color: Petite Orchid. HEX triplet: E0, 9D and 94. RGB value is (224,157,148). Sum of RGB (Red+Green+Blue) = 224+157+148=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D94 is #1F626B. Grayscale: #B0B0B0. Windows color (decimal): -2056812 or 9739744. OLE color: 9739744.
HSL color Cylindrical-coordinate representation of color #E09D94: hue angle of 7.11º 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 #E09D94 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 148 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.12 |
| HSL | 7.11º | 0.55% | 0.73% | - |
| HSV(B) | 7.11º | 0.34% | 0.88% | - |
| XYZ | 48.14 | 42.1 | 33.61 | - |
| YUV | 176.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 148 | 0 | 0.30 | 0.34 | 0.12 | 7.11 | 0.55 | 0.73 |
| Hex | E0 | 9D | 94 | 0 | 1E | 22 | C | 7 | 37 | 49 |
| Octal | 340 | 235 | 224 | 0 | 36 | 42 | 14 | 7 | 67 | 111 |
| Binary | 11100000 | 10011101 | 10010100 | 0 | 11110 | 100010 | 1100 | 111 | 110111 | 1001001 |
Color Harmonies of #E09D94
Complementary color
Monochromatic Colors of #E09D94
Black with #E09D94
Text Example
Text Example
White with #E09D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D94; }
p { color: rgb(224,157,148); }
H1.HeaderClassName
{
color: #E09D94;
}
.AnyTagClassName
{
color: #E09D94;
}
</style>
background-color css
<style>
a { background-color: #E09D94; }
a { background-color: rgb(224,157,148); }
div.DivClassName
{
background-color: #E09D94;
}
.BgClassName
{
background-color: #E09D94;
}
</style>
border-color css
<style>
span { border-color: #E09D94; }
span { border-color: rgb(224,157,148); }
td.TdClassName
{
border-color: #E09D94;
}
.TagClassName
{
border-color: #E09D94;
}
</style>