Shades of Petite Orchid #E09290
Tints of Petite Orchid #E09290
RGB
CMYK
RGB Variations
Color information
#E09290 (or 0xE09290) is known color: Petite Orchid. HEX triplet: E0, 92 and 90. RGB value is (224,146,144). Sum of RGB (Red+Green+Blue) = 224+146+144=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E09290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09290 is #1F6D6F. Grayscale: #A9A9A9. Windows color (decimal): -2059632 or 9474784. OLE color: 9474784.
HSL color Cylindrical-coordinate representation of color #E09290: hue angle of 1.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E09290 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 144 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.12 |
| HSL | 1.5º | 0.56% | 0.72% | - |
| HSV(B) | 1.5º | 0.36% | 0.88% | - |
| XYZ | 46.05 | 38.42 | 31.37 | - |
| YUV | 169.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 144 | 0 | 0.35 | 0.36 | 0.12 | 1.5 | 0.56 | 0.72 |
| Hex | E0 | 92 | 90 | 0 | 23 | 24 | C | 2 | 38 | 48 |
| Octal | 340 | 222 | 220 | 0 | 43 | 44 | 14 | 2 | 70 | 110 |
| Binary | 11100000 | 10010010 | 10010000 | 0 | 100011 | 100100 | 1100 | 10 | 111000 | 1001000 |
Color Harmonies of #E09290
Complementary color
Monochromatic Colors of #E09290
Black with #E09290
Text Example
Text Example
White with #E09290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09290; }
p { color: rgb(224,146,144); }
H1.HeaderClassName
{
color: #E09290;
}
.AnyTagClassName
{
color: #E09290;
}
</style>
background-color css
<style>
a { background-color: #E09290; }
a { background-color: rgb(224,146,144); }
div.DivClassName
{
background-color: #E09290;
}
.BgClassName
{
background-color: #E09290;
}
</style>
border-color css
<style>
span { border-color: #E09290; }
span { border-color: rgb(224,146,144); }
td.TdClassName
{
border-color: #E09290;
}
.TagClassName
{
border-color: #E09290;
}
</style>