Shades of Orchid #E26BE1
Tints of Orchid #E26BE1
RGB
CMYK
RGB Variations
Color information
#E26BE1 (or 0xE26BE1) is known color: Orchid. HEX triplet: E2, 6B and E1. RGB value is (226,107,225). Sum of RGB (Red+Green+Blue) = 226+107+225=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E26BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BE1 is #1D941E. Grayscale: #9B9B9B. Windows color (decimal): -1938463 or 14773218. OLE color: 14773218.
HSL color Cylindrical-coordinate representation of color #E26BE1: hue angle of 300.5º 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 #E26BE1 is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 225 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.11 |
| HSL | 300.5º | 0.67% | 0.65% | - |
| HSV(B) | 300.5º | 0.53% | 0.89% | - |
| XYZ | 50.21 | 32.12 | 74.79 | - |
| YUV | 156.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 225 | 0 | 0.53 | 0.00 | 0.11 | 300.5 | 0.67 | 0.65 |
| Hex | E2 | 6B | E1 | 0 | 35 | 0 | B | 12D | 43 | 41 |
| Octal | 342 | 153 | 341 | 0 | 65 | 0 | 13 | 455 | 103 | 101 |
| Binary | 11100010 | 1101011 | 11100001 | 0 | 110101 | 0 | 1011 | 100101101 | 1000011 | 1000001 |
Color Harmonies of #E26BE1
Complementary color
Monochromatic Colors of #E26BE1
Black with #E26BE1
Text Example
Text Example
White with #E26BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26BE1; }
p { color: rgb(226,107,225); }
H1.HeaderClassName
{
color: #E26BE1;
}
.AnyTagClassName
{
color: #E26BE1;
}
</style>
background-color css
<style>
a { background-color: #E26BE1; }
a { background-color: rgb(226,107,225); }
div.DivClassName
{
background-color: #E26BE1;
}
.BgClassName
{
background-color: #E26BE1;
}
</style>
border-color css
<style>
span { border-color: #E26BE1; }
span { border-color: rgb(226,107,225); }
td.TdClassName
{
border-color: #E26BE1;
}
.TagClassName
{
border-color: #E26BE1;
}
</style>