Shades of Petite Orchid #E19492
Tints of Petite Orchid #E19492
RGB
CMYK
RGB Variations
Color information
#E19492 (or 0xE19492) is known color: Petite Orchid. HEX triplet: E1, 94 and 92. RGB value is (225,148,146). Sum of RGB (Red+Green+Blue) = 225+148+146=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E19492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19492 is #1E6B6D. Grayscale: #AAAAAA. Windows color (decimal): -1993582 or 9606369. OLE color: 9606369.
HSL color Cylindrical-coordinate representation of color #E19492: hue angle of 1.52º 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 #E19492 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 146 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.12 |
| HSL | 1.52º | 0.57% | 0.73% | - |
| HSV(B) | 1.52º | 0.35% | 0.88% | - |
| XYZ | 46.83 | 39.26 | 32.3 | - |
| YUV | 170.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 146 | 0 | 0.34 | 0.35 | 0.12 | 1.52 | 0.57 | 0.73 |
| Hex | E1 | 94 | 92 | 0 | 22 | 23 | C | 2 | 39 | 49 |
| Octal | 341 | 224 | 222 | 0 | 42 | 43 | 14 | 2 | 71 | 111 |
| Binary | 11100001 | 10010100 | 10010010 | 0 | 100010 | 100011 | 1100 | 10 | 111001 | 1001001 |
Color Harmonies of #E19492
Complementary color
Monochromatic Colors of #E19492
Black with #E19492
Text Example
Text Example
White with #E19492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19492; }
p { color: rgb(225,148,146); }
H1.HeaderClassName
{
color: #E19492;
}
.AnyTagClassName
{
color: #E19492;
}
</style>
background-color css
<style>
a { background-color: #E19492; }
a { background-color: rgb(225,148,146); }
div.DivClassName
{
background-color: #E19492;
}
.BgClassName
{
background-color: #E19492;
}
</style>
border-color css
<style>
span { border-color: #E19492; }
span { border-color: rgb(225,148,146); }
td.TdClassName
{
border-color: #E19492;
}
.TagClassName
{
border-color: #E19492;
}
</style>