Shades of Petite Orchid #E29493
Tints of Petite Orchid #E29493
RGB
CMYK
RGB Variations
Color information
#E29493 (or 0xE29493) is known color: Petite Orchid. HEX triplet: E2, 94 and 93. RGB value is (226,148,147). Sum of RGB (Red+Green+Blue) = 226+148+147=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E29493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29493 is #1D6B6C. Grayscale: #ABABAB. Windows color (decimal): -1928045 or 9671906. OLE color: 9671906.
HSL color Cylindrical-coordinate representation of color #E29493: hue angle of 0.76º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E29493 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 147 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.11 |
| HSL | 0.76º | 0.58% | 0.73% | - |
| HSV(B) | 0.76º | 0.35% | 0.89% | - |
| XYZ | 47.22 | 39.46 | 32.73 | - |
| YUV | 171.21 | 114.34 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 147 | 0 | 0.35 | 0.35 | 0.11 | 0.76 | 0.58 | 0.73 |
| Hex | E2 | 94 | 93 | 0 | 23 | 23 | B | 1 | 3A | 49 |
| Octal | 342 | 224 | 223 | 0 | 43 | 43 | 13 | 1 | 72 | 111 |
| Binary | 11100010 | 10010100 | 10010011 | 0 | 100011 | 100011 | 1011 | 1 | 111010 | 1001001 |
Color Harmonies of #E29493
Complementary color
Monochromatic Colors of #E29493
Black with #E29493
Text Example
Text Example
White with #E29493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29493; }
p { color: rgb(226,148,147); }
H1.HeaderClassName
{
color: #E29493;
}
.AnyTagClassName
{
color: #E29493;
}
</style>
background-color css
<style>
a { background-color: #E29493; }
a { background-color: rgb(226,148,147); }
div.DivClassName
{
background-color: #E29493;
}
.BgClassName
{
background-color: #E29493;
}
</style>
border-color css
<style>
span { border-color: #E29493; }
span { border-color: rgb(226,148,147); }
td.TdClassName
{
border-color: #E29493;
}
.TagClassName
{
border-color: #E29493;
}
</style>