Shades of Orchid #E76EE2
Tints of Orchid #E76EE2
RGB
CMYK
RGB Variations
Color information
#E76EE2 (or 0xE76EE2) is known color: Orchid. HEX triplet: E7, 6E and E2. RGB value is (231,110,226). Sum of RGB (Red+Green+Blue) = 231+110+226=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76EE2 is #18911D. Grayscale: #9F9F9F. Windows color (decimal): -1610014 or 14839527. OLE color: 14839527.
HSL color Cylindrical-coordinate representation of color #E76EE2: hue angle of 302.48º 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 #E76EE2 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 226 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.09 |
| HSL | 302.48º | 0.72% | 0.67% | - |
| HSV(B) | 302.48º | 0.52% | 0.91% | - |
| XYZ | 52.26 | 33.63 | 75.69 | - |
| YUV | 159.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 226 | 0 | 0.52 | 0.02 | 0.09 | 302.48 | 0.72 | 0.67 |
| Hex | E7 | 6E | E2 | 0 | 34 | 2 | 9 | 12E | 48 | 43 |
| Octal | 347 | 156 | 342 | 0 | 64 | 2 | 11 | 456 | 110 | 103 |
| Binary | 11100111 | 1101110 | 11100010 | 0 | 110100 | 10 | 1001 | 100101110 | 1001000 | 1000011 |
Color Harmonies of #E76EE2
Complementary color
Monochromatic Colors of #E76EE2
Black with #E76EE2
Text Example
Text Example
White with #E76EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76EE2; }
p { color: rgb(231,110,226); }
H1.HeaderClassName
{
color: #E76EE2;
}
.AnyTagClassName
{
color: #E76EE2;
}
</style>
background-color css
<style>
a { background-color: #E76EE2; }
a { background-color: rgb(231,110,226); }
div.DivClassName
{
background-color: #E76EE2;
}
.BgClassName
{
background-color: #E76EE2;
}
</style>
border-color css
<style>
span { border-color: #E76EE2; }
span { border-color: rgb(231,110,226); }
td.TdClassName
{
border-color: #E76EE2;
}
.TagClassName
{
border-color: #E76EE2;
}
</style>