Shades of Orchid #E87ADB
Tints of Orchid #E87ADB
RGB
CMYK
RGB Variations
Color information
#E87ADB (or 0xE87ADB) is known color: Orchid. HEX triplet: E8, 7A and DB. RGB value is (232,122,219). Sum of RGB (Red+Green+Blue) = 232+122+219=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E87ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87ADB is #178524. Grayscale: #A5A5A5. Windows color (decimal): -1541413 or 14383848. OLE color: 14383848.
HSL color Cylindrical-coordinate representation of color #E87ADB: hue angle of 307.09º 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 #E87ADB is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 219 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.09 |
| HSL | 307.09º | 0.71% | 0.69% | - |
| HSV(B) | 307.09º | 0.47% | 0.91% | - |
| XYZ | 53.02 | 36.19 | 71.21 | - |
| YUV | 165.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 219 | 0 | 0.47 | 0.06 | 0.09 | 307.09 | 0.71 | 0.69 |
| Hex | E8 | 7A | DB | 0 | 2F | 6 | 9 | 133 | 47 | 45 |
| Octal | 350 | 172 | 333 | 0 | 57 | 6 | 11 | 463 | 107 | 105 |
| Binary | 11101000 | 1111010 | 11011011 | 0 | 101111 | 110 | 1001 | 100110011 | 1000111 | 1000101 |
Color Harmonies of #E87ADB
Complementary color
Monochromatic Colors of #E87ADB
Black with #E87ADB
Text Example
Text Example
White with #E87ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87ADB; }
p { color: rgb(232,122,219); }
H1.HeaderClassName
{
color: #E87ADB;
}
.AnyTagClassName
{
color: #E87ADB;
}
</style>
background-color css
<style>
a { background-color: #E87ADB; }
a { background-color: rgb(232,122,219); }
div.DivClassName
{
background-color: #E87ADB;
}
.BgClassName
{
background-color: #E87ADB;
}
</style>
border-color css
<style>
span { border-color: #E87ADB; }
span { border-color: rgb(232,122,219); }
td.TdClassName
{
border-color: #E87ADB;
}
.TagClassName
{
border-color: #E87ADB;
}
</style>