Shades of Petite Orchid #E09B8D
Tints of Petite Orchid #E09B8D
RGB
CMYK
RGB Variations
Color information
#E09B8D (or 0xE09B8D) is known color: Petite Orchid. HEX triplet: E0, 9B and 8D. RGB value is (224,155,141). Sum of RGB (Red+Green+Blue) = 224+155+141=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09B8D is #1F6472. Grayscale: #AEAEAE. Windows color (decimal): -2057331 or 9280480. OLE color: 9280480.
HSL color Cylindrical-coordinate representation of color #E09B8D: hue angle of 10.12º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E09B8D is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 141 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.12 |
| HSL | 10.12º | 0.57% | 0.72% | - |
| HSV(B) | 10.12º | 0.37% | 0.88% | - |
| XYZ | 47.27 | 41.21 | 30.66 | - |
| YUV | 174.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 141 | 0 | 0.31 | 0.37 | 0.12 | 10.12 | 0.57 | 0.72 |
| Hex | E0 | 9B | 8D | 0 | 1F | 25 | C | A | 39 | 48 |
| Octal | 340 | 233 | 215 | 0 | 37 | 45 | 14 | 12 | 71 | 110 |
| Binary | 11100000 | 10011011 | 10001101 | 0 | 11111 | 100101 | 1100 | 1010 | 111001 | 1001000 |
Color Harmonies of #E09B8D
Complementary color
Monochromatic Colors of #E09B8D
Black with #E09B8D
Text Example
Text Example
White with #E09B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B8D; }
p { color: rgb(224,155,141); }
H1.HeaderClassName
{
color: #E09B8D;
}
.AnyTagClassName
{
color: #E09B8D;
}
</style>
background-color css
<style>
a { background-color: #E09B8D; }
a { background-color: rgb(224,155,141); }
div.DivClassName
{
background-color: #E09B8D;
}
.BgClassName
{
background-color: #E09B8D;
}
</style>
border-color css
<style>
span { border-color: #E09B8D; }
span { border-color: rgb(224,155,141); }
td.TdClassName
{
border-color: #E09B8D;
}
.TagClassName
{
border-color: #E09B8D;
}
</style>