Shades of Petite Orchid #E19592
Tints of Petite Orchid #E19592
RGB
CMYK
RGB Variations
Color information
#E19592 (or 0xE19592) is known color: Petite Orchid. HEX triplet: E1, 95 and 92. RGB value is (225,149,146). Sum of RGB (Red+Green+Blue) = 225+149+146=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E19592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19592 is #1E6A6D. Grayscale: #ABABAB. Windows color (decimal): -1993326 or 9606625. OLE color: 9606625.
HSL color Cylindrical-coordinate representation of color #E19592: hue angle of 2.28º 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 #E19592 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 146 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.12 |
| HSL | 2.28º | 0.57% | 0.73% | - |
| HSV(B) | 2.28º | 0.35% | 0.88% | - |
| XYZ | 46.99 | 39.58 | 32.36 | - |
| YUV | 171.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 146 | 0 | 0.34 | 0.35 | 0.12 | 2.28 | 0.57 | 0.73 |
| Hex | E1 | 95 | 92 | 0 | 22 | 23 | C | 2 | 39 | 49 |
| Octal | 341 | 225 | 222 | 0 | 42 | 43 | 14 | 2 | 71 | 111 |
| Binary | 11100001 | 10010101 | 10010010 | 0 | 100010 | 100011 | 1100 | 10 | 111001 | 1001001 |
Color Harmonies of #E19592
Complementary color
Monochromatic Colors of #E19592
Black with #E19592
Text Example
Text Example
White with #E19592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19592; }
p { color: rgb(225,149,146); }
H1.HeaderClassName
{
color: #E19592;
}
.AnyTagClassName
{
color: #E19592;
}
</style>
background-color css
<style>
a { background-color: #E19592; }
a { background-color: rgb(225,149,146); }
div.DivClassName
{
background-color: #E19592;
}
.BgClassName
{
background-color: #E19592;
}
</style>
border-color css
<style>
span { border-color: #E19592; }
span { border-color: rgb(225,149,146); }
td.TdClassName
{
border-color: #E19592;
}
.TagClassName
{
border-color: #E19592;
}
</style>