Shades of Orchid #E26BE3
Tints of Orchid #E26BE3
RGB
CMYK
RGB Variations
Color information
#E26BE3 (or 0xE26BE3) is known color: Orchid. HEX triplet: E2, 6B and E3. RGB value is (226,107,227). Sum of RGB (Red+Green+Blue) = 226+107+227=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 227 (89.06% from 255 or 40.54% from 560); Max value from RGB is 227 - color contains mainly: blue. Hex color #E26BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BE3 is #1D941C. Grayscale: #9B9B9B. Windows color (decimal): -1938461 or 14904290. OLE color: 14904290.
HSL color Cylindrical-coordinate representation of color #E26BE3: hue angle of 299.5º degrees, saturation: 0.68, 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 #E26BE3 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 227 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.11 |
| HSL | 299.5º | 0.68% | 0.65% | - |
| HSV(B) | 299.5º | 0.53% | 0.89% | - |
| XYZ | 50.49 | 32.23 | 76.23 | - |
| YUV | 156.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 227 | 0.00 | 0.53 | 0 | 0.11 | 299.5 | 0.68 | 0.65 |
| Hex | E2 | 6B | E3 | 0 | 35 | 0 | B | 12C | 44 | 41 |
| Octal | 342 | 153 | 343 | 0 | 65 | 0 | 13 | 454 | 104 | 101 |
| Binary | 11100010 | 1101011 | 11100011 | 0 | 110101 | 0 | 1011 | 100101100 | 1000100 | 1000001 |
Color Harmonies of #E26BE3
Complementary color
Monochromatic Colors of #E26BE3
Black with #E26BE3
Text Example
Text Example
White with #E26BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26BE3; }
p { color: rgb(226,107,227); }
H1.HeaderClassName
{
color: #E26BE3;
}
.AnyTagClassName
{
color: #E26BE3;
}
</style>
background-color css
<style>
a { background-color: #E26BE3; }
a { background-color: rgb(226,107,227); }
div.DivClassName
{
background-color: #E26BE3;
}
.BgClassName
{
background-color: #E26BE3;
}
</style>
border-color css
<style>
span { border-color: #E26BE3; }
span { border-color: rgb(226,107,227); }
td.TdClassName
{
border-color: #E26BE3;
}
.TagClassName
{
border-color: #E26BE3;
}
</style>