Shades of Petite Orchid #E1968B
Tints of Petite Orchid #E1968B
RGB
CMYK
RGB Variations
Color information
#E1968B (or 0xE1968B) is known color: Petite Orchid. HEX triplet: E1, 96 and 8B. RGB value is (225,150,139). Sum of RGB (Red+Green+Blue) = 225+150+139=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1968B is #1E6974. Grayscale: #ABABAB. Windows color (decimal): -1993077 or 9148129. OLE color: 9148129.
HSL color Cylindrical-coordinate representation of color #E1968B: hue angle of 7.67º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1968B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 139 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.12 |
| HSL | 7.67º | 0.59% | 0.71% | - |
| HSV(B) | 7.67º | 0.38% | 0.88% | - |
| XYZ | 46.62 | 39.68 | 29.63 | - |
| YUV | 171.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 139 | 0 | 0.33 | 0.38 | 0.12 | 7.67 | 0.59 | 0.71 |
| Hex | E1 | 96 | 8B | 0 | 21 | 26 | C | 8 | 3B | 47 |
| Octal | 341 | 226 | 213 | 0 | 41 | 46 | 14 | 10 | 73 | 107 |
| Binary | 11100001 | 10010110 | 10001011 | 0 | 100001 | 100110 | 1100 | 1000 | 111011 | 1000111 |
Color Harmonies of #E1968B
Complementary color
Monochromatic Colors of #E1968B
Black with #E1968B
Text Example
Text Example
White with #E1968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1968B; }
p { color: rgb(225,150,139); }
H1.HeaderClassName
{
color: #E1968B;
}
.AnyTagClassName
{
color: #E1968B;
}
</style>
background-color css
<style>
a { background-color: #E1968B; }
a { background-color: rgb(225,150,139); }
div.DivClassName
{
background-color: #E1968B;
}
.BgClassName
{
background-color: #E1968B;
}
</style>
border-color css
<style>
span { border-color: #E1968B; }
span { border-color: rgb(225,150,139); }
td.TdClassName
{
border-color: #E1968B;
}
.TagClassName
{
border-color: #E1968B;
}
</style>