Shades of Petite Orchid #E8A19A
Tints of Petite Orchid #E8A19A
RGB
CMYK
RGB Variations
Color information
#E8A19A (or 0xE8A19A) is known color: Petite Orchid. HEX triplet: E8, A1 and 9A. RGB value is (232,161,154). Sum of RGB (Red+Green+Blue) = 232+161+154=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A19A is #175E65. Grayscale: #B5B5B5. Windows color (decimal): -1531494 or 10133992. OLE color: 10133992.
HSL color Cylindrical-coordinate representation of color #E8A19A: hue angle of 5.38º 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 #E8A19A is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 161 | 154 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.09 |
| HSL | 5.38º | 0.63% | 0.76% | - |
| HSV(B) | 5.38º | 0.34% | 0.91% | - |
| XYZ | 51.86 | 44.98 | 36.52 | - |
| YUV | 181.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 161 | 154 | 0 | 0.31 | 0.34 | 0.09 | 5.38 | 0.63 | 0.76 |
| Hex | E8 | A1 | 9A | 0 | 1F | 22 | 9 | 5 | 3F | 4C |
| Octal | 350 | 241 | 232 | 0 | 37 | 42 | 11 | 5 | 77 | 114 |
| Binary | 11101000 | 10100001 | 10011010 | 0 | 11111 | 100010 | 1001 | 101 | 111111 | 1001100 |
Color Harmonies of #E8A19A
Complementary color
Monochromatic Colors of #E8A19A
Black with #E8A19A
Text Example
Text Example
White with #E8A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A19A; }
p { color: rgb(232,161,154); }
H1.HeaderClassName
{
color: #E8A19A;
}
.AnyTagClassName
{
color: #E8A19A;
}
</style>
background-color css
<style>
a { background-color: #E8A19A; }
a { background-color: rgb(232,161,154); }
div.DivClassName
{
background-color: #E8A19A;
}
.BgClassName
{
background-color: #E8A19A;
}
</style>
border-color css
<style>
span { border-color: #E8A19A; }
span { border-color: rgb(232,161,154); }
td.TdClassName
{
border-color: #E8A19A;
}
.TagClassName
{
border-color: #E8A19A;
}
</style>