Shades of Petite Orchid #E1928C
Tints of Petite Orchid #E1928C
RGB
CMYK
RGB Variations
Color information
#E1928C (or 0xE1928C) is known color: Petite Orchid. HEX triplet: E1, 92 and 8C. RGB value is (225,146,140). Sum of RGB (Red+Green+Blue) = 225+146+140=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1928C is #1E6D73. Grayscale: #A9A9A9. Windows color (decimal): -1994100 or 9212641. OLE color: 9212641.
HSL color Cylindrical-coordinate representation of color #E1928C: hue angle of 4.24º 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 #E1928C is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 140 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.12 |
| HSL | 4.24º | 0.59% | 0.72% | - |
| HSV(B) | 4.24º | 0.38% | 0.88% | - |
| XYZ | 46.06 | 38.46 | 29.81 | - |
| YUV | 168.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 140 | 0 | 0.35 | 0.38 | 0.12 | 4.24 | 0.59 | 0.72 |
| Hex | E1 | 92 | 8C | 0 | 23 | 26 | C | 4 | 3B | 48 |
| Octal | 341 | 222 | 214 | 0 | 43 | 46 | 14 | 4 | 73 | 110 |
| Binary | 11100001 | 10010010 | 10001100 | 0 | 100011 | 100110 | 1100 | 100 | 111011 | 1001000 |
Color Harmonies of #E1928C
Complementary color
Monochromatic Colors of #E1928C
Black with #E1928C
Text Example
Text Example
White with #E1928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1928C; }
p { color: rgb(225,146,140); }
H1.HeaderClassName
{
color: #E1928C;
}
.AnyTagClassName
{
color: #E1928C;
}
</style>
background-color css
<style>
a { background-color: #E1928C; }
a { background-color: rgb(225,146,140); }
div.DivClassName
{
background-color: #E1928C;
}
.BgClassName
{
background-color: #E1928C;
}
</style>
border-color css
<style>
span { border-color: #E1928C; }
span { border-color: rgb(225,146,140); }
td.TdClassName
{
border-color: #E1928C;
}
.TagClassName
{
border-color: #E1928C;
}
</style>