Shades of Petite Orchid #E19C97
Tints of Petite Orchid #E19C97
RGB
CMYK
RGB Variations
Color information
#E19C97 (or 0xE19C97) is known color: Petite Orchid. HEX triplet: E1, 9C and 97. RGB value is (225,156,151). Sum of RGB (Red+Green+Blue) = 225+156+151=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19C97 is #1E6368. Grayscale: #B0B0B0. Windows color (decimal): -1991529 or 9936097. OLE color: 9936097.
HSL color Cylindrical-coordinate representation of color #E19C97: hue angle of 4.05º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19C97 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 151 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.12 |
| HSL | 4.05º | 0.55% | 0.74% | - |
| HSV(B) | 4.05º | 0.33% | 0.88% | - |
| XYZ | 48.53 | 42.02 | 34.83 | - |
| YUV | 176.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 151 | 0 | 0.31 | 0.33 | 0.12 | 4.05 | 0.55 | 0.74 |
| Hex | E1 | 9C | 97 | 0 | 1F | 21 | C | 4 | 37 | 4A |
| Octal | 341 | 234 | 227 | 0 | 37 | 41 | 14 | 4 | 67 | 112 |
| Binary | 11100001 | 10011100 | 10010111 | 0 | 11111 | 100001 | 1100 | 100 | 110111 | 1001010 |
Color Harmonies of #E19C97
Complementary color
Monochromatic Colors of #E19C97
Black with #E19C97
Text Example
Text Example
White with #E19C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C97; }
p { color: rgb(225,156,151); }
H1.HeaderClassName
{
color: #E19C97;
}
.AnyTagClassName
{
color: #E19C97;
}
</style>
background-color css
<style>
a { background-color: #E19C97; }
a { background-color: rgb(225,156,151); }
div.DivClassName
{
background-color: #E19C97;
}
.BgClassName
{
background-color: #E19C97;
}
</style>
border-color css
<style>
span { border-color: #E19C97; }
span { border-color: rgb(225,156,151); }
td.TdClassName
{
border-color: #E19C97;
}
.TagClassName
{
border-color: #E19C97;
}
</style>