Shades of Orchid #E47ADF
Tints of Orchid #E47ADF
RGB
CMYK
RGB Variations
Color information
#E47ADF (or 0xE47ADF) is known color: Orchid. HEX triplet: E4, 7A and DF. RGB value is (228,122,223). Sum of RGB (Red+Green+Blue) = 228+122+223=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ADF is #1B8520. Grayscale: #A4A4A4. Windows color (decimal): -1803553 or 14645988. OLE color: 14645988.
HSL color Cylindrical-coordinate representation of color #E47ADF: hue angle of 302.83º 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 #E47ADF is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 223 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.11 |
| HSL | 302.83º | 0.66% | 0.69% | - |
| HSV(B) | 302.83º | 0.46% | 0.89% | - |
| XYZ | 52.27 | 35.74 | 73.96 | - |
| YUV | 165.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 223 | 0 | 0.46 | 0.02 | 0.11 | 302.83 | 0.66 | 0.69 |
| Hex | E4 | 7A | DF | 0 | 2E | 2 | B | 12F | 42 | 45 |
| Octal | 344 | 172 | 337 | 0 | 56 | 2 | 13 | 457 | 102 | 105 |
| Binary | 11100100 | 1111010 | 11011111 | 0 | 101110 | 10 | 1011 | 100101111 | 1000010 | 1000101 |
Color Harmonies of #E47ADF
Complementary color
Monochromatic Colors of #E47ADF
Black with #E47ADF
Text Example
Text Example
White with #E47ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ADF; }
p { color: rgb(228,122,223); }
H1.HeaderClassName
{
color: #E47ADF;
}
.AnyTagClassName
{
color: #E47ADF;
}
</style>
background-color css
<style>
a { background-color: #E47ADF; }
a { background-color: rgb(228,122,223); }
div.DivClassName
{
background-color: #E47ADF;
}
.BgClassName
{
background-color: #E47ADF;
}
</style>
border-color css
<style>
span { border-color: #E47ADF; }
span { border-color: rgb(228,122,223); }
td.TdClassName
{
border-color: #E47ADF;
}
.TagClassName
{
border-color: #E47ADF;
}
</style>