Shades of Petite Orchid #E19494
Tints of Petite Orchid #E19494
RGB
CMYK
RGB Variations
Color information
#E19494 (or 0xE19494) is known color: Petite Orchid. HEX triplet: E1, 94 and 94. RGB value is (225,148,148). Sum of RGB (Red+Green+Blue) = 225+148+148=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E19494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19494 is #1E6B6B. Grayscale: #ABABAB. Windows color (decimal): -1993580 or 9737441. OLE color: 9737441.
HSL color Cylindrical-coordinate representation of color #E19494: hue angle of 0º 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 #E19494 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 148 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.12 |
| HSL | 0º | 0.56% | 0.73% | - |
| HSV(B) | 0º | 0.34% | 0.88% | - |
| XYZ | 46.99 | 39.33 | 33.13 | - |
| YUV | 171.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 148 | 0 | 0.34 | 0.34 | 0.12 | 0 | 0.56 | 0.73 |
| Hex | E1 | 94 | 94 | 0 | 22 | 22 | C | 0 | 38 | 49 |
| Octal | 341 | 224 | 224 | 0 | 42 | 42 | 14 | 0 | 70 | 111 |
| Binary | 11100001 | 10010100 | 10010100 | 0 | 100010 | 100010 | 1100 | 0 | 111000 | 1001001 |
Color Harmonies of #E19494
Complementary color
Monochromatic Colors of #E19494
Black with #E19494
Text Example
Text Example
White with #E19494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19494; }
p { color: rgb(225,148,148); }
H1.HeaderClassName
{
color: #E19494;
}
.AnyTagClassName
{
color: #E19494;
}
</style>
background-color css
<style>
a { background-color: #E19494; }
a { background-color: rgb(225,148,148); }
div.DivClassName
{
background-color: #E19494;
}
.BgClassName
{
background-color: #E19494;
}
</style>
border-color css
<style>
span { border-color: #E19494; }
span { border-color: rgb(225,148,148); }
td.TdClassName
{
border-color: #E19494;
}
.TagClassName
{
border-color: #E19494;
}
</style>