Shades of Orchid #E47ED3
Tints of Orchid #E47ED3
RGB
CMYK
RGB Variations
Color information
#E47ED3 (or 0xE47ED3) is known color: Orchid. HEX triplet: E4, 7E and D3. RGB value is (228,126,211). Sum of RGB (Red+Green+Blue) = 228+126+211=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ED3 is #1B812C. Grayscale: #A5A5A5. Windows color (decimal): -1802541 or 13860580. OLE color: 13860580.
HSL color Cylindrical-coordinate representation of color #E47ED3: hue angle of 310º 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 #E47ED3 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 211 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.11 |
| HSL | 310º | 0.65% | 0.69% | - |
| HSV(B) | 310º | 0.45% | 0.89% | - |
| XYZ | 51.21 | 36.12 | 65.9 | - |
| YUV | 166.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 211 | 0 | 0.45 | 0.07 | 0.11 | 310 | 0.65 | 0.69 |
| Hex | E4 | 7E | D3 | 0 | 2D | 7 | B | 136 | 41 | 45 |
| Octal | 344 | 176 | 323 | 0 | 55 | 7 | 13 | 466 | 101 | 105 |
| Binary | 11100100 | 1111110 | 11010011 | 0 | 101101 | 111 | 1011 | 100110110 | 1000001 | 1000101 |
Color Harmonies of #E47ED3
Complementary color
Monochromatic Colors of #E47ED3
Black with #E47ED3
Text Example
Text Example
White with #E47ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ED3; }
p { color: rgb(228,126,211); }
H1.HeaderClassName
{
color: #E47ED3;
}
.AnyTagClassName
{
color: #E47ED3;
}
</style>
background-color css
<style>
a { background-color: #E47ED3; }
a { background-color: rgb(228,126,211); }
div.DivClassName
{
background-color: #E47ED3;
}
.BgClassName
{
background-color: #E47ED3;
}
</style>
border-color css
<style>
span { border-color: #E47ED3; }
span { border-color: rgb(228,126,211); }
td.TdClassName
{
border-color: #E47ED3;
}
.TagClassName
{
border-color: #E47ED3;
}
</style>