Shades of Petite Orchid #E49F97
Tints of Petite Orchid #E49F97
RGB
CMYK
RGB Variations
Color information
#E49F97 (or 0xE49F97) is known color: Petite Orchid. HEX triplet: E4, 9F and 97. RGB value is (228,159,151). Sum of RGB (Red+Green+Blue) = 228+159+151=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E49F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49F97 is #1B6068. Grayscale: #B2B2B2. Windows color (decimal): -1794153 or 9936868. OLE color: 9936868.
HSL color Cylindrical-coordinate representation of color #E49F97: hue angle of 6.23º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E49F97 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 151 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.11 |
| HSL | 6.23º | 0.59% | 0.74% | - |
| HSV(B) | 6.23º | 0.34% | 0.89% | - |
| XYZ | 49.98 | 43.52 | 35.05 | - |
| YUV | 178.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 151 | 0 | 0.30 | 0.34 | 0.11 | 6.23 | 0.59 | 0.74 |
| Hex | E4 | 9F | 97 | 0 | 1E | 22 | B | 6 | 3B | 4A |
| Octal | 344 | 237 | 227 | 0 | 36 | 42 | 13 | 6 | 73 | 112 |
| Binary | 11100100 | 10011111 | 10010111 | 0 | 11110 | 100010 | 1011 | 110 | 111011 | 1001010 |
Color Harmonies of #E49F97
Complementary color
Monochromatic Colors of #E49F97
Black with #E49F97
Text Example
Text Example
White with #E49F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49F97; }
p { color: rgb(228,159,151); }
H1.HeaderClassName
{
color: #E49F97;
}
.AnyTagClassName
{
color: #E49F97;
}
</style>
background-color css
<style>
a { background-color: #E49F97; }
a { background-color: rgb(228,159,151); }
div.DivClassName
{
background-color: #E49F97;
}
.BgClassName
{
background-color: #E49F97;
}
</style>
border-color css
<style>
span { border-color: #E49F97; }
span { border-color: rgb(228,159,151); }
td.TdClassName
{
border-color: #E49F97;
}
.TagClassName
{
border-color: #E49F97;
}
</style>