Shades of Orchid #E87ADE
Tints of Orchid #E87ADE
RGB
CMYK
RGB Variations
Color information
#E87ADE (or 0xE87ADE) is known color: Orchid. HEX triplet: E8, 7A and DE. RGB value is (232,122,222). Sum of RGB (Red+Green+Blue) = 232+122+222=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 232 - color contains mainly: red. Hex color #E87ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87ADE is #178521. Grayscale: #A6A6A6. Windows color (decimal): -1541410 or 14580456. OLE color: 14580456.
HSL color Cylindrical-coordinate representation of color #E87ADE: hue angle of 305.45º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87ADE is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 222 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.09 |
| HSL | 305.45º | 0.71% | 0.69% | - |
| HSV(B) | 305.45º | 0.47% | 0.91% | - |
| XYZ | 53.42 | 36.35 | 73.31 | - |
| YUV | 166.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 222 | 0 | 0.47 | 0.04 | 0.09 | 305.45 | 0.71 | 0.69 |
| Hex | E8 | 7A | DE | 0 | 2F | 4 | 9 | 131 | 47 | 45 |
| Octal | 350 | 172 | 336 | 0 | 57 | 4 | 11 | 461 | 107 | 105 |
| Binary | 11101000 | 1111010 | 11011110 | 0 | 101111 | 100 | 1001 | 100110001 | 1000111 | 1000101 |
Color Harmonies of #E87ADE
Complementary color
Monochromatic Colors of #E87ADE
Black with #E87ADE
Text Example
Text Example
White with #E87ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87ADE; }
p { color: rgb(232,122,222); }
H1.HeaderClassName
{
color: #E87ADE;
}
.AnyTagClassName
{
color: #E87ADE;
}
</style>
background-color css
<style>
a { background-color: #E87ADE; }
a { background-color: rgb(232,122,222); }
div.DivClassName
{
background-color: #E87ADE;
}
.BgClassName
{
background-color: #E87ADE;
}
</style>
border-color css
<style>
span { border-color: #E87ADE; }
span { border-color: rgb(232,122,222); }
td.TdClassName
{
border-color: #E87ADE;
}
.TagClassName
{
border-color: #E87ADE;
}
</style>