Shades of Petite Orchid #E5978D
Tints of Petite Orchid #E5978D
RGB
CMYK
RGB Variations
Color information
#E5978D (or 0xE5978D) is known color: Petite Orchid. HEX triplet: E5, 97 and 8D. RGB value is (229,151,141). Sum of RGB (Red+Green+Blue) = 229+151+141=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E5978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5978D is #1A6872. Grayscale: #ADADAD. Windows color (decimal): -1730675 or 9279461. OLE color: 9279461.
HSL color Cylindrical-coordinate representation of color #E5978D: hue angle of 6.82º 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 #E5978D is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 151 | 141 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.10 |
| HSL | 6.82º | 0.63% | 0.73% | - |
| HSV(B) | 6.82º | 0.38% | 0.9% | - |
| XYZ | 48.19 | 40.71 | 30.52 | - |
| YUV | 173.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 141 | 0 | 0.34 | 0.38 | 0.10 | 6.82 | 0.63 | 0.73 |
| Hex | E5 | 97 | 8D | 0 | 22 | 26 | A | 7 | 3F | 49 |
| Octal | 345 | 227 | 215 | 0 | 42 | 46 | 12 | 7 | 77 | 111 |
| Binary | 11100101 | 10010111 | 10001101 | 0 | 100010 | 100110 | 1010 | 111 | 111111 | 1001001 |
Color Harmonies of #E5978D
Complementary color
Monochromatic Colors of #E5978D
Black with #E5978D
Text Example
Text Example
White with #E5978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5978D; }
p { color: rgb(229,151,141); }
H1.HeaderClassName
{
color: #E5978D;
}
.AnyTagClassName
{
color: #E5978D;
}
</style>
background-color css
<style>
a { background-color: #E5978D; }
a { background-color: rgb(229,151,141); }
div.DivClassName
{
background-color: #E5978D;
}
.BgClassName
{
background-color: #E5978D;
}
</style>
border-color css
<style>
span { border-color: #E5978D; }
span { border-color: rgb(229,151,141); }
td.TdClassName
{
border-color: #E5978D;
}
.TagClassName
{
border-color: #E5978D;
}
</style>