Shades of Orchid #E76ED6
Tints of Orchid #E76ED6
RGB
CMYK
RGB Variations
Color information
#E76ED6 (or 0xE76ED6) is known color: Orchid. HEX triplet: E7, 6E and D6. RGB value is (231,110,214). Sum of RGB (Red+Green+Blue) = 231+110+214=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ED6 is #189129. Grayscale: #9D9D9D. Windows color (decimal): -1610026 or 14053095. OLE color: 14053095.
HSL color Cylindrical-coordinate representation of color #E76ED6: hue angle of 308.43º 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 #E76ED6 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 214 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.09 |
| HSL | 308.43º | 0.72% | 0.67% | - |
| HSV(B) | 308.43º | 0.52% | 0.91% | - |
| XYZ | 50.67 | 33 | 67.32 | - |
| YUV | 158.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 214 | 0 | 0.52 | 0.07 | 0.09 | 308.43 | 0.72 | 0.67 |
| Hex | E7 | 6E | D6 | 0 | 34 | 7 | 9 | 134 | 48 | 43 |
| Octal | 347 | 156 | 326 | 0 | 64 | 7 | 11 | 464 | 110 | 103 |
| Binary | 11100111 | 1101110 | 11010110 | 0 | 110100 | 111 | 1001 | 100110100 | 1001000 | 1000011 |
Color Harmonies of #E76ED6
Complementary color
Monochromatic Colors of #E76ED6
Black with #E76ED6
Text Example
Text Example
White with #E76ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76ED6; }
p { color: rgb(231,110,214); }
H1.HeaderClassName
{
color: #E76ED6;
}
.AnyTagClassName
{
color: #E76ED6;
}
</style>
background-color css
<style>
a { background-color: #E76ED6; }
a { background-color: rgb(231,110,214); }
div.DivClassName
{
background-color: #E76ED6;
}
.BgClassName
{
background-color: #E76ED6;
}
</style>
border-color css
<style>
span { border-color: #E76ED6; }
span { border-color: rgb(231,110,214); }
td.TdClassName
{
border-color: #E76ED6;
}
.TagClassName
{
border-color: #E76ED6;
}
</style>