Shades of Petite Orchid #E49896
Tints of Petite Orchid #E49896
RGB
CMYK
RGB Variations
Color information
#E49896 (or 0xE49896) is known color: Petite Orchid. HEX triplet: E4, 98 and 96. RGB value is (228,152,150). Sum of RGB (Red+Green+Blue) = 228+152+150=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E49896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49896 is #1B6769. Grayscale: #AEAEAE. Windows color (decimal): -1795946 or 9869540. OLE color: 9869540.
HSL color Cylindrical-coordinate representation of color #E49896: hue angle of 1.54º 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 #E49896 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 152 | 150 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.11 |
| HSL | 1.54º | 0.59% | 0.74% | - |
| HSV(B) | 1.54º | 0.34% | 0.89% | - |
| XYZ | 48.73 | 41.15 | 34.23 | - |
| YUV | 174.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 152 | 150 | 0 | 0.33 | 0.34 | 0.11 | 1.54 | 0.59 | 0.74 |
| Hex | E4 | 98 | 96 | 0 | 21 | 22 | B | 2 | 3B | 4A |
| Octal | 344 | 230 | 226 | 0 | 41 | 42 | 13 | 2 | 73 | 112 |
| Binary | 11100100 | 10011000 | 10010110 | 0 | 100001 | 100010 | 1011 | 10 | 111011 | 1001010 |
Color Harmonies of #E49896
Complementary color
Monochromatic Colors of #E49896
Black with #E49896
Text Example
Text Example
White with #E49896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49896; }
p { color: rgb(228,152,150); }
H1.HeaderClassName
{
color: #E49896;
}
.AnyTagClassName
{
color: #E49896;
}
</style>
background-color css
<style>
a { background-color: #E49896; }
a { background-color: rgb(228,152,150); }
div.DivClassName
{
background-color: #E49896;
}
.BgClassName
{
background-color: #E49896;
}
</style>
border-color css
<style>
span { border-color: #E49896; }
span { border-color: rgb(228,152,150); }
td.TdClassName
{
border-color: #E49896;
}
.TagClassName
{
border-color: #E49896;
}
</style>