Shades of Petite Orchid #E2938E
Tints of Petite Orchid #E2938E
RGB
CMYK
RGB Variations
Color information
#E2938E (or 0xE2938E) is known color: Petite Orchid. HEX triplet: E2, 93 and 8E. RGB value is (226,147,142). Sum of RGB (Red+Green+Blue) = 226+147+142=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2938E is #1D6C71. Grayscale: #AAAAAA. Windows color (decimal): -1928306 or 9343970. OLE color: 9343970.
HSL color Cylindrical-coordinate representation of color #E2938E: hue angle of 3.57º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2938E is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 142 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.11 |
| HSL | 3.57º | 0.59% | 0.72% | - |
| HSV(B) | 3.57º | 0.37% | 0.89% | - |
| XYZ | 46.68 | 38.99 | 30.66 | - |
| YUV | 170.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 142 | 0 | 0.35 | 0.37 | 0.11 | 3.57 | 0.59 | 0.72 |
| Hex | E2 | 93 | 8E | 0 | 23 | 25 | B | 4 | 3B | 48 |
| Octal | 342 | 223 | 216 | 0 | 43 | 45 | 13 | 4 | 73 | 110 |
| Binary | 11100010 | 10010011 | 10001110 | 0 | 100011 | 100101 | 1011 | 100 | 111011 | 1001000 |
Color Harmonies of #E2938E
Complementary color
Monochromatic Colors of #E2938E
Black with #E2938E
Text Example
Text Example
White with #E2938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2938E; }
p { color: rgb(226,147,142); }
H1.HeaderClassName
{
color: #E2938E;
}
.AnyTagClassName
{
color: #E2938E;
}
</style>
background-color css
<style>
a { background-color: #E2938E; }
a { background-color: rgb(226,147,142); }
div.DivClassName
{
background-color: #E2938E;
}
.BgClassName
{
background-color: #E2938E;
}
</style>
border-color css
<style>
span { border-color: #E2938E; }
span { border-color: rgb(226,147,142); }
td.TdClassName
{
border-color: #E2938E;
}
.TagClassName
{
border-color: #E2938E;
}
</style>