Shades of Petite Orchid #E19896
Tints of Petite Orchid #E19896
RGB
CMYK
RGB Variations
Color information
#E19896 (or 0xE19896) is known color: Petite Orchid. HEX triplet: E1, 98 and 96. RGB value is (225,152,150). Sum of RGB (Red+Green+Blue) = 225+152+150=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E19896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19896 is #1E6769. Grayscale: #ADADAD. Windows color (decimal): -1992554 or 9869537. OLE color: 9869537.
HSL color Cylindrical-coordinate representation of color #E19896: hue angle of 1.6º 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 #E19896 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 150 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.12 |
| HSL | 1.6º | 0.56% | 0.74% | - |
| HSV(B) | 1.6º | 0.33% | 0.88% | - |
| XYZ | 47.78 | 40.67 | 34.18 | - |
| YUV | 173.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 150 | 0 | 0.32 | 0.33 | 0.12 | 1.6 | 0.56 | 0.74 |
| Hex | E1 | 98 | 96 | 0 | 20 | 21 | C | 2 | 38 | 4A |
| Octal | 341 | 230 | 226 | 0 | 40 | 41 | 14 | 2 | 70 | 112 |
| Binary | 11100001 | 10011000 | 10010110 | 0 | 100000 | 100001 | 1100 | 10 | 111000 | 1001010 |
Color Harmonies of #E19896
Complementary color
Monochromatic Colors of #E19896
Black with #E19896
Text Example
Text Example
White with #E19896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19896; }
p { color: rgb(225,152,150); }
H1.HeaderClassName
{
color: #E19896;
}
.AnyTagClassName
{
color: #E19896;
}
</style>
background-color css
<style>
a { background-color: #E19896; }
a { background-color: rgb(225,152,150); }
div.DivClassName
{
background-color: #E19896;
}
.BgClassName
{
background-color: #E19896;
}
</style>
border-color css
<style>
span { border-color: #E19896; }
span { border-color: rgb(225,152,150); }
td.TdClassName
{
border-color: #E19896;
}
.TagClassName
{
border-color: #E19896;
}
</style>