Shades of Petite Orchid #E89F9E
Tints of Petite Orchid #E89F9E
RGB
CMYK
RGB Variations
Color information
#E89F9E (or 0xE89F9E) is known color: Petite Orchid. HEX triplet: E8, 9F and 9E. RGB value is (232,159,158). Sum of RGB (Red+Green+Blue) = 232+159+158=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89F9E is #176061. Grayscale: #B4B4B4. Windows color (decimal): -1532002 or 10395624. OLE color: 10395624.
HSL color Cylindrical-coordinate representation of color #E89F9E: hue angle of 0.81º 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 #E89F9E is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 158 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.09 |
| HSL | 0.81º | 0.62% | 0.76% | - |
| HSV(B) | 0.81º | 0.32% | 0.91% | - |
| XYZ | 51.85 | 44.42 | 38.19 | - |
| YUV | 180.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 158 | 0 | 0.31 | 0.32 | 0.09 | 0.81 | 0.62 | 0.76 |
| Hex | E8 | 9F | 9E | 0 | 1F | 20 | 9 | 1 | 3E | 4C |
| Octal | 350 | 237 | 236 | 0 | 37 | 40 | 11 | 1 | 76 | 114 |
| Binary | 11101000 | 10011111 | 10011110 | 0 | 11111 | 100000 | 1001 | 1 | 111110 | 1001100 |
Color Harmonies of #E89F9E
Complementary color
Monochromatic Colors of #E89F9E
Black with #E89F9E
Text Example
Text Example
White with #E89F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89F9E; }
p { color: rgb(232,159,158); }
H1.HeaderClassName
{
color: #E89F9E;
}
.AnyTagClassName
{
color: #E89F9E;
}
</style>
background-color css
<style>
a { background-color: #E89F9E; }
a { background-color: rgb(232,159,158); }
div.DivClassName
{
background-color: #E89F9E;
}
.BgClassName
{
background-color: #E89F9E;
}
</style>
border-color css
<style>
span { border-color: #E89F9E; }
span { border-color: rgb(232,159,158); }
td.TdClassName
{
border-color: #E89F9E;
}
.TagClassName
{
border-color: #E89F9E;
}
</style>