Shades of Orchid #E47ED5
Tints of Orchid #E47ED5
RGB
CMYK
RGB Variations
Color information
#E47ED5 (or 0xE47ED5) is known color: Orchid. HEX triplet: E4, 7E and D5. RGB value is (228,126,213). Sum of RGB (Red+Green+Blue) = 228+126+213=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ED5 is #1B812A. Grayscale: #A6A6A6. Windows color (decimal): -1802539 or 13991652. OLE color: 13991652.
HSL color Cylindrical-coordinate representation of color #E47ED5: hue angle of 308.82º 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 #E47ED5 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 213 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.11 |
| HSL | 308.82º | 0.65% | 0.69% | - |
| HSV(B) | 308.82º | 0.45% | 0.89% | - |
| XYZ | 51.47 | 36.22 | 67.23 | - |
| YUV | 166.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 213 | 0 | 0.45 | 0.07 | 0.11 | 308.82 | 0.65 | 0.69 |
| Hex | E4 | 7E | D5 | 0 | 2D | 7 | B | 135 | 41 | 45 |
| Octal | 344 | 176 | 325 | 0 | 55 | 7 | 13 | 465 | 101 | 105 |
| Binary | 11100100 | 1111110 | 11010101 | 0 | 101101 | 111 | 1011 | 100110101 | 1000001 | 1000101 |
Color Harmonies of #E47ED5
Complementary color
Monochromatic Colors of #E47ED5
Black with #E47ED5
Text Example
Text Example
White with #E47ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ED5; }
p { color: rgb(228,126,213); }
H1.HeaderClassName
{
color: #E47ED5;
}
.AnyTagClassName
{
color: #E47ED5;
}
</style>
background-color css
<style>
a { background-color: #E47ED5; }
a { background-color: rgb(228,126,213); }
div.DivClassName
{
background-color: #E47ED5;
}
.BgClassName
{
background-color: #E47ED5;
}
</style>
border-color css
<style>
span { border-color: #E47ED5; }
span { border-color: rgb(228,126,213); }
td.TdClassName
{
border-color: #E47ED5;
}
.TagClassName
{
border-color: #E47ED5;
}
</style>