Shades of Orchid #E47ADD
Tints of Orchid #E47ADD
RGB
CMYK
RGB Variations
Color information
#E47ADD (or 0xE47ADD) is known color: Orchid. HEX triplet: E4, 7A and DD. RGB value is (228,122,221). Sum of RGB (Red+Green+Blue) = 228+122+221=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ADD is #1B8522. Grayscale: #A4A4A4. Windows color (decimal): -1803555 or 14514916. OLE color: 14514916.
HSL color Cylindrical-coordinate representation of color #E47ADD: hue angle of 303.96º 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 #E47ADD is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 221 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.11 |
| HSL | 303.96º | 0.66% | 0.69% | - |
| HSV(B) | 303.96º | 0.46% | 0.89% | - |
| XYZ | 52.01 | 35.63 | 72.54 | - |
| YUV | 164.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 221 | 0 | 0.46 | 0.03 | 0.11 | 303.96 | 0.66 | 0.69 |
| Hex | E4 | 7A | DD | 0 | 2E | 3 | B | 130 | 42 | 45 |
| Octal | 344 | 172 | 335 | 0 | 56 | 3 | 13 | 460 | 102 | 105 |
| Binary | 11100100 | 1111010 | 11011101 | 0 | 101110 | 11 | 1011 | 100110000 | 1000010 | 1000101 |
Color Harmonies of #E47ADD
Complementary color
Monochromatic Colors of #E47ADD
Black with #E47ADD
Text Example
Text Example
White with #E47ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ADD; }
p { color: rgb(228,122,221); }
H1.HeaderClassName
{
color: #E47ADD;
}
.AnyTagClassName
{
color: #E47ADD;
}
</style>
background-color css
<style>
a { background-color: #E47ADD; }
a { background-color: rgb(228,122,221); }
div.DivClassName
{
background-color: #E47ADD;
}
.BgClassName
{
background-color: #E47ADD;
}
</style>
border-color css
<style>
span { border-color: #E47ADD; }
span { border-color: rgb(228,122,221); }
td.TdClassName
{
border-color: #E47ADD;
}
.TagClassName
{
border-color: #E47ADD;
}
</style>