Shades of Petite Orchid #E19693
Tints of Petite Orchid #E19693
RGB
CMYK
RGB Variations
Color information
#E19693 (or 0xE19693) is known color: Petite Orchid. HEX triplet: E1, 96 and 93. RGB value is (225,150,147). Sum of RGB (Red+Green+Blue) = 225+150+147=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E19693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19693 is #1E696C. Grayscale: #ACACAC. Windows color (decimal): -1993069 or 9672417. OLE color: 9672417.
HSL color Cylindrical-coordinate representation of color #E19693: hue angle of 2.31º 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 #E19693 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 147 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.12 |
| HSL | 2.31º | 0.57% | 0.73% | - |
| HSV(B) | 2.31º | 0.35% | 0.88% | - |
| XYZ | 47.22 | 39.93 | 32.82 | - |
| YUV | 172.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 147 | 0 | 0.33 | 0.35 | 0.12 | 2.31 | 0.57 | 0.73 |
| Hex | E1 | 96 | 93 | 0 | 21 | 23 | C | 2 | 39 | 49 |
| Octal | 341 | 226 | 223 | 0 | 41 | 43 | 14 | 2 | 71 | 111 |
| Binary | 11100001 | 10010110 | 10010011 | 0 | 100001 | 100011 | 1100 | 10 | 111001 | 1001001 |
Color Harmonies of #E19693
Complementary color
Monochromatic Colors of #E19693
Black with #E19693
Text Example
Text Example
White with #E19693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19693; }
p { color: rgb(225,150,147); }
H1.HeaderClassName
{
color: #E19693;
}
.AnyTagClassName
{
color: #E19693;
}
</style>
background-color css
<style>
a { background-color: #E19693; }
a { background-color: rgb(225,150,147); }
div.DivClassName
{
background-color: #E19693;
}
.BgClassName
{
background-color: #E19693;
}
</style>
border-color css
<style>
span { border-color: #E19693; }
span { border-color: rgb(225,150,147); }
td.TdClassName
{
border-color: #E19693;
}
.TagClassName
{
border-color: #E19693;
}
</style>