Shades of Petite Orchid #E8A29B
Tints of Petite Orchid #E8A29B
RGB
CMYK
RGB Variations
Color information
#E8A29B (or 0xE8A29B) is known color: Petite Orchid. HEX triplet: E8, A2 and 9B. RGB value is (232,162,155). Sum of RGB (Red+Green+Blue) = 232+162+155=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A29B is #175D64. Grayscale: #B6B6B6. Windows color (decimal): -1531237 or 10199784. OLE color: 10199784.
HSL color Cylindrical-coordinate representation of color #E8A29B: hue angle of 5.45º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8A29B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 155 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.09 |
| HSL | 5.45º | 0.63% | 0.76% | - |
| HSV(B) | 5.45º | 0.33% | 0.91% | - |
| XYZ | 52.12 | 45.36 | 37.02 | - |
| YUV | 182.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 155 | 0 | 0.30 | 0.33 | 0.09 | 5.45 | 0.63 | 0.76 |
| Hex | E8 | A2 | 9B | 0 | 1E | 21 | 9 | 5 | 3F | 4C |
| Octal | 350 | 242 | 233 | 0 | 36 | 41 | 11 | 5 | 77 | 114 |
| Binary | 11101000 | 10100010 | 10011011 | 0 | 11110 | 100001 | 1001 | 101 | 111111 | 1001100 |
Color Harmonies of #E8A29B
Complementary color
Monochromatic Colors of #E8A29B
Black with #E8A29B
Text Example
Text Example
White with #E8A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A29B; }
p { color: rgb(232,162,155); }
H1.HeaderClassName
{
color: #E8A29B;
}
.AnyTagClassName
{
color: #E8A29B;
}
</style>
background-color css
<style>
a { background-color: #E8A29B; }
a { background-color: rgb(232,162,155); }
div.DivClassName
{
background-color: #E8A29B;
}
.BgClassName
{
background-color: #E8A29B;
}
</style>
border-color css
<style>
span { border-color: #E8A29B; }
span { border-color: rgb(232,162,155); }
td.TdClassName
{
border-color: #E8A29B;
}
.TagClassName
{
border-color: #E8A29B;
}
</style>