Shades of Orchid #E26ADE
Tints of Orchid #E26ADE
RGB
CMYK
RGB Variations
Color information
#E26ADE (or 0xE26ADE) is known color: Orchid. HEX triplet: E2, 6A and DE. RGB value is (226,106,222). Sum of RGB (Red+Green+Blue) = 226+106+222=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ADE is #1D9521. Grayscale: #9A9A9A. Windows color (decimal): -1938722 or 14576354. OLE color: 14576354.
HSL color Cylindrical-coordinate representation of color #E26ADE: hue angle of 302º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26ADE is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 222 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.11 |
| HSL | 302º | 0.67% | 0.65% | - |
| HSV(B) | 302º | 0.53% | 0.89% | - |
| XYZ | 49.7 | 31.75 | 72.62 | - |
| YUV | 155.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 222 | 0 | 0.53 | 0.02 | 0.11 | 302 | 0.67 | 0.65 |
| Hex | E2 | 6A | DE | 0 | 35 | 2 | B | 12E | 43 | 41 |
| Octal | 342 | 152 | 336 | 0 | 65 | 2 | 13 | 456 | 103 | 101 |
| Binary | 11100010 | 1101010 | 11011110 | 0 | 110101 | 10 | 1011 | 100101110 | 1000011 | 1000001 |
Color Harmonies of #E26ADE
Complementary color
Monochromatic Colors of #E26ADE
Black with #E26ADE
Text Example
Text Example
White with #E26ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26ADE; }
p { color: rgb(226,106,222); }
H1.HeaderClassName
{
color: #E26ADE;
}
.AnyTagClassName
{
color: #E26ADE;
}
</style>
background-color css
<style>
a { background-color: #E26ADE; }
a { background-color: rgb(226,106,222); }
div.DivClassName
{
background-color: #E26ADE;
}
.BgClassName
{
background-color: #E26ADE;
}
</style>
border-color css
<style>
span { border-color: #E26ADE; }
span { border-color: rgb(226,106,222); }
td.TdClassName
{
border-color: #E26ADE;
}
.TagClassName
{
border-color: #E26ADE;
}
</style>