Shades of Petite Orchid #E19C90
Tints of Petite Orchid #E19C90
RGB
CMYK
RGB Variations
Color information
#E19C90 (or 0xE19C90) is known color: Petite Orchid. HEX triplet: E1, 9C and 90. RGB value is (225,156,144). Sum of RGB (Red+Green+Blue) = 225+156+144=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19C90 is #1E636F. Grayscale: #AFAFAF. Windows color (decimal): -1991536 or 9477345. OLE color: 9477345.
HSL color Cylindrical-coordinate representation of color #E19C90: hue angle of 8.89º degrees, saturation: 0.57, 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 #E19C90 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 144 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.12 |
| HSL | 8.89º | 0.57% | 0.72% | - |
| HSV(B) | 8.89º | 0.36% | 0.88% | - |
| XYZ | 47.97 | 41.8 | 31.92 | - |
| YUV | 175.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 144 | 0 | 0.31 | 0.36 | 0.12 | 8.89 | 0.57 | 0.72 |
| Hex | E1 | 9C | 90 | 0 | 1F | 24 | C | 9 | 39 | 48 |
| Octal | 341 | 234 | 220 | 0 | 37 | 44 | 14 | 11 | 71 | 110 |
| Binary | 11100001 | 10011100 | 10010000 | 0 | 11111 | 100100 | 1100 | 1001 | 111001 | 1001000 |
Color Harmonies of #E19C90
Complementary color
Monochromatic Colors of #E19C90
Black with #E19C90
Text Example
Text Example
White with #E19C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C90; }
p { color: rgb(225,156,144); }
H1.HeaderClassName
{
color: #E19C90;
}
.AnyTagClassName
{
color: #E19C90;
}
</style>
background-color css
<style>
a { background-color: #E19C90; }
a { background-color: rgb(225,156,144); }
div.DivClassName
{
background-color: #E19C90;
}
.BgClassName
{
background-color: #E19C90;
}
</style>
border-color css
<style>
span { border-color: #E19C90; }
span { border-color: rgb(225,156,144); }
td.TdClassName
{
border-color: #E19C90;
}
.TagClassName
{
border-color: #E19C90;
}
</style>