Shades of Petite Orchid #E19F98
Tints of Petite Orchid #E19F98
RGB
CMYK
RGB Variations
Color information
#E19F98 (or 0xE19F98) is known color: Petite Orchid. HEX triplet: E1, 9F and 98. RGB value is (225,159,152). Sum of RGB (Red+Green+Blue) = 225+159+152=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F98 is #1E6067. Grayscale: #B2B2B2. Windows color (decimal): -1990760 or 10002401. OLE color: 10002401.
HSL color Cylindrical-coordinate representation of color #E19F98: hue angle of 5.75º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19F98 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 152 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.12 |
| HSL | 5.75º | 0.55% | 0.74% | - |
| HSV(B) | 5.75º | 0.32% | 0.88% | - |
| XYZ | 49.12 | 43.07 | 35.43 | - |
| YUV | 177.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 152 | 0 | 0.29 | 0.32 | 0.12 | 5.75 | 0.55 | 0.74 |
| Hex | E1 | 9F | 98 | 0 | 1D | 20 | C | 6 | 37 | 4A |
| Octal | 341 | 237 | 230 | 0 | 35 | 40 | 14 | 6 | 67 | 112 |
| Binary | 11100001 | 10011111 | 10011000 | 0 | 11101 | 100000 | 1100 | 110 | 110111 | 1001010 |
Color Harmonies of #E19F98
Complementary color
Monochromatic Colors of #E19F98
Black with #E19F98
Text Example
Text Example
White with #E19F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19F98; }
p { color: rgb(225,159,152); }
H1.HeaderClassName
{
color: #E19F98;
}
.AnyTagClassName
{
color: #E19F98;
}
</style>
background-color css
<style>
a { background-color: #E19F98; }
a { background-color: rgb(225,159,152); }
div.DivClassName
{
background-color: #E19F98;
}
.BgClassName
{
background-color: #E19F98;
}
</style>
border-color css
<style>
span { border-color: #E19F98; }
span { border-color: rgb(225,159,152); }
td.TdClassName
{
border-color: #E19F98;
}
.TagClassName
{
border-color: #E19F98;
}
</style>