Shades of Petite Orchid #E19289
Tints of Petite Orchid #E19289
RGB
CMYK
RGB Variations
Color information
#E19289 (or 0xE19289) is known color: Petite Orchid. HEX triplet: E1, 92 and 89. RGB value is (225,146,137). Sum of RGB (Red+Green+Blue) = 225+146+137=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E19289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19289 is #1E6D76. Grayscale: #A8A8A8. Windows color (decimal): -1994103 or 9016033. OLE color: 9016033.
HSL color Cylindrical-coordinate representation of color #E19289: hue angle of 6.14º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E19289 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 137 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.12 |
| HSL | 6.14º | 0.59% | 0.71% | - |
| HSV(B) | 6.14º | 0.39% | 0.88% | - |
| XYZ | 45.85 | 38.37 | 28.66 | - |
| YUV | 168.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 137 | 0 | 0.35 | 0.39 | 0.12 | 6.14 | 0.59 | 0.71 |
| Hex | E1 | 92 | 89 | 0 | 23 | 27 | C | 6 | 3B | 47 |
| Octal | 341 | 222 | 211 | 0 | 43 | 47 | 14 | 6 | 73 | 107 |
| Binary | 11100001 | 10010010 | 10001001 | 0 | 100011 | 100111 | 1100 | 110 | 111011 | 1000111 |
Color Harmonies of #E19289
Complementary color
Monochromatic Colors of #E19289
Black with #E19289
Text Example
Text Example
White with #E19289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19289; }
p { color: rgb(225,146,137); }
H1.HeaderClassName
{
color: #E19289;
}
.AnyTagClassName
{
color: #E19289;
}
</style>
background-color css
<style>
a { background-color: #E19289; }
a { background-color: rgb(225,146,137); }
div.DivClassName
{
background-color: #E19289;
}
.BgClassName
{
background-color: #E19289;
}
</style>
border-color css
<style>
span { border-color: #E19289; }
span { border-color: rgb(225,146,137); }
td.TdClassName
{
border-color: #E19289;
}
.TagClassName
{
border-color: #E19289;
}
</style>