Shades of Orchid #E37ACE
Tints of Orchid #E37ACE
RGB
CMYK
RGB Variations
Color information
#E37ACE (or 0xE37ACE) is known color: Orchid. HEX triplet: E3, 7A and CE. RGB value is (227,122,206). Sum of RGB (Red+Green+Blue) = 227+122+206=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ACE is #1C8531. Grayscale: #A2A2A2. Windows color (decimal): -1869106 or 13531875. OLE color: 13531875.
HSL color Cylindrical-coordinate representation of color #E37ACE: hue angle of 312º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E37ACE is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 206 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.11 |
| HSL | 312º | 0.65% | 0.68% | - |
| HSV(B) | 312º | 0.46% | 0.89% | - |
| XYZ | 49.78 | 34.71 | 62.47 | - |
| YUV | 162.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 206 | 0 | 0.46 | 0.09 | 0.11 | 312 | 0.65 | 0.68 |
| Hex | E3 | 7A | CE | 0 | 2E | 9 | B | 138 | 41 | 44 |
| Octal | 343 | 172 | 316 | 0 | 56 | 11 | 13 | 470 | 101 | 104 |
| Binary | 11100011 | 1111010 | 11001110 | 0 | 101110 | 1001 | 1011 | 100111000 | 1000001 | 1000100 |
Color Harmonies of #E37ACE
Complementary color
Monochromatic Colors of #E37ACE
Black with #E37ACE
Text Example
Text Example
White with #E37ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37ACE; }
p { color: rgb(227,122,206); }
H1.HeaderClassName
{
color: #E37ACE;
}
.AnyTagClassName
{
color: #E37ACE;
}
</style>
background-color css
<style>
a { background-color: #E37ACE; }
a { background-color: rgb(227,122,206); }
div.DivClassName
{
background-color: #E37ACE;
}
.BgClassName
{
background-color: #E37ACE;
}
</style>
border-color css
<style>
span { border-color: #E37ACE; }
span { border-color: rgb(227,122,206); }
td.TdClassName
{
border-color: #E37ACE;
}
.TagClassName
{
border-color: #E37ACE;
}
</style>