Shades of Petite Orchid #E39C90
Tints of Petite Orchid #E39C90
RGB
CMYK
RGB Variations
Color information
#E39C90 (or 0xE39C90) is known color: Petite Orchid. HEX triplet: E3, 9C and 90. RGB value is (227,156,144). Sum of RGB (Red+Green+Blue) = 227+156+144=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E39C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39C90 is #1C636F. Grayscale: #AFAFAF. Windows color (decimal): -1860464 or 9477347. OLE color: 9477347.
HSL color Cylindrical-coordinate representation of color #E39C90: hue angle of 8.67º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E39C90 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 156 | 144 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.11 |
| HSL | 8.67º | 0.6% | 0.73% | - |
| HSV(B) | 8.67º | 0.37% | 0.89% | - |
| XYZ | 48.6 | 42.12 | 31.95 | - |
| YUV | 175.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 156 | 144 | 0 | 0.31 | 0.37 | 0.11 | 8.67 | 0.6 | 0.73 |
| Hex | E3 | 9C | 90 | 0 | 1F | 25 | B | 9 | 3C | 49 |
| Octal | 343 | 234 | 220 | 0 | 37 | 45 | 13 | 11 | 74 | 111 |
| Binary | 11100011 | 10011100 | 10010000 | 0 | 11111 | 100101 | 1011 | 1001 | 111100 | 1001001 |
Color Harmonies of #E39C90
Complementary color
Monochromatic Colors of #E39C90
Black with #E39C90
Text Example
Text Example
White with #E39C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39C90; }
p { color: rgb(227,156,144); }
H1.HeaderClassName
{
color: #E39C90;
}
.AnyTagClassName
{
color: #E39C90;
}
</style>
background-color css
<style>
a { background-color: #E39C90; }
a { background-color: rgb(227,156,144); }
div.DivClassName
{
background-color: #E39C90;
}
.BgClassName
{
background-color: #E39C90;
}
</style>
border-color css
<style>
span { border-color: #E39C90; }
span { border-color: rgb(227,156,144); }
td.TdClassName
{
border-color: #E39C90;
}
.TagClassName
{
border-color: #E39C90;
}
</style>