Shades of Orchid #E26AE0
Tints of Orchid #E26AE0
RGB
CMYK
RGB Variations
Color information
#E26AE0 (or 0xE26AE0) is known color: Orchid. HEX triplet: E2, 6A and E0. RGB value is (226,106,224). Sum of RGB (Red+Green+Blue) = 226+106+224=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26AE0 is #1D951F. Grayscale: #9A9A9A. Windows color (decimal): -1938720 or 14707426. OLE color: 14707426.
HSL color Cylindrical-coordinate representation of color #E26AE0: hue angle of 301º 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 #E26AE0 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 224 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.11 |
| HSL | 301º | 0.67% | 0.65% | - |
| HSV(B) | 301º | 0.53% | 0.89% | - |
| XYZ | 49.97 | 31.86 | 74.04 | - |
| YUV | 155.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 224 | 0 | 0.53 | 0.01 | 0.11 | 301 | 0.67 | 0.65 |
| Hex | E2 | 6A | E0 | 0 | 35 | 1 | B | 12D | 43 | 41 |
| Octal | 342 | 152 | 340 | 0 | 65 | 1 | 13 | 455 | 103 | 101 |
| Binary | 11100010 | 1101010 | 11100000 | 0 | 110101 | 1 | 1011 | 100101101 | 1000011 | 1000001 |
Color Harmonies of #E26AE0
Complementary color
Monochromatic Colors of #E26AE0
Black with #E26AE0
Text Example
Text Example
White with #E26AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26AE0; }
p { color: rgb(226,106,224); }
H1.HeaderClassName
{
color: #E26AE0;
}
.AnyTagClassName
{
color: #E26AE0;
}
</style>
background-color css
<style>
a { background-color: #E26AE0; }
a { background-color: rgb(226,106,224); }
div.DivClassName
{
background-color: #E26AE0;
}
.BgClassName
{
background-color: #E26AE0;
}
</style>
border-color css
<style>
span { border-color: #E26AE0; }
span { border-color: rgb(226,106,224); }
td.TdClassName
{
border-color: #E26AE0;
}
.TagClassName
{
border-color: #E26AE0;
}
</style>