Shades of Petite Orchid #E1988B
Tints of Petite Orchid #E1988B
RGB
CMYK
RGB Variations
Color information
#E1988B (or 0xE1988B) is known color: Petite Orchid. HEX triplet: E1, 98 and 8B. RGB value is (225,152,139). Sum of RGB (Red+Green+Blue) = 225+152+139=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E1988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1988B is #1E6774. Grayscale: #ACACAC. Windows color (decimal): -1992565 or 9148641. OLE color: 9148641.
HSL color Cylindrical-coordinate representation of color #E1988B: hue angle of 9.07º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1988B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 139 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.12 |
| HSL | 9.07º | 0.59% | 0.71% | - |
| HSV(B) | 9.07º | 0.38% | 0.88% | - |
| XYZ | 46.94 | 40.33 | 29.74 | - |
| YUV | 172.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 139 | 0 | 0.32 | 0.38 | 0.12 | 9.07 | 0.59 | 0.71 |
| Hex | E1 | 98 | 8B | 0 | 20 | 26 | C | 9 | 3B | 47 |
| Octal | 341 | 230 | 213 | 0 | 40 | 46 | 14 | 11 | 73 | 107 |
| Binary | 11100001 | 10011000 | 10001011 | 0 | 100000 | 100110 | 1100 | 1001 | 111011 | 1000111 |
Color Harmonies of #E1988B
Complementary color
Monochromatic Colors of #E1988B
Black with #E1988B
Text Example
Text Example
White with #E1988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1988B; }
p { color: rgb(225,152,139); }
H1.HeaderClassName
{
color: #E1988B;
}
.AnyTagClassName
{
color: #E1988B;
}
</style>
background-color css
<style>
a { background-color: #E1988B; }
a { background-color: rgb(225,152,139); }
div.DivClassName
{
background-color: #E1988B;
}
.BgClassName
{
background-color: #E1988B;
}
</style>
border-color css
<style>
span { border-color: #E1988B; }
span { border-color: rgb(225,152,139); }
td.TdClassName
{
border-color: #E1988B;
}
.TagClassName
{
border-color: #E1988B;
}
</style>