Shades of Petite Orchid #E89E9E
Tints of Petite Orchid #E89E9E
RGB
CMYK
RGB Variations
Color information
#E89E9E (or 0xE89E9E) is known color: Petite Orchid. HEX triplet: E8, 9E and 9E. RGB value is (232,158,158). Sum of RGB (Red+Green+Blue) = 232+158+158=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89E9E is #176161. Grayscale: #B4B4B4. Windows color (decimal): -1532258 or 10395368. OLE color: 10395368.
HSL color Cylindrical-coordinate representation of color #E89E9E: hue angle of 0º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E89E9E is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 158 | 158 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.09 |
| HSL | 0º | 0.62% | 0.76% | - |
| HSV(B) | 0º | 0.32% | 0.91% | - |
| XYZ | 51.68 | 44.08 | 38.13 | - |
| YUV | 180.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 158 | 158 | 0 | 0.32 | 0.32 | 0.09 | 0 | 0.62 | 0.76 |
| Hex | E8 | 9E | 9E | 0 | 20 | 20 | 9 | 0 | 3E | 4C |
| Octal | 350 | 236 | 236 | 0 | 40 | 40 | 11 | 0 | 76 | 114 |
| Binary | 11101000 | 10011110 | 10011110 | 0 | 100000 | 100000 | 1001 | 0 | 111110 | 1001100 |
Color Harmonies of #E89E9E
Complementary color
Monochromatic Colors of #E89E9E
Black with #E89E9E
Text Example
Text Example
White with #E89E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89E9E; }
p { color: rgb(232,158,158); }
H1.HeaderClassName
{
color: #E89E9E;
}
.AnyTagClassName
{
color: #E89E9E;
}
</style>
background-color css
<style>
a { background-color: #E89E9E; }
a { background-color: rgb(232,158,158); }
div.DivClassName
{
background-color: #E89E9E;
}
.BgClassName
{
background-color: #E89E9E;
}
</style>
border-color css
<style>
span { border-color: #E89E9E; }
span { border-color: rgb(232,158,158); }
td.TdClassName
{
border-color: #E89E9E;
}
.TagClassName
{
border-color: #E89E9E;
}
</style>