Shades of Petite Orchid #E1998F
Tints of Petite Orchid #E1998F
RGB
CMYK
RGB Variations
Color information
#E1998F (or 0xE1998F) is known color: Petite Orchid. HEX triplet: E1, 99 and 8F. RGB value is (225,153,143). Sum of RGB (Red+Green+Blue) = 225+153+143=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E1998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1998F is #1E6670. Grayscale: #ADADAD. Windows color (decimal): -1992305 or 9411041. OLE color: 9411041.
HSL color Cylindrical-coordinate representation of color #E1998F: hue angle of 7.32º 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 #E1998F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 143 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.12 |
| HSL | 7.32º | 0.58% | 0.72% | - |
| HSV(B) | 7.32º | 0.36% | 0.88% | - |
| XYZ | 47.4 | 40.77 | 31.36 | - |
| YUV | 173.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 143 | 0 | 0.32 | 0.36 | 0.12 | 7.32 | 0.58 | 0.72 |
| Hex | E1 | 99 | 8F | 0 | 20 | 24 | C | 7 | 3A | 48 |
| Octal | 341 | 231 | 217 | 0 | 40 | 44 | 14 | 7 | 72 | 110 |
| Binary | 11100001 | 10011001 | 10001111 | 0 | 100000 | 100100 | 1100 | 111 | 111010 | 1001000 |
Color Harmonies of #E1998F
Complementary color
Monochromatic Colors of #E1998F
Black with #E1998F
Text Example
Text Example
White with #E1998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1998F; }
p { color: rgb(225,153,143); }
H1.HeaderClassName
{
color: #E1998F;
}
.AnyTagClassName
{
color: #E1998F;
}
</style>
background-color css
<style>
a { background-color: #E1998F; }
a { background-color: rgb(225,153,143); }
div.DivClassName
{
background-color: #E1998F;
}
.BgClassName
{
background-color: #E1998F;
}
</style>
border-color css
<style>
span { border-color: #E1998F; }
span { border-color: rgb(225,153,143); }
td.TdClassName
{
border-color: #E1998F;
}
.TagClassName
{
border-color: #E1998F;
}
</style>