Shades of Petite Orchid #E49A99
Tints of Petite Orchid #E49A99
RGB
CMYK
RGB Variations
Color information
#E49A99 (or 0xE49A99) is known color: Petite Orchid. HEX triplet: E4, 9A and 99. RGB value is (228,154,153). Sum of RGB (Red+Green+Blue) = 228+154+153=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49A99 is #1B6566. Grayscale: #B0B0B0. Windows color (decimal): -1795431 or 10066660. OLE color: 10066660.
HSL color Cylindrical-coordinate representation of color #E49A99: hue angle of 0.8º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E49A99 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 153 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.11 |
| HSL | 0.8º | 0.58% | 0.75% | - |
| HSV(B) | 0.8º | 0.33% | 0.89% | - |
| XYZ | 49.3 | 41.91 | 35.63 | - |
| YUV | 176.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 153 | 0 | 0.32 | 0.33 | 0.11 | 0.8 | 0.58 | 0.75 |
| Hex | E4 | 9A | 99 | 0 | 20 | 21 | B | 1 | 3A | 4B |
| Octal | 344 | 232 | 231 | 0 | 40 | 41 | 13 | 1 | 72 | 113 |
| Binary | 11100100 | 10011010 | 10011001 | 0 | 100000 | 100001 | 1011 | 1 | 111010 | 1001011 |
Color Harmonies of #E49A99
Complementary color
Monochromatic Colors of #E49A99
Black with #E49A99
Text Example
Text Example
White with #E49A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49A99; }
p { color: rgb(228,154,153); }
H1.HeaderClassName
{
color: #E49A99;
}
.AnyTagClassName
{
color: #E49A99;
}
</style>
background-color css
<style>
a { background-color: #E49A99; }
a { background-color: rgb(228,154,153); }
div.DivClassName
{
background-color: #E49A99;
}
.BgClassName
{
background-color: #E49A99;
}
</style>
border-color css
<style>
span { border-color: #E49A99; }
span { border-color: rgb(228,154,153); }
td.TdClassName
{
border-color: #E49A99;
}
.TagClassName
{
border-color: #E49A99;
}
</style>