Shades of Petite Orchid #E89E9B
Tints of Petite Orchid #E89E9B
RGB
CMYK
RGB Variations
Color information
#E89E9B (or 0xE89E9B) is known color: Petite Orchid. HEX triplet: E8, 9E and 9B. RGB value is (232,158,155). Sum of RGB (Red+Green+Blue) = 232+158+155=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89E9B is #176164. Grayscale: #B3B3B3. Windows color (decimal): -1532261 or 10198760. OLE color: 10198760.
HSL color Cylindrical-coordinate representation of color #E89E9B: hue angle of 2.34º 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 #E89E9B is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 158 | 155 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.09 |
| HSL | 2.34º | 0.63% | 0.76% | - |
| HSV(B) | 2.34º | 0.33% | 0.91% | - |
| XYZ | 51.42 | 43.98 | 36.79 | - |
| YUV | 179.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 158 | 155 | 0 | 0.32 | 0.33 | 0.09 | 2.34 | 0.63 | 0.76 |
| Hex | E8 | 9E | 9B | 0 | 20 | 21 | 9 | 2 | 3F | 4C |
| Octal | 350 | 236 | 233 | 0 | 40 | 41 | 11 | 2 | 77 | 114 |
| Binary | 11101000 | 10011110 | 10011011 | 0 | 100000 | 100001 | 1001 | 10 | 111111 | 1001100 |
Color Harmonies of #E89E9B
Complementary color
Monochromatic Colors of #E89E9B
Black with #E89E9B
Text Example
Text Example
White with #E89E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89E9B; }
p { color: rgb(232,158,155); }
H1.HeaderClassName
{
color: #E89E9B;
}
.AnyTagClassName
{
color: #E89E9B;
}
</style>
background-color css
<style>
a { background-color: #E89E9B; }
a { background-color: rgb(232,158,155); }
div.DivClassName
{
background-color: #E89E9B;
}
.BgClassName
{
background-color: #E89E9B;
}
</style>
border-color css
<style>
span { border-color: #E89E9B; }
span { border-color: rgb(232,158,155); }
td.TdClassName
{
border-color: #E89E9B;
}
.TagClassName
{
border-color: #E89E9B;
}
</style>