Shades of Orchid #E76EDF
Tints of Orchid #E76EDF
RGB
CMYK
RGB Variations
Color information
#E76EDF (or 0xE76EDF) is known color: Orchid. HEX triplet: E7, 6E and DF. RGB value is (231,110,223). Sum of RGB (Red+Green+Blue) = 231+110+223=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76EDF is #189120. Grayscale: #9E9E9E. Windows color (decimal): -1610017 or 14642919. OLE color: 14642919.
HSL color Cylindrical-coordinate representation of color #E76EDF: hue angle of 303.97º 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 #E76EDF is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 223 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.09 |
| HSL | 303.97º | 0.72% | 0.67% | - |
| HSV(B) | 303.97º | 0.52% | 0.91% | - |
| XYZ | 51.85 | 33.47 | 73.54 | - |
| YUV | 159.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 223 | 0 | 0.52 | 0.03 | 0.09 | 303.97 | 0.72 | 0.67 |
| Hex | E7 | 6E | DF | 0 | 34 | 3 | 9 | 130 | 48 | 43 |
| Octal | 347 | 156 | 337 | 0 | 64 | 3 | 11 | 460 | 110 | 103 |
| Binary | 11100111 | 1101110 | 11011111 | 0 | 110100 | 11 | 1001 | 100110000 | 1001000 | 1000011 |
Color Harmonies of #E76EDF
Complementary color
Monochromatic Colors of #E76EDF
Black with #E76EDF
Text Example
Text Example
White with #E76EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76EDF; }
p { color: rgb(231,110,223); }
H1.HeaderClassName
{
color: #E76EDF;
}
.AnyTagClassName
{
color: #E76EDF;
}
</style>
background-color css
<style>
a { background-color: #E76EDF; }
a { background-color: rgb(231,110,223); }
div.DivClassName
{
background-color: #E76EDF;
}
.BgClassName
{
background-color: #E76EDF;
}
</style>
border-color css
<style>
span { border-color: #E76EDF; }
span { border-color: rgb(231,110,223); }
td.TdClassName
{
border-color: #E76EDF;
}
.TagClassName
{
border-color: #E76EDF;
}
</style>