Shades of Orchid #E26ED6
Tints of Orchid #E26ED6
RGB
CMYK
RGB Variations
Color information
#E26ED6 (or 0xE26ED6) is known color: Orchid. HEX triplet: E2, 6E and D6. RGB value is (226,110,214). Sum of RGB (Red+Green+Blue) = 226+110+214=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ED6 is #1D9129. Grayscale: #9C9C9C. Windows color (decimal): -1937706 or 14053090. OLE color: 14053090.
HSL color Cylindrical-coordinate representation of color #E26ED6: hue angle of 306.21º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26ED6 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 214 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.11 |
| HSL | 306.21º | 0.67% | 0.66% | - |
| HSV(B) | 306.21º | 0.51% | 0.89% | - |
| XYZ | 49.08 | 32.18 | 67.24 | - |
| YUV | 156.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 214 | 0 | 0.51 | 0.05 | 0.11 | 306.21 | 0.67 | 0.66 |
| Hex | E2 | 6E | D6 | 0 | 33 | 5 | B | 132 | 43 | 42 |
| Octal | 342 | 156 | 326 | 0 | 63 | 5 | 13 | 462 | 103 | 102 |
| Binary | 11100010 | 1101110 | 11010110 | 0 | 110011 | 101 | 1011 | 100110010 | 1000011 | 1000010 |
Color Harmonies of #E26ED6
Complementary color
Monochromatic Colors of #E26ED6
Black with #E26ED6
Text Example
Text Example
White with #E26ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26ED6; }
p { color: rgb(226,110,214); }
H1.HeaderClassName
{
color: #E26ED6;
}
.AnyTagClassName
{
color: #E26ED6;
}
</style>
background-color css
<style>
a { background-color: #E26ED6; }
a { background-color: rgb(226,110,214); }
div.DivClassName
{
background-color: #E26ED6;
}
.BgClassName
{
background-color: #E26ED6;
}
</style>
border-color css
<style>
span { border-color: #E26ED6; }
span { border-color: rgb(226,110,214); }
td.TdClassName
{
border-color: #E26ED6;
}
.TagClassName
{
border-color: #E26ED6;
}
</style>