Shades of Petite Orchid #E89F9B
Tints of Petite Orchid #E89F9B
RGB
CMYK
RGB Variations
Color information
#E89F9B (or 0xE89F9B) is known color: Petite Orchid. HEX triplet: E8, 9F and 9B. RGB value is (232,159,155). Sum of RGB (Red+Green+Blue) = 232+159+155=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89F9B is #176064. Grayscale: #B4B4B4. Windows color (decimal): -1532005 or 10199016. OLE color: 10199016.
HSL color Cylindrical-coordinate representation of color #E89F9B: hue angle of 3.12º 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 #E89F9B is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 155 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.09 |
| HSL | 3.12º | 0.63% | 0.76% | - |
| HSV(B) | 3.12º | 0.33% | 0.91% | - |
| XYZ | 51.59 | 44.32 | 36.85 | - |
| YUV | 180.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 155 | 0 | 0.31 | 0.33 | 0.09 | 3.12 | 0.63 | 0.76 |
| Hex | E8 | 9F | 9B | 0 | 1F | 21 | 9 | 3 | 3F | 4C |
| Octal | 350 | 237 | 233 | 0 | 37 | 41 | 11 | 3 | 77 | 114 |
| Binary | 11101000 | 10011111 | 10011011 | 0 | 11111 | 100001 | 1001 | 11 | 111111 | 1001100 |
Color Harmonies of #E89F9B
Complementary color
Monochromatic Colors of #E89F9B
Black with #E89F9B
Text Example
Text Example
White with #E89F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89F9B; }
p { color: rgb(232,159,155); }
H1.HeaderClassName
{
color: #E89F9B;
}
.AnyTagClassName
{
color: #E89F9B;
}
</style>
background-color css
<style>
a { background-color: #E89F9B; }
a { background-color: rgb(232,159,155); }
div.DivClassName
{
background-color: #E89F9B;
}
.BgClassName
{
background-color: #E89F9B;
}
</style>
border-color css
<style>
span { border-color: #E89F9B; }
span { border-color: rgb(232,159,155); }
td.TdClassName
{
border-color: #E89F9B;
}
.TagClassName
{
border-color: #E89F9B;
}
</style>