Shades of Petite Orchid #E09A95
Tints of Petite Orchid #E09A95
RGB
CMYK
RGB Variations
Color information
#E09A95 (or 0xE09A95) is known color: Petite Orchid. HEX triplet: E0, 9A and 95. RGB value is (224,154,149). Sum of RGB (Red+Green+Blue) = 224+154+149=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A95 is #1F656A. Grayscale: #AEAEAE. Windows color (decimal): -2057579 or 9804512. OLE color: 9804512.
HSL color Cylindrical-coordinate representation of color #E09A95: hue angle of 4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E09A95 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 149 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.12 |
| HSL | 4º | 0.55% | 0.73% | - |
| HSV(B) | 4º | 0.33% | 0.88% | - |
| XYZ | 47.72 | 41.13 | 33.86 | - |
| YUV | 174.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 149 | 0 | 0.31 | 0.33 | 0.12 | 4 | 0.55 | 0.73 |
| Hex | E0 | 9A | 95 | 0 | 1F | 21 | C | 4 | 37 | 49 |
| Octal | 340 | 232 | 225 | 0 | 37 | 41 | 14 | 4 | 67 | 111 |
| Binary | 11100000 | 10011010 | 10010101 | 0 | 11111 | 100001 | 1100 | 100 | 110111 | 1001001 |
Color Harmonies of #E09A95
Complementary color
Monochromatic Colors of #E09A95
Black with #E09A95
Text Example
Text Example
White with #E09A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A95; }
p { color: rgb(224,154,149); }
H1.HeaderClassName
{
color: #E09A95;
}
.AnyTagClassName
{
color: #E09A95;
}
</style>
background-color css
<style>
a { background-color: #E09A95; }
a { background-color: rgb(224,154,149); }
div.DivClassName
{
background-color: #E09A95;
}
.BgClassName
{
background-color: #E09A95;
}
</style>
border-color css
<style>
span { border-color: #E09A95; }
span { border-color: rgb(224,154,149); }
td.TdClassName
{
border-color: #E09A95;
}
.TagClassName
{
border-color: #E09A95;
}
</style>