Shades of Orchid #E47ED0
Tints of Orchid #E47ED0
RGB
CMYK
RGB Variations
Color information
#E47ED0 (or 0xE47ED0) is known color: Orchid. HEX triplet: E4, 7E and D0. RGB value is (228,126,208). Sum of RGB (Red+Green+Blue) = 228+126+208=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ED0 is #1B812F. Grayscale: #A5A5A5. Windows color (decimal): -1802544 or 13663972. OLE color: 13663972.
HSL color Cylindrical-coordinate representation of color #E47ED0: hue angle of 311.76º 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 #E47ED0 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 208 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.11 |
| HSL | 311.76º | 0.65% | 0.69% | - |
| HSV(B) | 311.76º | 0.45% | 0.89% | - |
| XYZ | 50.84 | 35.97 | 63.94 | - |
| YUV | 165.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 208 | 0 | 0.45 | 0.09 | 0.11 | 311.76 | 0.65 | 0.69 |
| Hex | E4 | 7E | D0 | 0 | 2D | 9 | B | 138 | 41 | 45 |
| Octal | 344 | 176 | 320 | 0 | 55 | 11 | 13 | 470 | 101 | 105 |
| Binary | 11100100 | 1111110 | 11010000 | 0 | 101101 | 1001 | 1011 | 100111000 | 1000001 | 1000101 |
Color Harmonies of #E47ED0
Complementary color
Monochromatic Colors of #E47ED0
Black with #E47ED0
Text Example
Text Example
White with #E47ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ED0; }
p { color: rgb(228,126,208); }
H1.HeaderClassName
{
color: #E47ED0;
}
.AnyTagClassName
{
color: #E47ED0;
}
</style>
background-color css
<style>
a { background-color: #E47ED0; }
a { background-color: rgb(228,126,208); }
div.DivClassName
{
background-color: #E47ED0;
}
.BgClassName
{
background-color: #E47ED0;
}
</style>
border-color css
<style>
span { border-color: #E47ED0; }
span { border-color: rgb(228,126,208); }
td.TdClassName
{
border-color: #E47ED0;
}
.TagClassName
{
border-color: #E47ED0;
}
</style>