Shades of Petite Orchid #E39990
Tints of Petite Orchid #E39990
RGB
CMYK
RGB Variations
Color information
#E39990 (or 0xE39990) is known color: Petite Orchid. HEX triplet: E3, 99 and 90. RGB value is (227,153,144). Sum of RGB (Red+Green+Blue) = 227+153+144=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E39990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39990 is #1C666F. Grayscale: #AEAEAE. Windows color (decimal): -1861232 or 9476579. OLE color: 9476579.
HSL color Cylindrical-coordinate representation of color #E39990: hue angle of 6.51º 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 #E39990 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 144 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.11 |
| HSL | 6.51º | 0.6% | 0.73% | - |
| HSV(B) | 6.51º | 0.37% | 0.89% | - |
| XYZ | 48.1 | 41.13 | 31.79 | - |
| YUV | 174.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 144 | 0 | 0.33 | 0.37 | 0.11 | 6.51 | 0.6 | 0.73 |
| Hex | E3 | 99 | 90 | 0 | 21 | 25 | B | 7 | 3C | 49 |
| Octal | 343 | 231 | 220 | 0 | 41 | 45 | 13 | 7 | 74 | 111 |
| Binary | 11100011 | 10011001 | 10010000 | 0 | 100001 | 100101 | 1011 | 111 | 111100 | 1001001 |
Color Harmonies of #E39990
Complementary color
Monochromatic Colors of #E39990
Black with #E39990
Text Example
Text Example
White with #E39990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39990; }
p { color: rgb(227,153,144); }
H1.HeaderClassName
{
color: #E39990;
}
.AnyTagClassName
{
color: #E39990;
}
</style>
background-color css
<style>
a { background-color: #E39990; }
a { background-color: rgb(227,153,144); }
div.DivClassName
{
background-color: #E39990;
}
.BgClassName
{
background-color: #E39990;
}
</style>
border-color css
<style>
span { border-color: #E39990; }
span { border-color: rgb(227,153,144); }
td.TdClassName
{
border-color: #E39990;
}
.TagClassName
{
border-color: #E39990;
}
</style>