Shades of Petite Orchid #E8A098
Tints of Petite Orchid #E8A098
RGB
CMYK
RGB Variations
Color information
#E8A098 (or 0xE8A098) is known color: Petite Orchid. HEX triplet: E8, A0 and 98. RGB value is (232,160,152). Sum of RGB (Red+Green+Blue) = 232+160+152=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A098 is #175F67. Grayscale: #B4B4B4. Windows color (decimal): -1531752 or 10002664. OLE color: 10002664.
HSL color Cylindrical-coordinate representation of color #E8A098: hue angle of 6º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8A098 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 160 | 152 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.09 |
| HSL | 6º | 0.63% | 0.75% | - |
| HSV(B) | 6º | 0.34% | 0.91% | - |
| XYZ | 51.52 | 44.56 | 35.59 | - |
| YUV | 180.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 160 | 152 | 0 | 0.31 | 0.34 | 0.09 | 6 | 0.63 | 0.75 |
| Hex | E8 | A0 | 98 | 0 | 1F | 22 | 9 | 6 | 3F | 4B |
| Octal | 350 | 240 | 230 | 0 | 37 | 42 | 11 | 6 | 77 | 113 |
| Binary | 11101000 | 10100000 | 10011000 | 0 | 11111 | 100010 | 1001 | 110 | 111111 | 1001011 |
Color Harmonies of #E8A098
Complementary color
Monochromatic Colors of #E8A098
Black with #E8A098
Text Example
Text Example
White with #E8A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A098; }
p { color: rgb(232,160,152); }
H1.HeaderClassName
{
color: #E8A098;
}
.AnyTagClassName
{
color: #E8A098;
}
</style>
background-color css
<style>
a { background-color: #E8A098; }
a { background-color: rgb(232,160,152); }
div.DivClassName
{
background-color: #E8A098;
}
.BgClassName
{
background-color: #E8A098;
}
</style>
border-color css
<style>
span { border-color: #E8A098; }
span { border-color: rgb(232,160,152); }
td.TdClassName
{
border-color: #E8A098;
}
.TagClassName
{
border-color: #E8A098;
}
</style>