Shades of Petite Orchid #E0978E
Tints of Petite Orchid #E0978E
RGB
CMYK
RGB Variations
Color information
#E0978E (or 0xE0978E) is known color: Petite Orchid. HEX triplet: E0, 97 and 8E. RGB value is (224,151,142). Sum of RGB (Red+Green+Blue) = 224+151+142=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E0978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0978E is #1F6871. Grayscale: #ABABAB. Windows color (decimal): -2058354 or 9344992. OLE color: 9344992.
HSL color Cylindrical-coordinate representation of color #E0978E: hue angle of 6.59º 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 #E0978E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 142 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.12 |
| HSL | 6.59º | 0.57% | 0.72% | - |
| HSV(B) | 6.59º | 0.37% | 0.88% | - |
| XYZ | 46.69 | 39.93 | 30.84 | - |
| YUV | 171.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 142 | 0 | 0.33 | 0.37 | 0.12 | 6.59 | 0.57 | 0.72 |
| Hex | E0 | 97 | 8E | 0 | 21 | 25 | C | 7 | 39 | 48 |
| Octal | 340 | 227 | 216 | 0 | 41 | 45 | 14 | 7 | 71 | 110 |
| Binary | 11100000 | 10010111 | 10001110 | 0 | 100001 | 100101 | 1100 | 111 | 111001 | 1001000 |
Color Harmonies of #E0978E
Complementary color
Monochromatic Colors of #E0978E
Black with #E0978E
Text Example
Text Example
White with #E0978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0978E; }
p { color: rgb(224,151,142); }
H1.HeaderClassName
{
color: #E0978E;
}
.AnyTagClassName
{
color: #E0978E;
}
</style>
background-color css
<style>
a { background-color: #E0978E; }
a { background-color: rgb(224,151,142); }
div.DivClassName
{
background-color: #E0978E;
}
.BgClassName
{
background-color: #E0978E;
}
</style>
border-color css
<style>
span { border-color: #E0978E; }
span { border-color: rgb(224,151,142); }
td.TdClassName
{
border-color: #E0978E;
}
.TagClassName
{
border-color: #E0978E;
}
</style>