Shades of Petite Orchid #E8A09A
Tints of Petite Orchid #E8A09A
RGB
CMYK
RGB Variations
Color information
#E8A09A (or 0xE8A09A) is known color: Petite Orchid. HEX triplet: E8, A0 and 9A. RGB value is (232,160,154). Sum of RGB (Red+Green+Blue) = 232+160+154=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A09A is #175F65. Grayscale: #B4B4B4. Windows color (decimal): -1531750 or 10133736. OLE color: 10133736.
HSL color Cylindrical-coordinate representation of color #E8A09A: hue angle of 4.62º 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 #E8A09A is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 160 | 154 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.09 |
| HSL | 4.62º | 0.63% | 0.76% | - |
| HSV(B) | 4.62º | 0.34% | 0.91% | - |
| XYZ | 51.68 | 44.63 | 36.46 | - |
| YUV | 180.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 160 | 154 | 0 | 0.31 | 0.34 | 0.09 | 4.62 | 0.63 | 0.76 |
| Hex | E8 | A0 | 9A | 0 | 1F | 22 | 9 | 5 | 3F | 4C |
| Octal | 350 | 240 | 232 | 0 | 37 | 42 | 11 | 5 | 77 | 114 |
| Binary | 11101000 | 10100000 | 10011010 | 0 | 11111 | 100010 | 1001 | 101 | 111111 | 1001100 |
Color Harmonies of #E8A09A
Complementary color
Monochromatic Colors of #E8A09A
Black with #E8A09A
Text Example
Text Example
White with #E8A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A09A; }
p { color: rgb(232,160,154); }
H1.HeaderClassName
{
color: #E8A09A;
}
.AnyTagClassName
{
color: #E8A09A;
}
</style>
background-color css
<style>
a { background-color: #E8A09A; }
a { background-color: rgb(232,160,154); }
div.DivClassName
{
background-color: #E8A09A;
}
.BgClassName
{
background-color: #E8A09A;
}
</style>
border-color css
<style>
span { border-color: #E8A09A; }
span { border-color: rgb(232,160,154); }
td.TdClassName
{
border-color: #E8A09A;
}
.TagClassName
{
border-color: #E8A09A;
}
</style>