Shades of Petite Orchid #E8A29A
Tints of Petite Orchid #E8A29A
RGB
CMYK
RGB Variations
Color information
#E8A29A (or 0xE8A29A) is known color: Petite Orchid. HEX triplet: E8, A2 and 9A. RGB value is (232,162,154). Sum of RGB (Red+Green+Blue) = 232+162+154=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A29A is #175D65. Grayscale: #B6B6B6. Windows color (decimal): -1531238 or 10134248. OLE color: 10134248.
HSL color Cylindrical-coordinate representation of color #E8A29A: hue angle of 6.15º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8A29A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 154 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.09 |
| HSL | 6.15º | 0.63% | 0.76% | - |
| HSV(B) | 6.15º | 0.34% | 0.91% | - |
| XYZ | 52.03 | 45.33 | 36.58 | - |
| YUV | 182.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 154 | 0 | 0.30 | 0.34 | 0.09 | 6.15 | 0.63 | 0.76 |
| Hex | E8 | A2 | 9A | 0 | 1E | 22 | 9 | 6 | 3F | 4C |
| Octal | 350 | 242 | 232 | 0 | 36 | 42 | 11 | 6 | 77 | 114 |
| Binary | 11101000 | 10100010 | 10011010 | 0 | 11110 | 100010 | 1001 | 110 | 111111 | 1001100 |
Color Harmonies of #E8A29A
Complementary color
Monochromatic Colors of #E8A29A
Black with #E8A29A
Text Example
Text Example
White with #E8A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A29A; }
p { color: rgb(232,162,154); }
H1.HeaderClassName
{
color: #E8A29A;
}
.AnyTagClassName
{
color: #E8A29A;
}
</style>
background-color css
<style>
a { background-color: #E8A29A; }
a { background-color: rgb(232,162,154); }
div.DivClassName
{
background-color: #E8A29A;
}
.BgClassName
{
background-color: #E8A29A;
}
</style>
border-color css
<style>
span { border-color: #E8A29A; }
span { border-color: rgb(232,162,154); }
td.TdClassName
{
border-color: #E8A29A;
}
.TagClassName
{
border-color: #E8A29A;
}
</style>