Shades of Petite Orchid #E49E9E
Tints of Petite Orchid #E49E9E
RGB
CMYK
RGB Variations
Color information
#E49E9E (or 0xE49E9E) is known color: Petite Orchid. HEX triplet: E4, 9E and 9E. RGB value is (228,158,158). Sum of RGB (Red+Green+Blue) = 228+158+158=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E49E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49E9E is #1B6161. Grayscale: #B3B3B3. Windows color (decimal): -1794402 or 10395364. OLE color: 10395364.
HSL color Cylindrical-coordinate representation of color #E49E9E: hue angle of 0º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49E9E is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 158 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.11 |
| HSL | 0º | 0.56% | 0.76% | - |
| HSV(B) | 0º | 0.31% | 0.89% | - |
| XYZ | 50.39 | 43.42 | 38.07 | - |
| YUV | 178.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 158 | 0 | 0.31 | 0.31 | 0.11 | 0 | 0.56 | 0.76 |
| Hex | E4 | 9E | 9E | 0 | 1F | 1F | B | 0 | 38 | 4C |
| Octal | 344 | 236 | 236 | 0 | 37 | 37 | 13 | 0 | 70 | 114 |
| Binary | 11100100 | 10011110 | 10011110 | 0 | 11111 | 11111 | 1011 | 0 | 111000 | 1001100 |
Color Harmonies of #E49E9E
Complementary color
Monochromatic Colors of #E49E9E
Black with #E49E9E
Text Example
Text Example
White with #E49E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49E9E; }
p { color: rgb(228,158,158); }
H1.HeaderClassName
{
color: #E49E9E;
}
.AnyTagClassName
{
color: #E49E9E;
}
</style>
background-color css
<style>
a { background-color: #E49E9E; }
a { background-color: rgb(228,158,158); }
div.DivClassName
{
background-color: #E49E9E;
}
.BgClassName
{
background-color: #E49E9E;
}
</style>
border-color css
<style>
span { border-color: #E49E9E; }
span { border-color: rgb(228,158,158); }
td.TdClassName
{
border-color: #E49E9E;
}
.TagClassName
{
border-color: #E49E9E;
}
</style>