Shades of Petite Orchid #E19F96
Tints of Petite Orchid #E19F96
RGB
CMYK
RGB Variations
Color information
#E19F96 (or 0xE19F96) is known color: Petite Orchid. HEX triplet: E1, 9F and 96. RGB value is (225,159,150). Sum of RGB (Red+Green+Blue) = 225+159+150=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F96 is #1E6069. Grayscale: #B1B1B1. Windows color (decimal): -1990762 or 9871329. OLE color: 9871329.
HSL color Cylindrical-coordinate representation of color #E19F96: hue angle of 7.2º 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 #E19F96 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 150 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.12 |
| HSL | 7.2º | 0.56% | 0.74% | - |
| HSV(B) | 7.2º | 0.33% | 0.88% | - |
| XYZ | 48.95 | 43.01 | 34.57 | - |
| YUV | 177.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 150 | 0 | 0.29 | 0.33 | 0.12 | 7.2 | 0.56 | 0.74 |
| Hex | E1 | 9F | 96 | 0 | 1D | 21 | C | 7 | 38 | 4A |
| Octal | 341 | 237 | 226 | 0 | 35 | 41 | 14 | 7 | 70 | 112 |
| Binary | 11100001 | 10011111 | 10010110 | 0 | 11101 | 100001 | 1100 | 111 | 111000 | 1001010 |
Color Harmonies of #E19F96
Complementary color
Monochromatic Colors of #E19F96
Black with #E19F96
Text Example
Text Example
White with #E19F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19F96; }
p { color: rgb(225,159,150); }
H1.HeaderClassName
{
color: #E19F96;
}
.AnyTagClassName
{
color: #E19F96;
}
</style>
background-color css
<style>
a { background-color: #E19F96; }
a { background-color: rgb(225,159,150); }
div.DivClassName
{
background-color: #E19F96;
}
.BgClassName
{
background-color: #E19F96;
}
</style>
border-color css
<style>
span { border-color: #E19F96; }
span { border-color: rgb(225,159,150); }
td.TdClassName
{
border-color: #E19F96;
}
.TagClassName
{
border-color: #E19F96;
}
</style>