Shades of Petite Orchid #E09E95
Tints of Petite Orchid #E09E95
RGB
CMYK
RGB Variations
Color information
#E09E95 (or 0xE09E95) is known color: Petite Orchid. HEX triplet: E0, 9E and 95. RGB value is (224,158,149). Sum of RGB (Red+Green+Blue) = 224+158+149=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09E95 is #1F616A. Grayscale: #B0B0B0. Windows color (decimal): -2056555 or 9805536. OLE color: 9805536.
HSL color Cylindrical-coordinate representation of color #E09E95: hue angle of 7.2º 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 #E09E95 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 149 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.12 |
| HSL | 7.2º | 0.55% | 0.73% | - |
| HSV(B) | 7.2º | 0.33% | 0.88% | - |
| XYZ | 48.39 | 42.47 | 34.08 | - |
| YUV | 176.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 149 | 0 | 0.29 | 0.33 | 0.12 | 7.2 | 0.55 | 0.73 |
| Hex | E0 | 9E | 95 | 0 | 1D | 21 | C | 7 | 37 | 49 |
| Octal | 340 | 236 | 225 | 0 | 35 | 41 | 14 | 7 | 67 | 111 |
| Binary | 11100000 | 10011110 | 10010101 | 0 | 11101 | 100001 | 1100 | 111 | 110111 | 1001001 |
Color Harmonies of #E09E95
Complementary color
Monochromatic Colors of #E09E95
Black with #E09E95
Text Example
Text Example
White with #E09E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09E95; }
p { color: rgb(224,158,149); }
H1.HeaderClassName
{
color: #E09E95;
}
.AnyTagClassName
{
color: #E09E95;
}
</style>
background-color css
<style>
a { background-color: #E09E95; }
a { background-color: rgb(224,158,149); }
div.DivClassName
{
background-color: #E09E95;
}
.BgClassName
{
background-color: #E09E95;
}
</style>
border-color css
<style>
span { border-color: #E09E95; }
span { border-color: rgb(224,158,149); }
td.TdClassName
{
border-color: #E09E95;
}
.TagClassName
{
border-color: #E09E95;
}
</style>