Shades of Petite Orchid #E0968D
Tints of Petite Orchid #E0968D
RGB
CMYK
RGB Variations
Color information
#E0968D (or 0xE0968D) is known color: Petite Orchid. HEX triplet: E0, 96 and 8D. RGB value is (224,150,141). Sum of RGB (Red+Green+Blue) = 224+150+141=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E0968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0968D is #1F6972. Grayscale: #ABABAB. Windows color (decimal): -2058611 or 9279200. OLE color: 9279200.
HSL color Cylindrical-coordinate representation of color #E0968D: hue angle of 6.51º 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 #E0968D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 141 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.12 |
| HSL | 6.51º | 0.57% | 0.72% | - |
| HSV(B) | 6.51º | 0.37% | 0.88% | - |
| XYZ | 46.45 | 39.58 | 30.39 | - |
| YUV | 171.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 141 | 0 | 0.33 | 0.37 | 0.12 | 6.51 | 0.57 | 0.72 |
| Hex | E0 | 96 | 8D | 0 | 21 | 25 | C | 7 | 39 | 48 |
| Octal | 340 | 226 | 215 | 0 | 41 | 45 | 14 | 7 | 71 | 110 |
| Binary | 11100000 | 10010110 | 10001101 | 0 | 100001 | 100101 | 1100 | 111 | 111001 | 1001000 |
Color Harmonies of #E0968D
Complementary color
Monochromatic Colors of #E0968D
Black with #E0968D
Text Example
Text Example
White with #E0968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0968D; }
p { color: rgb(224,150,141); }
H1.HeaderClassName
{
color: #E0968D;
}
.AnyTagClassName
{
color: #E0968D;
}
</style>
background-color css
<style>
a { background-color: #E0968D; }
a { background-color: rgb(224,150,141); }
div.DivClassName
{
background-color: #E0968D;
}
.BgClassName
{
background-color: #E0968D;
}
</style>
border-color css
<style>
span { border-color: #E0968D; }
span { border-color: rgb(224,150,141); }
td.TdClassName
{
border-color: #E0968D;
}
.TagClassName
{
border-color: #E0968D;
}
</style>