Shades of Petite Orchid #E1A098
Tints of Petite Orchid #E1A098
RGB
CMYK
RGB Variations
Color information
#E1A098 (or 0xE1A098) is known color: Petite Orchid. HEX triplet: E1, A0 and 98. RGB value is (225,160,152). Sum of RGB (Red+Green+Blue) = 225+160+152=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A098 is #1E5F67. Grayscale: #B2B2B2. Windows color (decimal): -1990504 or 10002657. OLE color: 10002657.
HSL color Cylindrical-coordinate representation of color #E1A098: hue angle of 6.58º degrees, saturation: 0.55, 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 #E1A098 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 152 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.12 |
| HSL | 6.58º | 0.55% | 0.74% | - |
| HSV(B) | 6.58º | 0.32% | 0.88% | - |
| XYZ | 49.29 | 43.42 | 35.49 | - |
| YUV | 178.52 | 113.03 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 152 | 0 | 0.29 | 0.32 | 0.12 | 6.58 | 0.55 | 0.74 |
| Hex | E1 | A0 | 98 | 0 | 1D | 20 | C | 7 | 37 | 4A |
| Octal | 341 | 240 | 230 | 0 | 35 | 40 | 14 | 7 | 67 | 112 |
| Binary | 11100001 | 10100000 | 10011000 | 0 | 11101 | 100000 | 1100 | 111 | 110111 | 1001010 |
Color Harmonies of #E1A098
Complementary color
Monochromatic Colors of #E1A098
Black with #E1A098
Text Example
Text Example
White with #E1A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A098; }
p { color: rgb(225,160,152); }
H1.HeaderClassName
{
color: #E1A098;
}
.AnyTagClassName
{
color: #E1A098;
}
</style>
background-color css
<style>
a { background-color: #E1A098; }
a { background-color: rgb(225,160,152); }
div.DivClassName
{
background-color: #E1A098;
}
.BgClassName
{
background-color: #E1A098;
}
</style>
border-color css
<style>
span { border-color: #E1A098; }
span { border-color: rgb(225,160,152); }
td.TdClassName
{
border-color: #E1A098;
}
.TagClassName
{
border-color: #E1A098;
}
</style>