Shades of Petite Orchid #E1958C
Tints of Petite Orchid #E1958C
RGB
CMYK
RGB Variations
Color information
#E1958C (or 0xE1958C) is known color: Petite Orchid. HEX triplet: E1, 95 and 8C. RGB value is (225,149,140). Sum of RGB (Red+Green+Blue) = 225+149+140=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1958C is #1E6A73. Grayscale: #AAAAAA. Windows color (decimal): -1993332 or 9213409. OLE color: 9213409.
HSL color Cylindrical-coordinate representation of color #E1958C: hue angle of 6.35º 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 #E1958C is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 140 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.12 |
| HSL | 6.35º | 0.59% | 0.72% | - |
| HSV(B) | 6.35º | 0.38% | 0.88% | - |
| XYZ | 46.53 | 39.4 | 29.96 | - |
| YUV | 170.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 140 | 0 | 0.34 | 0.38 | 0.12 | 6.35 | 0.59 | 0.72 |
| Hex | E1 | 95 | 8C | 0 | 22 | 26 | C | 6 | 3B | 48 |
| Octal | 341 | 225 | 214 | 0 | 42 | 46 | 14 | 6 | 73 | 110 |
| Binary | 11100001 | 10010101 | 10001100 | 0 | 100010 | 100110 | 1100 | 110 | 111011 | 1001000 |
Color Harmonies of #E1958C
Complementary color
Monochromatic Colors of #E1958C
Black with #E1958C
Text Example
Text Example
White with #E1958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1958C; }
p { color: rgb(225,149,140); }
H1.HeaderClassName
{
color: #E1958C;
}
.AnyTagClassName
{
color: #E1958C;
}
</style>
background-color css
<style>
a { background-color: #E1958C; }
a { background-color: rgb(225,149,140); }
div.DivClassName
{
background-color: #E1958C;
}
.BgClassName
{
background-color: #E1958C;
}
</style>
border-color css
<style>
span { border-color: #E1958C; }
span { border-color: rgb(225,149,140); }
td.TdClassName
{
border-color: #E1958C;
}
.TagClassName
{
border-color: #E1958C;
}
</style>