Shades of Petite Orchid #E19F99
Tints of Petite Orchid #E19F99
RGB
CMYK
RGB Variations
Color information
#E19F99 (or 0xE19F99) is known color: Petite Orchid. HEX triplet: E1, 9F and 99. RGB value is (225,159,153). Sum of RGB (Red+Green+Blue) = 225+159+153=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F99 is #1E6066. Grayscale: #B2B2B2. Windows color (decimal): -1990759 or 10067937. OLE color: 10067937.
HSL color Cylindrical-coordinate representation of color #E19F99: hue angle of 5º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19F99 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 153 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.12 |
| HSL | 5º | 0.55% | 0.74% | - |
| HSV(B) | 5º | 0.32% | 0.88% | - |
| XYZ | 49.2 | 43.1 | 35.86 | - |
| YUV | 178.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 153 | 0 | 0.29 | 0.32 | 0.12 | 5 | 0.55 | 0.74 |
| Hex | E1 | 9F | 99 | 0 | 1D | 20 | C | 5 | 37 | 4A |
| Octal | 341 | 237 | 231 | 0 | 35 | 40 | 14 | 5 | 67 | 112 |
| Binary | 11100001 | 10011111 | 10011001 | 0 | 11101 | 100000 | 1100 | 101 | 110111 | 1001010 |
Color Harmonies of #E19F99
Complementary color
Monochromatic Colors of #E19F99
Black with #E19F99
Text Example
Text Example
White with #E19F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19F99; }
p { color: rgb(225,159,153); }
H1.HeaderClassName
{
color: #E19F99;
}
.AnyTagClassName
{
color: #E19F99;
}
</style>
background-color css
<style>
a { background-color: #E19F99; }
a { background-color: rgb(225,159,153); }
div.DivClassName
{
background-color: #E19F99;
}
.BgClassName
{
background-color: #E19F99;
}
</style>
border-color css
<style>
span { border-color: #E19F99; }
span { border-color: rgb(225,159,153); }
td.TdClassName
{
border-color: #E19F99;
}
.TagClassName
{
border-color: #E19F99;
}
</style>