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