Shades of Orchid #E77ADE
Tints of Orchid #E77ADE
RGB
CMYK
RGB Variations
Color information
#E77ADE (or 0xE77ADE) is known color: Orchid. HEX triplet: E7, 7A and DE. RGB value is (231,122,222). Sum of RGB (Red+Green+Blue) = 231+122+222=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ADE is #188521. Grayscale: #A5A5A5. Windows color (decimal): -1606946 or 14580455. OLE color: 14580455.
HSL color Cylindrical-coordinate representation of color #E77ADE: hue angle of 304.95º degrees, saturation: 0.69, 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 #E77ADE is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 222 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.09 |
| HSL | 304.95º | 0.69% | 0.69% | - |
| HSV(B) | 304.95º | 0.47% | 0.91% | - |
| XYZ | 53.1 | 36.18 | 73.29 | - |
| YUV | 165.99 | 159.61 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 222 | 0 | 0.47 | 0.04 | 0.09 | 304.95 | 0.69 | 0.69 |
| Hex | E7 | 7A | DE | 0 | 2F | 4 | 9 | 131 | 45 | 45 |
| Octal | 347 | 172 | 336 | 0 | 57 | 4 | 11 | 461 | 105 | 105 |
| Binary | 11100111 | 1111010 | 11011110 | 0 | 101111 | 100 | 1001 | 100110001 | 1000101 | 1000101 |
Color Harmonies of #E77ADE
Complementary color
Monochromatic Colors of #E77ADE
Black with #E77ADE
Text Example
Text Example
White with #E77ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77ADE; }
p { color: rgb(231,122,222); }
H1.HeaderClassName
{
color: #E77ADE;
}
.AnyTagClassName
{
color: #E77ADE;
}
</style>
background-color css
<style>
a { background-color: #E77ADE; }
a { background-color: rgb(231,122,222); }
div.DivClassName
{
background-color: #E77ADE;
}
.BgClassName
{
background-color: #E77ADE;
}
</style>
border-color css
<style>
span { border-color: #E77ADE; }
span { border-color: rgb(231,122,222); }
td.TdClassName
{
border-color: #E77ADE;
}
.TagClassName
{
border-color: #E77ADE;
}
</style>