Shades of Orchid #E87ADA
Tints of Orchid #E87ADA
RGB
CMYK
RGB Variations
Color information
#E87ADA (or 0xE87ADA) is known color: Orchid. HEX triplet: E8, 7A and DA. RGB value is (232,122,218). Sum of RGB (Red+Green+Blue) = 232+122+218=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E87ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87ADA is #178525. Grayscale: #A5A5A5. Windows color (decimal): -1541414 or 14318312. OLE color: 14318312.
HSL color Cylindrical-coordinate representation of color #E87ADA: hue angle of 307.64º 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 #E87ADA is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 218 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.09 |
| HSL | 307.64º | 0.71% | 0.69% | - |
| HSV(B) | 307.64º | 0.47% | 0.91% | - |
| XYZ | 52.89 | 36.14 | 70.52 | - |
| YUV | 165.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 218 | 0 | 0.47 | 0.06 | 0.09 | 307.64 | 0.71 | 0.69 |
| Hex | E8 | 7A | DA | 0 | 2F | 6 | 9 | 134 | 47 | 45 |
| Octal | 350 | 172 | 332 | 0 | 57 | 6 | 11 | 464 | 107 | 105 |
| Binary | 11101000 | 1111010 | 11011010 | 0 | 101111 | 110 | 1001 | 100110100 | 1000111 | 1000101 |
Color Harmonies of #E87ADA
Complementary color
Monochromatic Colors of #E87ADA
Black with #E87ADA
Text Example
Text Example
White with #E87ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87ADA; }
p { color: rgb(232,122,218); }
H1.HeaderClassName
{
color: #E87ADA;
}
.AnyTagClassName
{
color: #E87ADA;
}
</style>
background-color css
<style>
a { background-color: #E87ADA; }
a { background-color: rgb(232,122,218); }
div.DivClassName
{
background-color: #E87ADA;
}
.BgClassName
{
background-color: #E87ADA;
}
</style>
border-color css
<style>
span { border-color: #E87ADA; }
span { border-color: rgb(232,122,218); }
td.TdClassName
{
border-color: #E87ADA;
}
.TagClassName
{
border-color: #E87ADA;
}
</style>