Shades of Petite Orchid #E19E91
Tints of Petite Orchid #E19E91
RGB
CMYK
RGB Variations
Color information
#E19E91 (or 0xE19E91) is known color: Petite Orchid. HEX triplet: E1, 9E and 91. RGB value is (225,158,145). Sum of RGB (Red+Green+Blue) = 225+158+145=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19E91 is #1E616E. Grayscale: #B0B0B0. Windows color (decimal): -1991023 or 9543393. OLE color: 9543393.
HSL color Cylindrical-coordinate representation of color #E19E91: hue angle of 9.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E19E91 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 145 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.12 |
| HSL | 9.75º | 0.57% | 0.73% | - |
| HSV(B) | 9.75º | 0.36% | 0.88% | - |
| XYZ | 48.39 | 42.51 | 32.44 | - |
| YUV | 176.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 145 | 0 | 0.30 | 0.36 | 0.12 | 9.75 | 0.57 | 0.73 |
| Hex | E1 | 9E | 91 | 0 | 1E | 24 | C | A | 39 | 49 |
| Octal | 341 | 236 | 221 | 0 | 36 | 44 | 14 | 12 | 71 | 111 |
| Binary | 11100001 | 10011110 | 10010001 | 0 | 11110 | 100100 | 1100 | 1010 | 111001 | 1001001 |
Color Harmonies of #E19E91
Complementary color
Monochromatic Colors of #E19E91
Black with #E19E91
Text Example
Text Example
White with #E19E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19E91; }
p { color: rgb(225,158,145); }
H1.HeaderClassName
{
color: #E19E91;
}
.AnyTagClassName
{
color: #E19E91;
}
</style>
background-color css
<style>
a { background-color: #E19E91; }
a { background-color: rgb(225,158,145); }
div.DivClassName
{
background-color: #E19E91;
}
.BgClassName
{
background-color: #E19E91;
}
</style>
border-color css
<style>
span { border-color: #E19E91; }
span { border-color: rgb(225,158,145); }
td.TdClassName
{
border-color: #E19E91;
}
.TagClassName
{
border-color: #E19E91;
}
</style>