Shades of Petite Orchid #E89F99
Tints of Petite Orchid #E89F99
RGB
CMYK
RGB Variations
Color information
#E89F99 (or 0xE89F99) is known color: Petite Orchid. HEX triplet: E8, 9F and 99. RGB value is (232,159,153). Sum of RGB (Red+Green+Blue) = 232+159+153=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89F99 is #176066. Grayscale: #B4B4B4. Windows color (decimal): -1532007 or 10067944. OLE color: 10067944.
HSL color Cylindrical-coordinate representation of color #E89F99: hue angle of 4.56º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E89F99 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 153 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.09 |
| HSL | 4.56º | 0.63% | 0.75% | - |
| HSV(B) | 4.56º | 0.34% | 0.91% | - |
| XYZ | 51.43 | 44.25 | 35.97 | - |
| YUV | 180.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 153 | 0 | 0.31 | 0.34 | 0.09 | 4.56 | 0.63 | 0.75 |
| Hex | E8 | 9F | 99 | 0 | 1F | 22 | 9 | 5 | 3F | 4B |
| Octal | 350 | 237 | 231 | 0 | 37 | 42 | 11 | 5 | 77 | 113 |
| Binary | 11101000 | 10011111 | 10011001 | 0 | 11111 | 100010 | 1001 | 101 | 111111 | 1001011 |
Color Harmonies of #E89F99
Complementary color
Monochromatic Colors of #E89F99
Black with #E89F99
Text Example
Text Example
White with #E89F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89F99; }
p { color: rgb(232,159,153); }
H1.HeaderClassName
{
color: #E89F99;
}
.AnyTagClassName
{
color: #E89F99;
}
</style>
background-color css
<style>
a { background-color: #E89F99; }
a { background-color: rgb(232,159,153); }
div.DivClassName
{
background-color: #E89F99;
}
.BgClassName
{
background-color: #E89F99;
}
</style>
border-color css
<style>
span { border-color: #E89F99; }
span { border-color: rgb(232,159,153); }
td.TdClassName
{
border-color: #E89F99;
}
.TagClassName
{
border-color: #E89F99;
}
</style>