Shades of Petite Orchid #E09A94
Tints of Petite Orchid #E09A94
RGB
CMYK
RGB Variations
Color information
#E09A94 (or 0xE09A94) is known color: Petite Orchid. HEX triplet: E0, 9A and 94. RGB value is (224,154,148). Sum of RGB (Red+Green+Blue) = 224+154+148=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A94 is #1F656B. Grayscale: #AEAEAE. Windows color (decimal): -2057580 or 9738976. OLE color: 9738976.
HSL color Cylindrical-coordinate representation of color #E09A94: hue angle of 4.74º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09A94 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 148 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.12 |
| HSL | 4.74º | 0.55% | 0.73% | - |
| HSV(B) | 4.74º | 0.34% | 0.88% | - |
| XYZ | 47.64 | 41.1 | 33.44 | - |
| YUV | 174.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 148 | 0 | 0.31 | 0.34 | 0.12 | 4.74 | 0.55 | 0.73 |
| Hex | E0 | 9A | 94 | 0 | 1F | 22 | C | 5 | 37 | 49 |
| Octal | 340 | 232 | 224 | 0 | 37 | 42 | 14 | 5 | 67 | 111 |
| Binary | 11100000 | 10011010 | 10010100 | 0 | 11111 | 100010 | 1100 | 101 | 110111 | 1001001 |
Color Harmonies of #E09A94
Complementary color
Monochromatic Colors of #E09A94
Black with #E09A94
Text Example
Text Example
White with #E09A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A94; }
p { color: rgb(224,154,148); }
H1.HeaderClassName
{
color: #E09A94;
}
.AnyTagClassName
{
color: #E09A94;
}
</style>
background-color css
<style>
a { background-color: #E09A94; }
a { background-color: rgb(224,154,148); }
div.DivClassName
{
background-color: #E09A94;
}
.BgClassName
{
background-color: #E09A94;
}
</style>
border-color css
<style>
span { border-color: #E09A94; }
span { border-color: rgb(224,154,148); }
td.TdClassName
{
border-color: #E09A94;
}
.TagClassName
{
border-color: #E09A94;
}
</style>