Shades of Petite Orchid #E1968D
Tints of Petite Orchid #E1968D
RGB
CMYK
RGB Variations
Color information
#E1968D (or 0xE1968D) is known color: Petite Orchid. HEX triplet: E1, 96 and 8D. RGB value is (225,150,141). Sum of RGB (Red+Green+Blue) = 225+150+141=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E1968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1968D is #1E6972. Grayscale: #ABABAB. Windows color (decimal): -1993075 or 9279201. OLE color: 9279201.
HSL color Cylindrical-coordinate representation of color #E1968D: hue angle of 6.43º degrees, saturation: 0.58, 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 #E1968D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 141 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.12 |
| HSL | 6.43º | 0.58% | 0.72% | - |
| HSV(B) | 6.43º | 0.37% | 0.88% | - |
| XYZ | 46.77 | 39.74 | 30.41 | - |
| YUV | 171.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 141 | 0 | 0.33 | 0.37 | 0.12 | 6.43 | 0.58 | 0.72 |
| Hex | E1 | 96 | 8D | 0 | 21 | 25 | C | 6 | 3A | 48 |
| Octal | 341 | 226 | 215 | 0 | 41 | 45 | 14 | 6 | 72 | 110 |
| Binary | 11100001 | 10010110 | 10001101 | 0 | 100001 | 100101 | 1100 | 110 | 111010 | 1001000 |
Color Harmonies of #E1968D
Complementary color
Monochromatic Colors of #E1968D
Black with #E1968D
Text Example
Text Example
White with #E1968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1968D; }
p { color: rgb(225,150,141); }
H1.HeaderClassName
{
color: #E1968D;
}
.AnyTagClassName
{
color: #E1968D;
}
</style>
background-color css
<style>
a { background-color: #E1968D; }
a { background-color: rgb(225,150,141); }
div.DivClassName
{
background-color: #E1968D;
}
.BgClassName
{
background-color: #E1968D;
}
</style>
border-color css
<style>
span { border-color: #E1968D; }
span { border-color: rgb(225,150,141); }
td.TdClassName
{
border-color: #E1968D;
}
.TagClassName
{
border-color: #E1968D;
}
</style>