Shades of Petite Orchid #E19487
Tints of Petite Orchid #E19487
RGB
CMYK
RGB Variations
Color information
#E19487 (or 0xE19487) is known color: Petite Orchid. HEX triplet: E1, 94 and 87. RGB value is (225,148,135). Sum of RGB (Red+Green+Blue) = 225+148+135=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E19487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19487 is #1E6B78. Grayscale: #A9A9A9. Windows color (decimal): -1993593 or 8885473. OLE color: 8885473.
HSL color Cylindrical-coordinate representation of color #E19487: hue angle of 8.67º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E19487 is Cyan = 0, Magento = 0.34, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 135 | - |
| CMYK | 0 | 0.34 | 0.4 | 0.12 |
| HSL | 8.67º | 0.6% | 0.71% | - |
| HSV(B) | 8.67º | 0.4% | 0.88% | - |
| XYZ | 46.01 | 38.94 | 28.01 | - |
| YUV | 169.54 | 108.51 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 135 | 0 | 0.34 | 0.4 | 0.12 | 8.67 | 0.6 | 0.71 |
| Hex | E1 | 94 | 87 | 0 | 22 | 28 | C | 9 | 3C | 47 |
| Octal | 341 | 224 | 207 | 0 | 42 | 50 | 14 | 11 | 74 | 107 |
| Binary | 11100001 | 10010100 | 10000111 | 0 | 100010 | 101000 | 1100 | 1001 | 111100 | 1000111 |
Color Harmonies of #E19487
Complementary color
Monochromatic Colors of #E19487
Black with #E19487
Text Example
Text Example
White with #E19487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19487; }
p { color: rgb(225,148,135); }
H1.HeaderClassName
{
color: #E19487;
}
.AnyTagClassName
{
color: #E19487;
}
</style>
background-color css
<style>
a { background-color: #E19487; }
a { background-color: rgb(225,148,135); }
div.DivClassName
{
background-color: #E19487;
}
.BgClassName
{
background-color: #E19487;
}
</style>
border-color css
<style>
span { border-color: #E19487; }
span { border-color: rgb(225,148,135); }
td.TdClassName
{
border-color: #E19487;
}
.TagClassName
{
border-color: #E19487;
}
</style>