Shades of Petite Orchid #E19692
Tints of Petite Orchid #E19692
RGB
CMYK
RGB Variations
Color information
#E19692 (or 0xE19692) is known color: Petite Orchid. HEX triplet: E1, 96 and 92. RGB value is (225,150,146). Sum of RGB (Red+Green+Blue) = 225+150+146=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E19692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19692 is #1E696D. Grayscale: #ACACAC. Windows color (decimal): -1993070 or 9606881. OLE color: 9606881.
HSL color Cylindrical-coordinate representation of color #E19692: hue angle of 3.04º 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 #E19692 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 146 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.12 |
| HSL | 3.04º | 0.57% | 0.73% | - |
| HSV(B) | 3.04º | 0.35% | 0.88% | - |
| XYZ | 47.15 | 39.9 | 32.41 | - |
| YUV | 171.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 146 | 0 | 0.33 | 0.35 | 0.12 | 3.04 | 0.57 | 0.73 |
| Hex | E1 | 96 | 92 | 0 | 21 | 23 | C | 3 | 39 | 49 |
| Octal | 341 | 226 | 222 | 0 | 41 | 43 | 14 | 3 | 71 | 111 |
| Binary | 11100001 | 10010110 | 10010010 | 0 | 100001 | 100011 | 1100 | 11 | 111001 | 1001001 |
Color Harmonies of #E19692
Complementary color
Monochromatic Colors of #E19692
Black with #E19692
Text Example
Text Example
White with #E19692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19692; }
p { color: rgb(225,150,146); }
H1.HeaderClassName
{
color: #E19692;
}
.AnyTagClassName
{
color: #E19692;
}
</style>
background-color css
<style>
a { background-color: #E19692; }
a { background-color: rgb(225,150,146); }
div.DivClassName
{
background-color: #E19692;
}
.BgClassName
{
background-color: #E19692;
}
</style>
border-color css
<style>
span { border-color: #E19692; }
span { border-color: rgb(225,150,146); }
td.TdClassName
{
border-color: #E19692;
}
.TagClassName
{
border-color: #E19692;
}
</style>