Shades of Petite Orchid #E3A094
Tints of Petite Orchid #E3A094
RGB
CMYK
RGB Variations
Color information
#E3A094 (or 0xE3A094) is known color: Petite Orchid. HEX triplet: E3, A0 and 94. RGB value is (227,160,148). Sum of RGB (Red+Green+Blue) = 227+160+148=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A094 is #1C5F6B. Grayscale: #B2B2B2. Windows color (decimal): -1859436 or 9740515. OLE color: 9740515.
HSL color Cylindrical-coordinate representation of color #E3A094: hue angle of 9.11º 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 #E3A094 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 148 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.11 |
| HSL | 9.11º | 0.59% | 0.74% | - |
| HSV(B) | 9.11º | 0.35% | 0.89% | - |
| XYZ | 49.59 | 43.61 | 33.82 | - |
| YUV | 178.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 148 | 0 | 0.30 | 0.35 | 0.11 | 9.11 | 0.59 | 0.74 |
| Hex | E3 | A0 | 94 | 0 | 1E | 23 | B | 9 | 3B | 4A |
| Octal | 343 | 240 | 224 | 0 | 36 | 43 | 13 | 11 | 73 | 112 |
| Binary | 11100011 | 10100000 | 10010100 | 0 | 11110 | 100011 | 1011 | 1001 | 111011 | 1001010 |
Color Harmonies of #E3A094
Complementary color
Monochromatic Colors of #E3A094
Black with #E3A094
Text Example
Text Example
White with #E3A094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A094; }
p { color: rgb(227,160,148); }
H1.HeaderClassName
{
color: #E3A094;
}
.AnyTagClassName
{
color: #E3A094;
}
</style>
background-color css
<style>
a { background-color: #E3A094; }
a { background-color: rgb(227,160,148); }
div.DivClassName
{
background-color: #E3A094;
}
.BgClassName
{
background-color: #E3A094;
}
</style>
border-color css
<style>
span { border-color: #E3A094; }
span { border-color: rgb(227,160,148); }
td.TdClassName
{
border-color: #E3A094;
}
.TagClassName
{
border-color: #E3A094;
}
</style>