Shades of Petite Orchid #E09592
Tints of Petite Orchid #E09592
RGB
CMYK
RGB Variations
Color information
#E09592 (or 0xE09592) is known color: Petite Orchid. HEX triplet: E0, 95 and 92. RGB value is (224,149,146). Sum of RGB (Red+Green+Blue) = 224+149+146=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E09592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09592 is #1F6A6D. Grayscale: #ABABAB. Windows color (decimal): -2058862 or 9606624. OLE color: 9606624.
HSL color Cylindrical-coordinate representation of color #E09592: hue angle of 2.31º degrees, saturation: 0.56, 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 #E09592 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 146 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.12 |
| HSL | 2.31º | 0.56% | 0.73% | - |
| HSV(B) | 2.31º | 0.35% | 0.88% | - |
| XYZ | 46.68 | 39.42 | 32.34 | - |
| YUV | 171.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 146 | 0 | 0.33 | 0.35 | 0.12 | 2.31 | 0.56 | 0.73 |
| Hex | E0 | 95 | 92 | 0 | 21 | 23 | C | 2 | 38 | 49 |
| Octal | 340 | 225 | 222 | 0 | 41 | 43 | 14 | 2 | 70 | 111 |
| Binary | 11100000 | 10010101 | 10010010 | 0 | 100001 | 100011 | 1100 | 10 | 111000 | 1001001 |
Color Harmonies of #E09592
Complementary color
Monochromatic Colors of #E09592
Black with #E09592
Text Example
Text Example
White with #E09592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09592; }
p { color: rgb(224,149,146); }
H1.HeaderClassName
{
color: #E09592;
}
.AnyTagClassName
{
color: #E09592;
}
</style>
background-color css
<style>
a { background-color: #E09592; }
a { background-color: rgb(224,149,146); }
div.DivClassName
{
background-color: #E09592;
}
.BgClassName
{
background-color: #E09592;
}
</style>
border-color css
<style>
span { border-color: #E09592; }
span { border-color: rgb(224,149,146); }
td.TdClassName
{
border-color: #E09592;
}
.TagClassName
{
border-color: #E09592;
}
</style>