Shades of Petite Orchid #E2938B
Tints of Petite Orchid #E2938B
RGB
CMYK
RGB Variations
Color information
#E2938B (or 0xE2938B) is known color: Petite Orchid. HEX triplet: E2, 93 and 8B. RGB value is (226,147,139). Sum of RGB (Red+Green+Blue) = 226+147+139=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E2938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2938B is #1D6C74. Grayscale: #A9A9A9. Windows color (decimal): -1928309 or 9147362. OLE color: 9147362.
HSL color Cylindrical-coordinate representation of color #E2938B: hue angle of 5.52º 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 #E2938B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 139 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.11 |
| HSL | 5.52º | 0.6% | 0.72% | - |
| HSV(B) | 5.52º | 0.38% | 0.89% | - |
| XYZ | 46.46 | 38.9 | 29.49 | - |
| YUV | 169.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 139 | 0 | 0.35 | 0.38 | 0.11 | 5.52 | 0.6 | 0.72 |
| Hex | E2 | 93 | 8B | 0 | 23 | 26 | B | 6 | 3C | 48 |
| Octal | 342 | 223 | 213 | 0 | 43 | 46 | 13 | 6 | 74 | 110 |
| Binary | 11100010 | 10010011 | 10001011 | 0 | 100011 | 100110 | 1011 | 110 | 111100 | 1001000 |
Color Harmonies of #E2938B
Complementary color
Monochromatic Colors of #E2938B
Black with #E2938B
Text Example
Text Example
White with #E2938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2938B; }
p { color: rgb(226,147,139); }
H1.HeaderClassName
{
color: #E2938B;
}
.AnyTagClassName
{
color: #E2938B;
}
</style>
background-color css
<style>
a { background-color: #E2938B; }
a { background-color: rgb(226,147,139); }
div.DivClassName
{
background-color: #E2938B;
}
.BgClassName
{
background-color: #E2938B;
}
</style>
border-color css
<style>
span { border-color: #E2938B; }
span { border-color: rgb(226,147,139); }
td.TdClassName
{
border-color: #E2938B;
}
.TagClassName
{
border-color: #E2938B;
}
</style>