Shades of Petite Orchid #E09487
Tints of Petite Orchid #E09487
RGB
CMYK
RGB Variations
Color information
#E09487 (or 0xE09487) is known color: Petite Orchid. HEX triplet: E0, 94 and 87. RGB value is (224,148,135). Sum of RGB (Red+Green+Blue) = 224+148+135=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E09487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09487 is #1F6B78. Grayscale: #A9A9A9. Windows color (decimal): -2059129 or 8885472. OLE color: 8885472.
HSL color Cylindrical-coordinate representation of color #E09487: hue angle of 8.76º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E09487 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 135 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.12 |
| HSL | 8.76º | 0.59% | 0.7% | - |
| HSV(B) | 8.76º | 0.4% | 0.88% | - |
| XYZ | 45.7 | 38.78 | 28 | - |
| YUV | 169.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 135 | 0 | 0.34 | 0.40 | 0.12 | 8.76 | 0.59 | 0.7 |
| Hex | E0 | 94 | 87 | 0 | 22 | 28 | C | 9 | 3B | 46 |
| Octal | 340 | 224 | 207 | 0 | 42 | 50 | 14 | 11 | 73 | 106 |
| Binary | 11100000 | 10010100 | 10000111 | 0 | 100010 | 101000 | 1100 | 1001 | 111011 | 1000110 |
Color Harmonies of #E09487
Complementary color
Monochromatic Colors of #E09487
Black with #E09487
Text Example
Text Example
White with #E09487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09487; }
p { color: rgb(224,148,135); }
H1.HeaderClassName
{
color: #E09487;
}
.AnyTagClassName
{
color: #E09487;
}
</style>
background-color css
<style>
a { background-color: #E09487; }
a { background-color: rgb(224,148,135); }
div.DivClassName
{
background-color: #E09487;
}
.BgClassName
{
background-color: #E09487;
}
</style>
border-color css
<style>
span { border-color: #E09487; }
span { border-color: rgb(224,148,135); }
td.TdClassName
{
border-color: #E09487;
}
.TagClassName
{
border-color: #E09487;
}
</style>