Shades of Petite Orchid #E19792
Tints of Petite Orchid #E19792
RGB
CMYK
RGB Variations
Color information
#E19792 (or 0xE19792) is known color: Petite Orchid. HEX triplet: E1, 97 and 92. RGB value is (225,151,146). Sum of RGB (Red+Green+Blue) = 225+151+146=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E19792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19792 is #1E686D. Grayscale: #ACACAC. Windows color (decimal): -1992814 or 9607137. OLE color: 9607137.
HSL color Cylindrical-coordinate representation of color #E19792: hue angle of 3.8º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E19792 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 146 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.12 |
| HSL | 3.8º | 0.57% | 0.73% | - |
| HSV(B) | 3.8º | 0.35% | 0.88% | - |
| XYZ | 47.31 | 40.22 | 32.46 | - |
| YUV | 172.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 146 | 0 | 0.33 | 0.35 | 0.12 | 3.8 | 0.57 | 0.73 |
| Hex | E1 | 97 | 92 | 0 | 21 | 23 | C | 4 | 39 | 49 |
| Octal | 341 | 227 | 222 | 0 | 41 | 43 | 14 | 4 | 71 | 111 |
| Binary | 11100001 | 10010111 | 10010010 | 0 | 100001 | 100011 | 1100 | 100 | 111001 | 1001001 |
Color Harmonies of #E19792
Complementary color
Monochromatic Colors of #E19792
Black with #E19792
Text Example
Text Example
White with #E19792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19792; }
p { color: rgb(225,151,146); }
H1.HeaderClassName
{
color: #E19792;
}
.AnyTagClassName
{
color: #E19792;
}
</style>
background-color css
<style>
a { background-color: #E19792; }
a { background-color: rgb(225,151,146); }
div.DivClassName
{
background-color: #E19792;
}
.BgClassName
{
background-color: #E19792;
}
</style>
border-color css
<style>
span { border-color: #E19792; }
span { border-color: rgb(225,151,146); }
td.TdClassName
{
border-color: #E19792;
}
.TagClassName
{
border-color: #E19792;
}
</style>