Shades of Petite Orchid #E0A098
Tints of Petite Orchid #E0A098
RGB
CMYK
RGB Variations
Color information
#E0A098 (or 0xE0A098) is known color: Petite Orchid. HEX triplet: E0, A0 and 98. RGB value is (224,160,152). Sum of RGB (Red+Green+Blue) = 224+160+152=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A098 is #1F5F67. Grayscale: #B2B2B2. Windows color (decimal): -2056040 or 10002656. OLE color: 10002656.
HSL color Cylindrical-coordinate representation of color #E0A098: hue angle of 6.67º degrees, saturation: 0.54, 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 #E0A098 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 152 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.12 |
| HSL | 6.67º | 0.54% | 0.74% | - |
| HSV(B) | 6.67º | 0.32% | 0.88% | - |
| XYZ | 48.98 | 43.26 | 35.47 | - |
| YUV | 178.22 | 113.2 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 152 | 0 | 0.29 | 0.32 | 0.12 | 6.67 | 0.54 | 0.74 |
| Hex | E0 | A0 | 98 | 0 | 1D | 20 | C | 7 | 36 | 4A |
| Octal | 340 | 240 | 230 | 0 | 35 | 40 | 14 | 7 | 66 | 112 |
| Binary | 11100000 | 10100000 | 10011000 | 0 | 11101 | 100000 | 1100 | 111 | 110110 | 1001010 |
Color Harmonies of #E0A098
Complementary color
Monochromatic Colors of #E0A098
Black with #E0A098
Text Example
Text Example
White with #E0A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A098; }
p { color: rgb(224,160,152); }
H1.HeaderClassName
{
color: #E0A098;
}
.AnyTagClassName
{
color: #E0A098;
}
</style>
background-color css
<style>
a { background-color: #E0A098; }
a { background-color: rgb(224,160,152); }
div.DivClassName
{
background-color: #E0A098;
}
.BgClassName
{
background-color: #E0A098;
}
</style>
border-color css
<style>
span { border-color: #E0A098; }
span { border-color: rgb(224,160,152); }
td.TdClassName
{
border-color: #E0A098;
}
.TagClassName
{
border-color: #E0A098;
}
</style>