Shades of Petite Orchid #E49E95
Tints of Petite Orchid #E49E95
RGB
CMYK
RGB Variations
Color information
#E49E95 (or 0xE49E95) is known color: Petite Orchid. HEX triplet: E4, 9E and 95. RGB value is (228,158,149). Sum of RGB (Red+Green+Blue) = 228+158+149=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E49E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49E95 is #1B616A. Grayscale: #B2B2B2. Windows color (decimal): -1794411 or 9805540. OLE color: 9805540.
HSL color Cylindrical-coordinate representation of color #E49E95: hue angle of 6.84º 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 #E49E95 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 149 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.11 |
| HSL | 6.84º | 0.59% | 0.74% | - |
| HSV(B) | 6.84º | 0.35% | 0.89% | - |
| XYZ | 49.65 | 43.12 | 34.14 | - |
| YUV | 177.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 149 | 0 | 0.31 | 0.35 | 0.11 | 6.84 | 0.59 | 0.74 |
| Hex | E4 | 9E | 95 | 0 | 1F | 23 | B | 7 | 3B | 4A |
| Octal | 344 | 236 | 225 | 0 | 37 | 43 | 13 | 7 | 73 | 112 |
| Binary | 11100100 | 10011110 | 10010101 | 0 | 11111 | 100011 | 1011 | 111 | 111011 | 1001010 |
Color Harmonies of #E49E95
Complementary color
Monochromatic Colors of #E49E95
Black with #E49E95
Text Example
Text Example
White with #E49E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49E95; }
p { color: rgb(228,158,149); }
H1.HeaderClassName
{
color: #E49E95;
}
.AnyTagClassName
{
color: #E49E95;
}
</style>
background-color css
<style>
a { background-color: #E49E95; }
a { background-color: rgb(228,158,149); }
div.DivClassName
{
background-color: #E49E95;
}
.BgClassName
{
background-color: #E49E95;
}
</style>
border-color css
<style>
span { border-color: #E49E95; }
span { border-color: rgb(228,158,149); }
td.TdClassName
{
border-color: #E49E95;
}
.TagClassName
{
border-color: #E49E95;
}
</style>