Shades of Petite Orchid #E2948C
Tints of Petite Orchid #E2948C
RGB
CMYK
RGB Variations
Color information
#E2948C (or 0xE2948C) is known color: Petite Orchid. HEX triplet: E2, 94 and 8C. RGB value is (226,148,140). Sum of RGB (Red+Green+Blue) = 226+148+140=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2948C is #1D6B73. Grayscale: #AAAAAA. Windows color (decimal): -1928052 or 9213154. OLE color: 9213154.
HSL color Cylindrical-coordinate representation of color #E2948C: hue angle of 5.58º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2948C is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 140 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.11 |
| HSL | 5.58º | 0.6% | 0.72% | - |
| HSV(B) | 5.58º | 0.38% | 0.89% | - |
| XYZ | 46.69 | 39.24 | 29.92 | - |
| YUV | 170.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 140 | 0 | 0.35 | 0.38 | 0.11 | 5.58 | 0.6 | 0.72 |
| Hex | E2 | 94 | 8C | 0 | 23 | 26 | B | 6 | 3C | 48 |
| Octal | 342 | 224 | 214 | 0 | 43 | 46 | 13 | 6 | 74 | 110 |
| Binary | 11100010 | 10010100 | 10001100 | 0 | 100011 | 100110 | 1011 | 110 | 111100 | 1001000 |
Color Harmonies of #E2948C
Complementary color
Monochromatic Colors of #E2948C
Black with #E2948C
Text Example
Text Example
White with #E2948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2948C; }
p { color: rgb(226,148,140); }
H1.HeaderClassName
{
color: #E2948C;
}
.AnyTagClassName
{
color: #E2948C;
}
</style>
background-color css
<style>
a { background-color: #E2948C; }
a { background-color: rgb(226,148,140); }
div.DivClassName
{
background-color: #E2948C;
}
.BgClassName
{
background-color: #E2948C;
}
</style>
border-color css
<style>
span { border-color: #E2948C; }
span { border-color: rgb(226,148,140); }
td.TdClassName
{
border-color: #E2948C;
}
.TagClassName
{
border-color: #E2948C;
}
</style>