Shades of Petite Orchid #E39C94
Tints of Petite Orchid #E39C94
RGB
CMYK
RGB Variations
Color information
#E39C94 (or 0xE39C94) is known color: Petite Orchid. HEX triplet: E3, 9C and 94. RGB value is (227,156,148). Sum of RGB (Red+Green+Blue) = 227+156+148=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E39C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39C94 is #1C636B. Grayscale: #B0B0B0. Windows color (decimal): -1860460 or 9739491. OLE color: 9739491.
HSL color Cylindrical-coordinate representation of color #E39C94: hue angle of 6.08º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E39C94 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 156 | 148 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.11 |
| HSL | 6.08º | 0.59% | 0.74% | - |
| HSV(B) | 6.08º | 0.35% | 0.89% | - |
| XYZ | 48.91 | 42.25 | 33.59 | - |
| YUV | 176.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 156 | 148 | 0 | 0.31 | 0.35 | 0.11 | 6.08 | 0.59 | 0.74 |
| Hex | E3 | 9C | 94 | 0 | 1F | 23 | B | 6 | 3B | 4A |
| Octal | 343 | 234 | 224 | 0 | 37 | 43 | 13 | 6 | 73 | 112 |
| Binary | 11100011 | 10011100 | 10010100 | 0 | 11111 | 100011 | 1011 | 110 | 111011 | 1001010 |
Color Harmonies of #E39C94
Complementary color
Monochromatic Colors of #E39C94
Black with #E39C94
Text Example
Text Example
White with #E39C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39C94; }
p { color: rgb(227,156,148); }
H1.HeaderClassName
{
color: #E39C94;
}
.AnyTagClassName
{
color: #E39C94;
}
</style>
background-color css
<style>
a { background-color: #E39C94; }
a { background-color: rgb(227,156,148); }
div.DivClassName
{
background-color: #E39C94;
}
.BgClassName
{
background-color: #E39C94;
}
</style>
border-color css
<style>
span { border-color: #E39C94; }
span { border-color: rgb(227,156,148); }
td.TdClassName
{
border-color: #E39C94;
}
.TagClassName
{
border-color: #E39C94;
}
</style>