Shades of Petite Orchid #E1958B
Tints of Petite Orchid #E1958B
RGB
CMYK
RGB Variations
Color information
#E1958B (or 0xE1958B) is known color: Petite Orchid. HEX triplet: E1, 95 and 8B. RGB value is (225,149,139). Sum of RGB (Red+Green+Blue) = 225+149+139=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1958B is #1E6A74. Grayscale: #AAAAAA. Windows color (decimal): -1993333 or 9147873. OLE color: 9147873.
HSL color Cylindrical-coordinate representation of color #E1958B: hue angle of 6.98º 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 #E1958B is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 139 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.12 |
| HSL | 6.98º | 0.59% | 0.71% | - |
| HSV(B) | 6.98º | 0.38% | 0.88% | - |
| XYZ | 46.46 | 39.37 | 29.58 | - |
| YUV | 170.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 139 | 0 | 0.34 | 0.38 | 0.12 | 6.98 | 0.59 | 0.71 |
| Hex | E1 | 95 | 8B | 0 | 22 | 26 | C | 7 | 3B | 47 |
| Octal | 341 | 225 | 213 | 0 | 42 | 46 | 14 | 7 | 73 | 107 |
| Binary | 11100001 | 10010101 | 10001011 | 0 | 100010 | 100110 | 1100 | 111 | 111011 | 1000111 |
Color Harmonies of #E1958B
Complementary color
Monochromatic Colors of #E1958B
Black with #E1958B
Text Example
Text Example
White with #E1958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1958B; }
p { color: rgb(225,149,139); }
H1.HeaderClassName
{
color: #E1958B;
}
.AnyTagClassName
{
color: #E1958B;
}
</style>
background-color css
<style>
a { background-color: #E1958B; }
a { background-color: rgb(225,149,139); }
div.DivClassName
{
background-color: #E1958B;
}
.BgClassName
{
background-color: #E1958B;
}
</style>
border-color css
<style>
span { border-color: #E1958B; }
span { border-color: rgb(225,149,139); }
td.TdClassName
{
border-color: #E1958B;
}
.TagClassName
{
border-color: #E1958B;
}
</style>