Shades of Petite Orchid #E5978E
Tints of Petite Orchid #E5978E
RGB
CMYK
RGB Variations
Color information
#E5978E (or 0xE5978E) is known color: Petite Orchid. HEX triplet: E5, 97 and 8E. RGB value is (229,151,142). Sum of RGB (Red+Green+Blue) = 229+151+142=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5978E is #1A6871. Grayscale: #ADADAD. Windows color (decimal): -1730674 or 9344997. OLE color: 9344997.
HSL color Cylindrical-coordinate representation of color #E5978E: hue angle of 6.21º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5978E is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 151 | 142 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.10 |
| HSL | 6.21º | 0.63% | 0.73% | - |
| HSV(B) | 6.21º | 0.38% | 0.9% | - |
| XYZ | 48.26 | 40.74 | 30.91 | - |
| YUV | 173.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 142 | 0 | 0.34 | 0.38 | 0.10 | 6.21 | 0.63 | 0.73 |
| Hex | E5 | 97 | 8E | 0 | 22 | 26 | A | 6 | 3F | 49 |
| Octal | 345 | 227 | 216 | 0 | 42 | 46 | 12 | 6 | 77 | 111 |
| Binary | 11100101 | 10010111 | 10001110 | 0 | 100010 | 100110 | 1010 | 110 | 111111 | 1001001 |
Color Harmonies of #E5978E
Complementary color
Monochromatic Colors of #E5978E
Black with #E5978E
Text Example
Text Example
White with #E5978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5978E; }
p { color: rgb(229,151,142); }
H1.HeaderClassName
{
color: #E5978E;
}
.AnyTagClassName
{
color: #E5978E;
}
</style>
background-color css
<style>
a { background-color: #E5978E; }
a { background-color: rgb(229,151,142); }
div.DivClassName
{
background-color: #E5978E;
}
.BgClassName
{
background-color: #E5978E;
}
</style>
border-color css
<style>
span { border-color: #E5978E; }
span { border-color: rgb(229,151,142); }
td.TdClassName
{
border-color: #E5978E;
}
.TagClassName
{
border-color: #E5978E;
}
</style>