Shades of Petite Orchid #E1938C
Tints of Petite Orchid #E1938C
RGB
CMYK
RGB Variations
Color information
#E1938C (or 0xE1938C) is known color: Petite Orchid. HEX triplet: E1, 93 and 8C. RGB value is (225,147,140). Sum of RGB (Red+Green+Blue) = 225+147+140=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1938C is #1E6C73. Grayscale: #A9A9A9. Windows color (decimal): -1993844 or 9212897. OLE color: 9212897.
HSL color Cylindrical-coordinate representation of color #E1938C: hue angle of 4.94º 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 #E1938C is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 140 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.12 |
| HSL | 4.94º | 0.59% | 0.72% | - |
| HSV(B) | 4.94º | 0.38% | 0.88% | - |
| XYZ | 46.22 | 38.77 | 29.86 | - |
| YUV | 169.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 140 | 0 | 0.35 | 0.38 | 0.12 | 4.94 | 0.59 | 0.72 |
| Hex | E1 | 93 | 8C | 0 | 23 | 26 | C | 5 | 3B | 48 |
| Octal | 341 | 223 | 214 | 0 | 43 | 46 | 14 | 5 | 73 | 110 |
| Binary | 11100001 | 10010011 | 10001100 | 0 | 100011 | 100110 | 1100 | 101 | 111011 | 1001000 |
Color Harmonies of #E1938C
Complementary color
Monochromatic Colors of #E1938C
Black with #E1938C
Text Example
Text Example
White with #E1938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1938C; }
p { color: rgb(225,147,140); }
H1.HeaderClassName
{
color: #E1938C;
}
.AnyTagClassName
{
color: #E1938C;
}
</style>
background-color css
<style>
a { background-color: #E1938C; }
a { background-color: rgb(225,147,140); }
div.DivClassName
{
background-color: #E1938C;
}
.BgClassName
{
background-color: #E1938C;
}
</style>
border-color css
<style>
span { border-color: #E1938C; }
span { border-color: rgb(225,147,140); }
td.TdClassName
{
border-color: #E1938C;
}
.TagClassName
{
border-color: #E1938C;
}
</style>