Shades of Petite Orchid #E09795
Tints of Petite Orchid #E09795
RGB
CMYK
RGB Variations
Color information
#E09795 (or 0xE09795) is known color: Petite Orchid. HEX triplet: E0, 97 and 95. RGB value is (224,151,149). Sum of RGB (Red+Green+Blue) = 224+151+149=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E09795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09795 is #1F686A. Grayscale: #ACACAC. Windows color (decimal): -2058347 or 9803744. OLE color: 9803744.
HSL color Cylindrical-coordinate representation of color #E09795: hue angle of 1.6º 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 #E09795 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 149 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.12 |
| HSL | 1.6º | 0.55% | 0.73% | - |
| HSV(B) | 1.6º | 0.33% | 0.88% | - |
| XYZ | 47.23 | 40.15 | 33.69 | - |
| YUV | 172.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 149 | 0 | 0.33 | 0.33 | 0.12 | 1.6 | 0.55 | 0.73 |
| Hex | E0 | 97 | 95 | 0 | 21 | 21 | C | 2 | 37 | 49 |
| Octal | 340 | 227 | 225 | 0 | 41 | 41 | 14 | 2 | 67 | 111 |
| Binary | 11100000 | 10010111 | 10010101 | 0 | 100001 | 100001 | 1100 | 10 | 110111 | 1001001 |
Color Harmonies of #E09795
Complementary color
Monochromatic Colors of #E09795
Black with #E09795
Text Example
Text Example
White with #E09795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09795; }
p { color: rgb(224,151,149); }
H1.HeaderClassName
{
color: #E09795;
}
.AnyTagClassName
{
color: #E09795;
}
</style>
background-color css
<style>
a { background-color: #E09795; }
a { background-color: rgb(224,151,149); }
div.DivClassName
{
background-color: #E09795;
}
.BgClassName
{
background-color: #E09795;
}
</style>
border-color css
<style>
span { border-color: #E09795; }
span { border-color: rgb(224,151,149); }
td.TdClassName
{
border-color: #E09795;
}
.TagClassName
{
border-color: #E09795;
}
</style>