Shades of Petite Orchid #E19994
Tints of Petite Orchid #E19994
RGB
CMYK
RGB Variations
Color information
#E19994 (or 0xE19994) is known color: Petite Orchid. HEX triplet: E1, 99 and 94. RGB value is (225,153,148). Sum of RGB (Red+Green+Blue) = 225+153+148=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E19994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19994 is #1E666B. Grayscale: #AEAEAE. Windows color (decimal): -1992300 or 9738721. OLE color: 9738721.
HSL color Cylindrical-coordinate representation of color #E19994: hue angle of 3.9º 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 #E19994 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 148 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.12 |
| HSL | 3.9º | 0.56% | 0.73% | - |
| HSV(B) | 3.9º | 0.34% | 0.88% | - |
| XYZ | 47.79 | 40.93 | 33.4 | - |
| YUV | 173.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 148 | 0 | 0.32 | 0.34 | 0.12 | 3.9 | 0.56 | 0.73 |
| Hex | E1 | 99 | 94 | 0 | 20 | 22 | C | 4 | 38 | 49 |
| Octal | 341 | 231 | 224 | 0 | 40 | 42 | 14 | 4 | 70 | 111 |
| Binary | 11100001 | 10011001 | 10010100 | 0 | 100000 | 100010 | 1100 | 100 | 111000 | 1001001 |
Color Harmonies of #E19994
Complementary color
Monochromatic Colors of #E19994
Black with #E19994
Text Example
Text Example
White with #E19994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19994; }
p { color: rgb(225,153,148); }
H1.HeaderClassName
{
color: #E19994;
}
.AnyTagClassName
{
color: #E19994;
}
</style>
background-color css
<style>
a { background-color: #E19994; }
a { background-color: rgb(225,153,148); }
div.DivClassName
{
background-color: #E19994;
}
.BgClassName
{
background-color: #E19994;
}
</style>
border-color css
<style>
span { border-color: #E19994; }
span { border-color: rgb(225,153,148); }
td.TdClassName
{
border-color: #E19994;
}
.TagClassName
{
border-color: #E19994;
}
</style>