Shades of Petite Orchid #E1978C
Tints of Petite Orchid #E1978C
RGB
CMYK
RGB Variations
Color information
#E1978C (or 0xE1978C) is known color: Petite Orchid. HEX triplet: E1, 97 and 8C. RGB value is (225,151,140). Sum of RGB (Red+Green+Blue) = 225+151+140=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E1978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1978C is #1E6873. Grayscale: #ABABAB. Windows color (decimal): -1992820 or 9213921. OLE color: 9213921.
HSL color Cylindrical-coordinate representation of color #E1978C: hue angle of 7.76º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1978C is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 140 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.12 |
| HSL | 7.76º | 0.59% | 0.72% | - |
| HSV(B) | 7.76º | 0.38% | 0.88% | - |
| XYZ | 46.85 | 40.03 | 30.07 | - |
| YUV | 171.87 | 110.02 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 140 | 0 | 0.33 | 0.38 | 0.12 | 7.76 | 0.59 | 0.72 |
| Hex | E1 | 97 | 8C | 0 | 21 | 26 | C | 8 | 3B | 48 |
| Octal | 341 | 227 | 214 | 0 | 41 | 46 | 14 | 10 | 73 | 110 |
| Binary | 11100001 | 10010111 | 10001100 | 0 | 100001 | 100110 | 1100 | 1000 | 111011 | 1001000 |
Color Harmonies of #E1978C
Complementary color
Monochromatic Colors of #E1978C
Black with #E1978C
Text Example
Text Example
White with #E1978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1978C; }
p { color: rgb(225,151,140); }
H1.HeaderClassName
{
color: #E1978C;
}
.AnyTagClassName
{
color: #E1978C;
}
</style>
background-color css
<style>
a { background-color: #E1978C; }
a { background-color: rgb(225,151,140); }
div.DivClassName
{
background-color: #E1978C;
}
.BgClassName
{
background-color: #E1978C;
}
</style>
border-color css
<style>
span { border-color: #E1978C; }
span { border-color: rgb(225,151,140); }
td.TdClassName
{
border-color: #E1978C;
}
.TagClassName
{
border-color: #E1978C;
}
</style>