Shades of Petite Orchid #E19694
Tints of Petite Orchid #E19694
RGB
CMYK
RGB Variations
Color information
#E19694 (or 0xE19694) is known color: Petite Orchid. HEX triplet: E1, 96 and 94. RGB value is (225,150,148). Sum of RGB (Red+Green+Blue) = 225+150+148=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E19694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19694 is #1E696B. Grayscale: #ACACAC. Windows color (decimal): -1993068 or 9737953. OLE color: 9737953.
HSL color Cylindrical-coordinate representation of color #E19694: hue angle of 1.56º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19694 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 148 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.12 |
| HSL | 1.56º | 0.56% | 0.73% | - |
| HSV(B) | 1.56º | 0.34% | 0.88% | - |
| XYZ | 47.3 | 39.96 | 33.24 | - |
| YUV | 172.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 148 | 0 | 0.33 | 0.34 | 0.12 | 1.56 | 0.56 | 0.73 |
| Hex | E1 | 96 | 94 | 0 | 21 | 22 | C | 2 | 38 | 49 |
| Octal | 341 | 226 | 224 | 0 | 41 | 42 | 14 | 2 | 70 | 111 |
| Binary | 11100001 | 10010110 | 10010100 | 0 | 100001 | 100010 | 1100 | 10 | 111000 | 1001001 |
Color Harmonies of #E19694
Complementary color
Monochromatic Colors of #E19694
Black with #E19694
Text Example
Text Example
White with #E19694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19694; }
p { color: rgb(225,150,148); }
H1.HeaderClassName
{
color: #E19694;
}
.AnyTagClassName
{
color: #E19694;
}
</style>
background-color css
<style>
a { background-color: #E19694; }
a { background-color: rgb(225,150,148); }
div.DivClassName
{
background-color: #E19694;
}
.BgClassName
{
background-color: #E19694;
}
</style>
border-color css
<style>
span { border-color: #E19694; }
span { border-color: rgb(225,150,148); }
td.TdClassName
{
border-color: #E19694;
}
.TagClassName
{
border-color: #E19694;
}
</style>