Shades of Orchid #E47ADE
Tints of Orchid #E47ADE
RGB
CMYK
RGB Variations
Color information
#E47ADE (or 0xE47ADE) is known color: Orchid. HEX triplet: E4, 7A and DE. RGB value is (228,122,222). Sum of RGB (Red+Green+Blue) = 228+122+222=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ADE is #1B8521. Grayscale: #A4A4A4. Windows color (decimal): -1803554 or 14580452. OLE color: 14580452.
HSL color Cylindrical-coordinate representation of color #E47ADE: hue angle of 303.4º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47ADE is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 222 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.11 |
| HSL | 303.4º | 0.66% | 0.69% | - |
| HSV(B) | 303.4º | 0.46% | 0.89% | - |
| XYZ | 52.14 | 35.69 | 73.25 | - |
| YUV | 165.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 222 | 0 | 0.46 | 0.03 | 0.11 | 303.4 | 0.66 | 0.69 |
| Hex | E4 | 7A | DE | 0 | 2E | 3 | B | 12F | 42 | 45 |
| Octal | 344 | 172 | 336 | 0 | 56 | 3 | 13 | 457 | 102 | 105 |
| Binary | 11100100 | 1111010 | 11011110 | 0 | 101110 | 11 | 1011 | 100101111 | 1000010 | 1000101 |
Color Harmonies of #E47ADE
Complementary color
Monochromatic Colors of #E47ADE
Black with #E47ADE
Text Example
Text Example
White with #E47ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ADE; }
p { color: rgb(228,122,222); }
H1.HeaderClassName
{
color: #E47ADE;
}
.AnyTagClassName
{
color: #E47ADE;
}
</style>
background-color css
<style>
a { background-color: #E47ADE; }
a { background-color: rgb(228,122,222); }
div.DivClassName
{
background-color: #E47ADE;
}
.BgClassName
{
background-color: #E47ADE;
}
</style>
border-color css
<style>
span { border-color: #E47ADE; }
span { border-color: rgb(228,122,222); }
td.TdClassName
{
border-color: #E47ADE;
}
.TagClassName
{
border-color: #E47ADE;
}
</style>