Shades of Petite Orchid #E1948B
Tints of Petite Orchid #E1948B
RGB
CMYK
RGB Variations
Color information
#E1948B (or 0xE1948B) is known color: Petite Orchid. HEX triplet: E1, 94 and 8B. RGB value is (225,148,139). Sum of RGB (Red+Green+Blue) = 225+148+139=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1948B is #1E6B74. Grayscale: #AAAAAA. Windows color (decimal): -1993589 or 9147617. OLE color: 9147617.
HSL color Cylindrical-coordinate representation of color #E1948B: hue angle of 6.28º 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 #E1948B is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 139 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.12 |
| HSL | 6.28º | 0.59% | 0.71% | - |
| HSV(B) | 6.28º | 0.38% | 0.88% | - |
| XYZ | 46.3 | 39.05 | 29.52 | - |
| YUV | 170 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 139 | 0 | 0.34 | 0.38 | 0.12 | 6.28 | 0.59 | 0.71 |
| Hex | E1 | 94 | 8B | 0 | 22 | 26 | C | 6 | 3B | 47 |
| Octal | 341 | 224 | 213 | 0 | 42 | 46 | 14 | 6 | 73 | 107 |
| Binary | 11100001 | 10010100 | 10001011 | 0 | 100010 | 100110 | 1100 | 110 | 111011 | 1000111 |
Color Harmonies of #E1948B
Complementary color
Monochromatic Colors of #E1948B
Black with #E1948B
Text Example
Text Example
White with #E1948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1948B; }
p { color: rgb(225,148,139); }
H1.HeaderClassName
{
color: #E1948B;
}
.AnyTagClassName
{
color: #E1948B;
}
</style>
background-color css
<style>
a { background-color: #E1948B; }
a { background-color: rgb(225,148,139); }
div.DivClassName
{
background-color: #E1948B;
}
.BgClassName
{
background-color: #E1948B;
}
</style>
border-color css
<style>
span { border-color: #E1948B; }
span { border-color: rgb(225,148,139); }
td.TdClassName
{
border-color: #E1948B;
}
.TagClassName
{
border-color: #E1948B;
}
</style>