Shades of Petite Orchid #E0978B
Tints of Petite Orchid #E0978B
RGB
CMYK
RGB Variations
Color information
#E0978B (or 0xE0978B) is known color: Petite Orchid. HEX triplet: E0, 97 and 8B. RGB value is (224,151,139). Sum of RGB (Red+Green+Blue) = 224+151+139=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0978B is #1F6874. Grayscale: #ABABAB. Windows color (decimal): -2058357 or 9148384. OLE color: 9148384.
HSL color Cylindrical-coordinate representation of color #E0978B: hue angle of 8.47º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0978B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 139 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.12 |
| HSL | 8.47º | 0.58% | 0.71% | - |
| HSV(B) | 8.47º | 0.38% | 0.88% | - |
| XYZ | 46.47 | 39.84 | 29.67 | - |
| YUV | 171.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 139 | 0 | 0.33 | 0.38 | 0.12 | 8.47 | 0.58 | 0.71 |
| Hex | E0 | 97 | 8B | 0 | 21 | 26 | C | 8 | 3A | 47 |
| Octal | 340 | 227 | 213 | 0 | 41 | 46 | 14 | 10 | 72 | 107 |
| Binary | 11100000 | 10010111 | 10001011 | 0 | 100001 | 100110 | 1100 | 1000 | 111010 | 1000111 |
Color Harmonies of #E0978B
Complementary color
Monochromatic Colors of #E0978B
Black with #E0978B
Text Example
Text Example
White with #E0978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0978B; }
p { color: rgb(224,151,139); }
H1.HeaderClassName
{
color: #E0978B;
}
.AnyTagClassName
{
color: #E0978B;
}
</style>
background-color css
<style>
a { background-color: #E0978B; }
a { background-color: rgb(224,151,139); }
div.DivClassName
{
background-color: #E0978B;
}
.BgClassName
{
background-color: #E0978B;
}
</style>
border-color css
<style>
span { border-color: #E0978B; }
span { border-color: rgb(224,151,139); }
td.TdClassName
{
border-color: #E0978B;
}
.TagClassName
{
border-color: #E0978B;
}
</style>