Shades of Orchid #E26EDB
Tints of Orchid #E26EDB
RGB
CMYK
RGB Variations
Color information
#E26EDB (or 0xE26EDB) is known color: Orchid. HEX triplet: E2, 6E and DB. RGB value is (226,110,219). Sum of RGB (Red+Green+Blue) = 226+110+219=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EDB is #1D9124. Grayscale: #9C9C9C. Windows color (decimal): -1937701 or 14380770. OLE color: 14380770.
HSL color Cylindrical-coordinate representation of color #E26EDB: hue angle of 303.62º 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 #E26EDB is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 219 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.11 |
| HSL | 303.62º | 0.67% | 0.66% | - |
| HSV(B) | 303.62º | 0.51% | 0.89% | - |
| XYZ | 49.73 | 32.44 | 70.66 | - |
| YUV | 157.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 219 | 0 | 0.51 | 0.03 | 0.11 | 303.62 | 0.67 | 0.66 |
| Hex | E2 | 6E | DB | 0 | 33 | 3 | B | 130 | 43 | 42 |
| Octal | 342 | 156 | 333 | 0 | 63 | 3 | 13 | 460 | 103 | 102 |
| Binary | 11100010 | 1101110 | 11011011 | 0 | 110011 | 11 | 1011 | 100110000 | 1000011 | 1000010 |
Color Harmonies of #E26EDB
Complementary color
Monochromatic Colors of #E26EDB
Black with #E26EDB
Text Example
Text Example
White with #E26EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EDB; }
p { color: rgb(226,110,219); }
H1.HeaderClassName
{
color: #E26EDB;
}
.AnyTagClassName
{
color: #E26EDB;
}
</style>
background-color css
<style>
a { background-color: #E26EDB; }
a { background-color: rgb(226,110,219); }
div.DivClassName
{
background-color: #E26EDB;
}
.BgClassName
{
background-color: #E26EDB;
}
</style>
border-color css
<style>
span { border-color: #E26EDB; }
span { border-color: rgb(226,110,219); }
td.TdClassName
{
border-color: #E26EDB;
}
.TagClassName
{
border-color: #E26EDB;
}
</style>