Shades of Petite Orchid #E0978D
Tints of Petite Orchid #E0978D
RGB
CMYK
RGB Variations
Color information
#E0978D (or 0xE0978D) is known color: Petite Orchid. HEX triplet: E0, 97 and 8D. RGB value is (224,151,141). Sum of RGB (Red+Green+Blue) = 224+151+141=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E0978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0978D is #1F6872. Grayscale: #ABABAB. Windows color (decimal): -2058355 or 9279456. OLE color: 9279456.
HSL color Cylindrical-coordinate representation of color #E0978D: hue angle of 7.23º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0978D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 141 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.12 |
| HSL | 7.23º | 0.57% | 0.72% | - |
| HSV(B) | 7.23º | 0.37% | 0.88% | - |
| XYZ | 46.61 | 39.9 | 30.44 | - |
| YUV | 171.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 141 | 0 | 0.33 | 0.37 | 0.12 | 7.23 | 0.57 | 0.72 |
| Hex | E0 | 97 | 8D | 0 | 21 | 25 | C | 7 | 39 | 48 |
| Octal | 340 | 227 | 215 | 0 | 41 | 45 | 14 | 7 | 71 | 110 |
| Binary | 11100000 | 10010111 | 10001101 | 0 | 100001 | 100101 | 1100 | 111 | 111001 | 1001000 |
Color Harmonies of #E0978D
Complementary color
Monochromatic Colors of #E0978D
Black with #E0978D
Text Example
Text Example
White with #E0978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0978D; }
p { color: rgb(224,151,141); }
H1.HeaderClassName
{
color: #E0978D;
}
.AnyTagClassName
{
color: #E0978D;
}
</style>
background-color css
<style>
a { background-color: #E0978D; }
a { background-color: rgb(224,151,141); }
div.DivClassName
{
background-color: #E0978D;
}
.BgClassName
{
background-color: #E0978D;
}
</style>
border-color css
<style>
span { border-color: #E0978D; }
span { border-color: rgb(224,151,141); }
td.TdClassName
{
border-color: #E0978D;
}
.TagClassName
{
border-color: #E0978D;
}
</style>