Shades of Orchid #E76ED8
Tints of Orchid #E76ED8
RGB
CMYK
RGB Variations
Color information
#E76ED8 (or 0xE76ED8) is known color: Orchid. HEX triplet: E7, 6E and D8. RGB value is (231,110,216). Sum of RGB (Red+Green+Blue) = 231+110+216=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ED8 is #189127. Grayscale: #9D9D9D. Windows color (decimal): -1610024 or 14184167. OLE color: 14184167.
HSL color Cylindrical-coordinate representation of color #E76ED8: hue angle of 307.44º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76ED8 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 216 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.09 |
| HSL | 307.44º | 0.72% | 0.67% | - |
| HSV(B) | 307.44º | 0.52% | 0.91% | - |
| XYZ | 50.93 | 33.1 | 68.67 | - |
| YUV | 158.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 216 | 0 | 0.52 | 0.06 | 0.09 | 307.44 | 0.72 | 0.67 |
| Hex | E7 | 6E | D8 | 0 | 34 | 6 | 9 | 133 | 48 | 43 |
| Octal | 347 | 156 | 330 | 0 | 64 | 6 | 11 | 463 | 110 | 103 |
| Binary | 11100111 | 1101110 | 11011000 | 0 | 110100 | 110 | 1001 | 100110011 | 1001000 | 1000011 |
Color Harmonies of #E76ED8
Complementary color
Monochromatic Colors of #E76ED8
Black with #E76ED8
Text Example
Text Example
White with #E76ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76ED8; }
p { color: rgb(231,110,216); }
H1.HeaderClassName
{
color: #E76ED8;
}
.AnyTagClassName
{
color: #E76ED8;
}
</style>
background-color css
<style>
a { background-color: #E76ED8; }
a { background-color: rgb(231,110,216); }
div.DivClassName
{
background-color: #E76ED8;
}
.BgClassName
{
background-color: #E76ED8;
}
</style>
border-color css
<style>
span { border-color: #E76ED8; }
span { border-color: rgb(231,110,216); }
td.TdClassName
{
border-color: #E76ED8;
}
.TagClassName
{
border-color: #E76ED8;
}
</style>