Shades of Petite Orchid #E19796
Tints of Petite Orchid #E19796
RGB
CMYK
RGB Variations
Color information
#E19796 (or 0xE19796) is known color: Petite Orchid. HEX triplet: E1, 97 and 96. RGB value is (225,151,150). Sum of RGB (Red+Green+Blue) = 225+151+150=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E19796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19796 is #1E6869. Grayscale: #ADADAD. Windows color (decimal): -1992810 or 9869281. OLE color: 9869281.
HSL color Cylindrical-coordinate representation of color #E19796: hue angle of 0.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19796 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 150 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.12 |
| HSL | 0.8º | 0.56% | 0.74% | - |
| HSV(B) | 0.8º | 0.33% | 0.88% | - |
| XYZ | 47.62 | 40.34 | 34.13 | - |
| YUV | 173.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 150 | 0 | 0.33 | 0.33 | 0.12 | 0.8 | 0.56 | 0.74 |
| Hex | E1 | 97 | 96 | 0 | 21 | 21 | C | 1 | 38 | 4A |
| Octal | 341 | 227 | 226 | 0 | 41 | 41 | 14 | 1 | 70 | 112 |
| Binary | 11100001 | 10010111 | 10010110 | 0 | 100001 | 100001 | 1100 | 1 | 111000 | 1001010 |
Color Harmonies of #E19796
Complementary color
Monochromatic Colors of #E19796
Black with #E19796
Text Example
Text Example
White with #E19796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19796; }
p { color: rgb(225,151,150); }
H1.HeaderClassName
{
color: #E19796;
}
.AnyTagClassName
{
color: #E19796;
}
</style>
background-color css
<style>
a { background-color: #E19796; }
a { background-color: rgb(225,151,150); }
div.DivClassName
{
background-color: #E19796;
}
.BgClassName
{
background-color: #E19796;
}
</style>
border-color css
<style>
span { border-color: #E19796; }
span { border-color: rgb(225,151,150); }
td.TdClassName
{
border-color: #E19796;
}
.TagClassName
{
border-color: #E19796;
}
</style>