Shades of Orchid #E26FDE
Tints of Orchid #E26FDE
RGB
CMYK
RGB Variations
Color information
#E26FDE (or 0xE26FDE) is known color: Orchid. HEX triplet: E2, 6F and DE. RGB value is (226,111,222). Sum of RGB (Red+Green+Blue) = 226+111+222=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FDE is #1D9021. Grayscale: #9D9D9D. Windows color (decimal): -1937442 or 14577634. OLE color: 14577634.
HSL color Cylindrical-coordinate representation of color #E26FDE: hue angle of 302.09º degrees, saturation: 0.66, 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 #E26FDE is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 222 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.11 |
| HSL | 302.09º | 0.66% | 0.66% | - |
| HSV(B) | 302.09º | 0.51% | 0.89% | - |
| XYZ | 50.23 | 32.81 | 72.79 | - |
| YUV | 158.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 222 | 0 | 0.51 | 0.02 | 0.11 | 302.09 | 0.66 | 0.66 |
| Hex | E2 | 6F | DE | 0 | 33 | 2 | B | 12E | 42 | 42 |
| Octal | 342 | 157 | 336 | 0 | 63 | 2 | 13 | 456 | 102 | 102 |
| Binary | 11100010 | 1101111 | 11011110 | 0 | 110011 | 10 | 1011 | 100101110 | 1000010 | 1000010 |
Color Harmonies of #E26FDE
Complementary color
Monochromatic Colors of #E26FDE
Black with #E26FDE
Text Example
Text Example
White with #E26FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FDE; }
p { color: rgb(226,111,222); }
H1.HeaderClassName
{
color: #E26FDE;
}
.AnyTagClassName
{
color: #E26FDE;
}
</style>
background-color css
<style>
a { background-color: #E26FDE; }
a { background-color: rgb(226,111,222); }
div.DivClassName
{
background-color: #E26FDE;
}
.BgClassName
{
background-color: #E26FDE;
}
</style>
border-color css
<style>
span { border-color: #E26FDE; }
span { border-color: rgb(226,111,222); }
td.TdClassName
{
border-color: #E26FDE;
}
.TagClassName
{
border-color: #E26FDE;
}
</style>