Shades of Petite Orchid #E19993
Tints of Petite Orchid #E19993
RGB
CMYK
RGB Variations
Color information
#E19993 (or 0xE19993) is known color: Petite Orchid. HEX triplet: E1, 99 and 93. RGB value is (225,153,147). Sum of RGB (Red+Green+Blue) = 225+153+147=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E19993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19993 is #1E666C. Grayscale: #ADADAD. Windows color (decimal): -1992301 or 9673185. OLE color: 9673185.
HSL color Cylindrical-coordinate representation of color #E19993: hue angle of 4.62º 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 #E19993 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 147 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.12 |
| HSL | 4.62º | 0.57% | 0.73% | - |
| HSV(B) | 4.62º | 0.35% | 0.88% | - |
| XYZ | 47.71 | 40.9 | 32.98 | - |
| YUV | 173.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 147 | 0 | 0.32 | 0.35 | 0.12 | 4.62 | 0.57 | 0.73 |
| Hex | E1 | 99 | 93 | 0 | 20 | 23 | C | 5 | 39 | 49 |
| Octal | 341 | 231 | 223 | 0 | 40 | 43 | 14 | 5 | 71 | 111 |
| Binary | 11100001 | 10011001 | 10010011 | 0 | 100000 | 100011 | 1100 | 101 | 111001 | 1001001 |
Color Harmonies of #E19993
Complementary color
Monochromatic Colors of #E19993
Black with #E19993
Text Example
Text Example
White with #E19993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19993; }
p { color: rgb(225,153,147); }
H1.HeaderClassName
{
color: #E19993;
}
.AnyTagClassName
{
color: #E19993;
}
</style>
background-color css
<style>
a { background-color: #E19993; }
a { background-color: rgb(225,153,147); }
div.DivClassName
{
background-color: #E19993;
}
.BgClassName
{
background-color: #E19993;
}
</style>
border-color css
<style>
span { border-color: #E19993; }
span { border-color: rgb(225,153,147); }
td.TdClassName
{
border-color: #E19993;
}
.TagClassName
{
border-color: #E19993;
}
</style>