Shades of Petite Orchid #E49F95
Tints of Petite Orchid #E49F95
RGB
CMYK
RGB Variations
Color information
#E49F95 (or 0xE49F95) is known color: Petite Orchid. HEX triplet: E4, 9F and 95. RGB value is (228,159,149). Sum of RGB (Red+Green+Blue) = 228+159+149=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 228 - color contains mainly: red. Hex color #E49F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49F95 is #1B606A. Grayscale: #B2B2B2. Windows color (decimal): -1794155 or 9805796. OLE color: 9805796.
HSL color Cylindrical-coordinate representation of color #E49F95: hue angle of 7.59º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E49F95 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 149 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.11 |
| HSL | 7.59º | 0.59% | 0.74% | - |
| HSV(B) | 7.59º | 0.35% | 0.89% | - |
| XYZ | 49.82 | 43.46 | 34.2 | - |
| YUV | 178.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 149 | 0 | 0.30 | 0.35 | 0.11 | 7.59 | 0.59 | 0.74 |
| Hex | E4 | 9F | 95 | 0 | 1E | 23 | B | 8 | 3B | 4A |
| Octal | 344 | 237 | 225 | 0 | 36 | 43 | 13 | 10 | 73 | 112 |
| Binary | 11100100 | 10011111 | 10010101 | 0 | 11110 | 100011 | 1011 | 1000 | 111011 | 1001010 |
Color Harmonies of #E49F95
Complementary color
Monochromatic Colors of #E49F95
Black with #E49F95
Text Example
Text Example
White with #E49F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49F95; }
p { color: rgb(228,159,149); }
H1.HeaderClassName
{
color: #E49F95;
}
.AnyTagClassName
{
color: #E49F95;
}
</style>
background-color css
<style>
a { background-color: #E49F95; }
a { background-color: rgb(228,159,149); }
div.DivClassName
{
background-color: #E49F95;
}
.BgClassName
{
background-color: #E49F95;
}
</style>
border-color css
<style>
span { border-color: #E49F95; }
span { border-color: rgb(228,159,149); }
td.TdClassName
{
border-color: #E49F95;
}
.TagClassName
{
border-color: #E49F95;
}
</style>