Shades of Petite Orchid #E3938A
Tints of Petite Orchid #E3938A
RGB
CMYK
RGB Variations
Color information
#E3938A (or 0xE3938A) is known color: Petite Orchid. HEX triplet: E3, 93 and 8A. RGB value is (227,147,138). Sum of RGB (Red+Green+Blue) = 227+147+138=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E3938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3938A is #1C6C75. Grayscale: #AAAAAA. Windows color (decimal): -1862774 or 9081827. OLE color: 9081827.
HSL color Cylindrical-coordinate representation of color #E3938A: hue angle of 6.07º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E3938A is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 138 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.11 |
| HSL | 6.07º | 0.61% | 0.72% | - |
| HSV(B) | 6.07º | 0.39% | 0.89% | - |
| XYZ | 46.7 | 39.03 | 29.12 | - |
| YUV | 169.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 138 | 0 | 0.35 | 0.39 | 0.11 | 6.07 | 0.61 | 0.72 |
| Hex | E3 | 93 | 8A | 0 | 23 | 27 | B | 6 | 3D | 48 |
| Octal | 343 | 223 | 212 | 0 | 43 | 47 | 13 | 6 | 75 | 110 |
| Binary | 11100011 | 10010011 | 10001010 | 0 | 100011 | 100111 | 1011 | 110 | 111101 | 1001000 |
Color Harmonies of #E3938A
Complementary color
Monochromatic Colors of #E3938A
Black with #E3938A
Text Example
Text Example
White with #E3938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3938A; }
p { color: rgb(227,147,138); }
H1.HeaderClassName
{
color: #E3938A;
}
.AnyTagClassName
{
color: #E3938A;
}
</style>
background-color css
<style>
a { background-color: #E3938A; }
a { background-color: rgb(227,147,138); }
div.DivClassName
{
background-color: #E3938A;
}
.BgClassName
{
background-color: #E3938A;
}
</style>
border-color css
<style>
span { border-color: #E3938A; }
span { border-color: rgb(227,147,138); }
td.TdClassName
{
border-color: #E3938A;
}
.TagClassName
{
border-color: #E3938A;
}
</style>