Shades of Petite Orchid #E09D99
Tints of Petite Orchid #E09D99
RGB
CMYK
RGB Variations
Color information
#E09D99 (or 0xE09D99) is known color: Petite Orchid. HEX triplet: E0, 9D and 99. RGB value is (224,157,153). Sum of RGB (Red+Green+Blue) = 224+157+153=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D99 is #1F6266. Grayscale: #B0B0B0. Windows color (decimal): -2056807 or 10067424. OLE color: 10067424.
HSL color Cylindrical-coordinate representation of color #E09D99: hue angle of 3.38º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E09D99 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 153 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.12 |
| HSL | 3.38º | 0.53% | 0.74% | - |
| HSV(B) | 3.38º | 0.32% | 0.88% | - |
| XYZ | 48.55 | 42.26 | 35.74 | - |
| YUV | 176.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 153 | 0 | 0.30 | 0.32 | 0.12 | 3.38 | 0.53 | 0.74 |
| Hex | E0 | 9D | 99 | 0 | 1E | 20 | C | 3 | 35 | 4A |
| Octal | 340 | 235 | 231 | 0 | 36 | 40 | 14 | 3 | 65 | 112 |
| Binary | 11100000 | 10011101 | 10011001 | 0 | 11110 | 100000 | 1100 | 11 | 110101 | 1001010 |
Color Harmonies of #E09D99
Complementary color
Monochromatic Colors of #E09D99
Black with #E09D99
Text Example
Text Example
White with #E09D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D99; }
p { color: rgb(224,157,153); }
H1.HeaderClassName
{
color: #E09D99;
}
.AnyTagClassName
{
color: #E09D99;
}
</style>
background-color css
<style>
a { background-color: #E09D99; }
a { background-color: rgb(224,157,153); }
div.DivClassName
{
background-color: #E09D99;
}
.BgClassName
{
background-color: #E09D99;
}
</style>
border-color css
<style>
span { border-color: #E09D99; }
span { border-color: rgb(224,157,153); }
td.TdClassName
{
border-color: #E09D99;
}
.TagClassName
{
border-color: #E09D99;
}
</style>