Shades of Petite Orchid #E1988F
Tints of Petite Orchid #E1988F
RGB
CMYK
RGB Variations
Color information
#E1988F (or 0xE1988F) is known color: Petite Orchid. HEX triplet: E1, 98 and 8F. RGB value is (225,152,143). Sum of RGB (Red+Green+Blue) = 225+152+143=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E1988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1988F is #1E6770. Grayscale: #ACACAC. Windows color (decimal): -1992561 or 9410785. OLE color: 9410785.
HSL color Cylindrical-coordinate representation of color #E1988F: hue angle of 6.59º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1988F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 143 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.12 |
| HSL | 6.59º | 0.58% | 0.72% | - |
| HSV(B) | 6.59º | 0.36% | 0.88% | - |
| XYZ | 47.24 | 40.45 | 31.3 | - |
| YUV | 172.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 143 | 0 | 0.32 | 0.36 | 0.12 | 6.59 | 0.58 | 0.72 |
| Hex | E1 | 98 | 8F | 0 | 20 | 24 | C | 7 | 3A | 48 |
| Octal | 341 | 230 | 217 | 0 | 40 | 44 | 14 | 7 | 72 | 110 |
| Binary | 11100001 | 10011000 | 10001111 | 0 | 100000 | 100100 | 1100 | 111 | 111010 | 1001000 |
Color Harmonies of #E1988F
Complementary color
Monochromatic Colors of #E1988F
Black with #E1988F
Text Example
Text Example
White with #E1988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1988F; }
p { color: rgb(225,152,143); }
H1.HeaderClassName
{
color: #E1988F;
}
.AnyTagClassName
{
color: #E1988F;
}
</style>
background-color css
<style>
a { background-color: #E1988F; }
a { background-color: rgb(225,152,143); }
div.DivClassName
{
background-color: #E1988F;
}
.BgClassName
{
background-color: #E1988F;
}
</style>
border-color css
<style>
span { border-color: #E1988F; }
span { border-color: rgb(225,152,143); }
td.TdClassName
{
border-color: #E1988F;
}
.TagClassName
{
border-color: #E1988F;
}
</style>