Shades of Orchid #E76ED9
Tints of Orchid #E76ED9
RGB
CMYK
RGB Variations
Color information
#E76ED9 (or 0xE76ED9) is known color: Orchid. HEX triplet: E7, 6E and D9. RGB value is (231,110,217). Sum of RGB (Red+Green+Blue) = 231+110+217=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ED9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ED9 is #189126. Grayscale: #9E9E9E. Windows color (decimal): -1610023 or 14249703. OLE color: 14249703.
HSL color Cylindrical-coordinate representation of color #E76ED9: hue angle of 306.94º 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 #E76ED9 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 217 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.09 |
| HSL | 306.94º | 0.72% | 0.67% | - |
| HSV(B) | 306.94º | 0.52% | 0.91% | - |
| XYZ | 51.06 | 33.15 | 69.35 | - |
| YUV | 158.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 217 | 0 | 0.52 | 0.06 | 0.09 | 306.94 | 0.72 | 0.67 |
| Hex | E7 | 6E | D9 | 0 | 34 | 6 | 9 | 133 | 48 | 43 |
| Octal | 347 | 156 | 331 | 0 | 64 | 6 | 11 | 463 | 110 | 103 |
| Binary | 11100111 | 1101110 | 11011001 | 0 | 110100 | 110 | 1001 | 100110011 | 1001000 | 1000011 |
Color Harmonies of #E76ED9
Complementary color
Monochromatic Colors of #E76ED9
Black with #E76ED9
Text Example
Text Example
White with #E76ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76ED9; }
p { color: rgb(231,110,217); }
H1.HeaderClassName
{
color: #E76ED9;
}
.AnyTagClassName
{
color: #E76ED9;
}
</style>
background-color css
<style>
a { background-color: #E76ED9; }
a { background-color: rgb(231,110,217); }
div.DivClassName
{
background-color: #E76ED9;
}
.BgClassName
{
background-color: #E76ED9;
}
</style>
border-color css
<style>
span { border-color: #E76ED9; }
span { border-color: rgb(231,110,217); }
td.TdClassName
{
border-color: #E76ED9;
}
.TagClassName
{
border-color: #E76ED9;
}
</style>