Shades of Orchid #E47ECE
Tints of Orchid #E47ECE
RGB
CMYK
RGB Variations
Color information
#E47ECE (or 0xE47ECE) is known color: Orchid. HEX triplet: E4, 7E and CE. RGB value is (228,126,206). Sum of RGB (Red+Green+Blue) = 228+126+206=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ECE is #1B8131. Grayscale: #A5A5A5. Windows color (decimal): -1802546 or 13532900. OLE color: 13532900.
HSL color Cylindrical-coordinate representation of color #E47ECE: hue angle of 312.94º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47ECE is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 206 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.11 |
| HSL | 312.94º | 0.65% | 0.69% | - |
| HSV(B) | 312.94º | 0.45% | 0.89% | - |
| XYZ | 50.6 | 35.87 | 62.65 | - |
| YUV | 165.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 206 | 0 | 0.45 | 0.10 | 0.11 | 312.94 | 0.65 | 0.69 |
| Hex | E4 | 7E | CE | 0 | 2D | A | B | 139 | 41 | 45 |
| Octal | 344 | 176 | 316 | 0 | 55 | 12 | 13 | 471 | 101 | 105 |
| Binary | 11100100 | 1111110 | 11001110 | 0 | 101101 | 1010 | 1011 | 100111001 | 1000001 | 1000101 |
Color Harmonies of #E47ECE
Complementary color
Monochromatic Colors of #E47ECE
Black with #E47ECE
Text Example
Text Example
White with #E47ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ECE; }
p { color: rgb(228,126,206); }
H1.HeaderClassName
{
color: #E47ECE;
}
.AnyTagClassName
{
color: #E47ECE;
}
</style>
background-color css
<style>
a { background-color: #E47ECE; }
a { background-color: rgb(228,126,206); }
div.DivClassName
{
background-color: #E47ECE;
}
.BgClassName
{
background-color: #E47ECE;
}
</style>
border-color css
<style>
span { border-color: #E47ECE; }
span { border-color: rgb(228,126,206); }
td.TdClassName
{
border-color: #E47ECE;
}
.TagClassName
{
border-color: #E47ECE;
}
</style>