Shades of Petite Orchid #E09A8F
Tints of Petite Orchid #E09A8F
RGB
CMYK
RGB Variations
Color information
#E09A8F (or 0xE09A8F) is known color: Petite Orchid. HEX triplet: E0, 9A and 8F. RGB value is (224,154,143). Sum of RGB (Red+Green+Blue) = 224+154+143=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A8F is #1F6570. Grayscale: #ADADAD. Windows color (decimal): -2057585 or 9411296. OLE color: 9411296.
HSL color Cylindrical-coordinate representation of color #E09A8F: hue angle of 8.15º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E09A8F is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 143 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.12 |
| HSL | 8.15º | 0.57% | 0.72% | - |
| HSV(B) | 8.15º | 0.36% | 0.88% | - |
| XYZ | 47.25 | 40.94 | 31.4 | - |
| YUV | 173.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 143 | 0 | 0.31 | 0.36 | 0.12 | 8.15 | 0.57 | 0.72 |
| Hex | E0 | 9A | 8F | 0 | 1F | 24 | C | 8 | 39 | 48 |
| Octal | 340 | 232 | 217 | 0 | 37 | 44 | 14 | 10 | 71 | 110 |
| Binary | 11100000 | 10011010 | 10001111 | 0 | 11111 | 100100 | 1100 | 1000 | 111001 | 1001000 |
Color Harmonies of #E09A8F
Complementary color
Monochromatic Colors of #E09A8F
Black with #E09A8F
Text Example
Text Example
White with #E09A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A8F; }
p { color: rgb(224,154,143); }
H1.HeaderClassName
{
color: #E09A8F;
}
.AnyTagClassName
{
color: #E09A8F;
}
</style>
background-color css
<style>
a { background-color: #E09A8F; }
a { background-color: rgb(224,154,143); }
div.DivClassName
{
background-color: #E09A8F;
}
.BgClassName
{
background-color: #E09A8F;
}
</style>
border-color css
<style>
span { border-color: #E09A8F; }
span { border-color: rgb(224,154,143); }
td.TdClassName
{
border-color: #E09A8F;
}
.TagClassName
{
border-color: #E09A8F;
}
</style>