Shades of Petite Orchid #E1948D
Tints of Petite Orchid #E1948D
RGB
CMYK
RGB Variations
Color information
#E1948D (or 0xE1948D) is known color: Petite Orchid. HEX triplet: E1, 94 and 8D. RGB value is (225,148,141). Sum of RGB (Red+Green+Blue) = 225+148+141=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1948D is #1E6B72. Grayscale: #AAAAAA. Windows color (decimal): -1993587 or 9278689. OLE color: 9278689.
HSL color Cylindrical-coordinate representation of color #E1948D: hue angle of 5º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1948D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 141 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.12 |
| HSL | 5º | 0.58% | 0.72% | - |
| HSV(B) | 5º | 0.37% | 0.88% | - |
| XYZ | 46.45 | 39.11 | 30.3 | - |
| YUV | 170.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 141 | 0 | 0.34 | 0.37 | 0.12 | 5 | 0.58 | 0.72 |
| Hex | E1 | 94 | 8D | 0 | 22 | 25 | C | 5 | 3A | 48 |
| Octal | 341 | 224 | 215 | 0 | 42 | 45 | 14 | 5 | 72 | 110 |
| Binary | 11100001 | 10010100 | 10001101 | 0 | 100010 | 100101 | 1100 | 101 | 111010 | 1001000 |
Color Harmonies of #E1948D
Complementary color
Monochromatic Colors of #E1948D
Black with #E1948D
Text Example
Text Example
White with #E1948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1948D; }
p { color: rgb(225,148,141); }
H1.HeaderClassName
{
color: #E1948D;
}
.AnyTagClassName
{
color: #E1948D;
}
</style>
background-color css
<style>
a { background-color: #E1948D; }
a { background-color: rgb(225,148,141); }
div.DivClassName
{
background-color: #E1948D;
}
.BgClassName
{
background-color: #E1948D;
}
</style>
border-color css
<style>
span { border-color: #E1948D; }
span { border-color: rgb(225,148,141); }
td.TdClassName
{
border-color: #E1948D;
}
.TagClassName
{
border-color: #E1948D;
}
</style>