Shades of Petite Orchid #E5A298
Tints of Petite Orchid #E5A298
RGB
CMYK
RGB Variations
Color information
#E5A298 (or 0xE5A298) is known color: Petite Orchid. HEX triplet: E5, A2 and 98. RGB value is (229,162,152). Sum of RGB (Red+Green+Blue) = 229+162+152=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A298 is #1A5D67. Grayscale: #B5B5B5. Windows color (decimal): -1727848 or 10003173. OLE color: 10003173.
HSL color Cylindrical-coordinate representation of color #E5A298: hue angle of 7.79º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5A298 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 162 | 152 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.10 |
| HSL | 7.79º | 0.6% | 0.75% | - |
| HSV(B) | 7.79º | 0.34% | 0.9% | - |
| XYZ | 50.9 | 44.77 | 35.66 | - |
| YUV | 180.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 152 | 0 | 0.29 | 0.34 | 0.10 | 7.79 | 0.6 | 0.75 |
| Hex | E5 | A2 | 98 | 0 | 1D | 22 | A | 8 | 3C | 4B |
| Octal | 345 | 242 | 230 | 0 | 35 | 42 | 12 | 10 | 74 | 113 |
| Binary | 11100101 | 10100010 | 10011000 | 0 | 11101 | 100010 | 1010 | 1000 | 111100 | 1001011 |
Color Harmonies of #E5A298
Complementary color
Monochromatic Colors of #E5A298
Black with #E5A298
Text Example
Text Example
White with #E5A298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A298; }
p { color: rgb(229,162,152); }
H1.HeaderClassName
{
color: #E5A298;
}
.AnyTagClassName
{
color: #E5A298;
}
</style>
background-color css
<style>
a { background-color: #E5A298; }
a { background-color: rgb(229,162,152); }
div.DivClassName
{
background-color: #E5A298;
}
.BgClassName
{
background-color: #E5A298;
}
</style>
border-color css
<style>
span { border-color: #E5A298; }
span { border-color: rgb(229,162,152); }
td.TdClassName
{
border-color: #E5A298;
}
.TagClassName
{
border-color: #E5A298;
}
</style>