Shades of Petite Orchid #E09B96
Tints of Petite Orchid #E09B96
RGB
CMYK
RGB Variations
Color information
#E09B96 (or 0xE09B96) is known color: Petite Orchid. HEX triplet: E0, 9B and 96. RGB value is (224,155,150). Sum of RGB (Red+Green+Blue) = 224+155+150=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09B96 is #1F6469. Grayscale: #AFAFAF. Windows color (decimal): -2057322 or 9870304. OLE color: 9870304.
HSL color Cylindrical-coordinate representation of color #E09B96: hue angle of 4.05º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E09B96 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 150 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.12 |
| HSL | 4.05º | 0.54% | 0.73% | - |
| HSV(B) | 4.05º | 0.33% | 0.88% | - |
| XYZ | 47.97 | 41.49 | 34.33 | - |
| YUV | 175.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 150 | 0 | 0.31 | 0.33 | 0.12 | 4.05 | 0.54 | 0.73 |
| Hex | E0 | 9B | 96 | 0 | 1F | 21 | C | 4 | 36 | 49 |
| Octal | 340 | 233 | 226 | 0 | 37 | 41 | 14 | 4 | 66 | 111 |
| Binary | 11100000 | 10011011 | 10010110 | 0 | 11111 | 100001 | 1100 | 100 | 110110 | 1001001 |
Color Harmonies of #E09B96
Complementary color
Monochromatic Colors of #E09B96
Black with #E09B96
Text Example
Text Example
White with #E09B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B96; }
p { color: rgb(224,155,150); }
H1.HeaderClassName
{
color: #E09B96;
}
.AnyTagClassName
{
color: #E09B96;
}
</style>
background-color css
<style>
a { background-color: #E09B96; }
a { background-color: rgb(224,155,150); }
div.DivClassName
{
background-color: #E09B96;
}
.BgClassName
{
background-color: #E09B96;
}
</style>
border-color css
<style>
span { border-color: #E09B96; }
span { border-color: rgb(224,155,150); }
td.TdClassName
{
border-color: #E09B96;
}
.TagClassName
{
border-color: #E09B96;
}
</style>