Shades of Petite Orchid #E19E9E
Tints of Petite Orchid #E19E9E
RGB
CMYK
RGB Variations
Color information
#E19E9E (or 0xE19E9E) is known color: Petite Orchid. HEX triplet: E1, 9E and 9E. RGB value is (225,158,158). Sum of RGB (Red+Green+Blue) = 225+158+158=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19E9E is #1E6161. Grayscale: #B2B2B2. Windows color (decimal): -1991010 or 10395361. OLE color: 10395361.
HSL color Cylindrical-coordinate representation of color #E19E9E: hue angle of 0º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19E9E is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 158 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.12 |
| HSL | 0º | 0.53% | 0.75% | - |
| HSV(B) | 0º | 0.3% | 0.88% | - |
| XYZ | 49.45 | 42.93 | 38.03 | - |
| YUV | 178.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 158 | 0 | 0.30 | 0.30 | 0.12 | 0 | 0.53 | 0.75 |
| Hex | E1 | 9E | 9E | 0 | 1E | 1E | C | 0 | 35 | 4B |
| Octal | 341 | 236 | 236 | 0 | 36 | 36 | 14 | 0 | 65 | 113 |
| Binary | 11100001 | 10011110 | 10011110 | 0 | 11110 | 11110 | 1100 | 0 | 110101 | 1001011 |
Color Harmonies of #E19E9E
Complementary color
Monochromatic Colors of #E19E9E
Black with #E19E9E
Text Example
Text Example
White with #E19E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19E9E; }
p { color: rgb(225,158,158); }
H1.HeaderClassName
{
color: #E19E9E;
}
.AnyTagClassName
{
color: #E19E9E;
}
</style>
background-color css
<style>
a { background-color: #E19E9E; }
a { background-color: rgb(225,158,158); }
div.DivClassName
{
background-color: #E19E9E;
}
.BgClassName
{
background-color: #E19E9E;
}
</style>
border-color css
<style>
span { border-color: #E19E9E; }
span { border-color: rgb(225,158,158); }
td.TdClassName
{
border-color: #E19E9E;
}
.TagClassName
{
border-color: #E19E9E;
}
</style>