Shades of Petite Orchid #E19493
Tints of Petite Orchid #E19493
RGB
CMYK
RGB Variations
Color information
#E19493 (or 0xE19493) is known color: Petite Orchid. HEX triplet: E1, 94 and 93. RGB value is (225,148,147). Sum of RGB (Red+Green+Blue) = 225+148+147=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E19493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19493 is #1E6B6C. Grayscale: #AAAAAA. Windows color (decimal): -1993581 or 9671905. OLE color: 9671905.
HSL color Cylindrical-coordinate representation of color #E19493: hue angle of 0.77º 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 #E19493 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 147 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.12 |
| HSL | 0.77º | 0.57% | 0.73% | - |
| HSV(B) | 0.77º | 0.35% | 0.88% | - |
| XYZ | 46.91 | 39.29 | 32.72 | - |
| YUV | 170.91 | 114.51 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 147 | 0 | 0.34 | 0.35 | 0.12 | 0.77 | 0.57 | 0.73 |
| Hex | E1 | 94 | 93 | 0 | 22 | 23 | C | 1 | 39 | 49 |
| Octal | 341 | 224 | 223 | 0 | 42 | 43 | 14 | 1 | 71 | 111 |
| Binary | 11100001 | 10010100 | 10010011 | 0 | 100010 | 100011 | 1100 | 1 | 111001 | 1001001 |
Color Harmonies of #E19493
Complementary color
Monochromatic Colors of #E19493
Black with #E19493
Text Example
Text Example
White with #E19493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19493; }
p { color: rgb(225,148,147); }
H1.HeaderClassName
{
color: #E19493;
}
.AnyTagClassName
{
color: #E19493;
}
</style>
background-color css
<style>
a { background-color: #E19493; }
a { background-color: rgb(225,148,147); }
div.DivClassName
{
background-color: #E19493;
}
.BgClassName
{
background-color: #E19493;
}
</style>
border-color css
<style>
span { border-color: #E19493; }
span { border-color: rgb(225,148,147); }
td.TdClassName
{
border-color: #E19493;
}
.TagClassName
{
border-color: #E19493;
}
</style>