Shades of Petite Orchid #E19287
Tints of Petite Orchid #E19287
RGB
CMYK
RGB Variations
Color information
#E19287 (or 0xE19287) is known color: Petite Orchid. HEX triplet: E1, 92 and 87. RGB value is (225,146,135). Sum of RGB (Red+Green+Blue) = 225+146+135=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E19287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19287 is #1E6D78. Grayscale: #A8A8A8. Windows color (decimal): -1994105 or 8884961. OLE color: 8884961.
HSL color Cylindrical-coordinate representation of color #E19287: hue angle of 7.33º 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 #E19287 is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 135 | - |
| CMYK | 0 | 0.35 | 0.4 | 0.12 |
| HSL | 7.33º | 0.6% | 0.71% | - |
| HSV(B) | 7.33º | 0.4% | 0.88% | - |
| XYZ | 45.7 | 38.31 | 27.91 | - |
| YUV | 168.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 135 | 0 | 0.35 | 0.4 | 0.12 | 7.33 | 0.6 | 0.71 |
| Hex | E1 | 92 | 87 | 0 | 23 | 28 | C | 7 | 3C | 47 |
| Octal | 341 | 222 | 207 | 0 | 43 | 50 | 14 | 7 | 74 | 107 |
| Binary | 11100001 | 10010010 | 10000111 | 0 | 100011 | 101000 | 1100 | 111 | 111100 | 1000111 |
Color Harmonies of #E19287
Complementary color
Monochromatic Colors of #E19287
Black with #E19287
Text Example
Text Example
White with #E19287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19287; }
p { color: rgb(225,146,135); }
H1.HeaderClassName
{
color: #E19287;
}
.AnyTagClassName
{
color: #E19287;
}
</style>
background-color css
<style>
a { background-color: #E19287; }
a { background-color: rgb(225,146,135); }
div.DivClassName
{
background-color: #E19287;
}
.BgClassName
{
background-color: #E19287;
}
</style>
border-color css
<style>
span { border-color: #E19287; }
span { border-color: rgb(225,146,135); }
td.TdClassName
{
border-color: #E19287;
}
.TagClassName
{
border-color: #E19287;
}
</style>