Shades of Petite Orchid #E29290
Tints of Petite Orchid #E29290
RGB
CMYK
RGB Variations
Color information
#E29290 (or 0xE29290) is known color: Petite Orchid. HEX triplet: E2, 92 and 90. RGB value is (226,146,144). Sum of RGB (Red+Green+Blue) = 226+146+144=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E29290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29290 is #1D6D6F. Grayscale: #A9A9A9. Windows color (decimal): -1928560 or 9474786. OLE color: 9474786.
HSL color Cylindrical-coordinate representation of color #E29290: hue angle of 1.46º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E29290 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 144 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.11 |
| HSL | 1.46º | 0.59% | 0.73% | - |
| HSV(B) | 1.46º | 0.36% | 0.89% | - |
| XYZ | 46.68 | 38.74 | 31.4 | - |
| YUV | 169.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 144 | 0 | 0.35 | 0.36 | 0.11 | 1.46 | 0.59 | 0.73 |
| Hex | E2 | 92 | 90 | 0 | 23 | 24 | B | 1 | 3B | 49 |
| Octal | 342 | 222 | 220 | 0 | 43 | 44 | 13 | 1 | 73 | 111 |
| Binary | 11100010 | 10010010 | 10010000 | 0 | 100011 | 100100 | 1011 | 1 | 111011 | 1001001 |
Color Harmonies of #E29290
Complementary color
Monochromatic Colors of #E29290
Black with #E29290
Text Example
Text Example
White with #E29290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29290; }
p { color: rgb(226,146,144); }
H1.HeaderClassName
{
color: #E29290;
}
.AnyTagClassName
{
color: #E29290;
}
</style>
background-color css
<style>
a { background-color: #E29290; }
a { background-color: rgb(226,146,144); }
div.DivClassName
{
background-color: #E29290;
}
.BgClassName
{
background-color: #E29290;
}
</style>
border-color css
<style>
span { border-color: #E29290; }
span { border-color: rgb(226,146,144); }
td.TdClassName
{
border-color: #E29290;
}
.TagClassName
{
border-color: #E29290;
}
</style>