Shades of Orchid #E26ECA
Tints of Orchid #E26ECA
RGB
CMYK
RGB Variations
Color information
#E26ECA (or 0xE26ECA) is known color: Orchid. HEX triplet: E2, 6E and CA. RGB value is (226,110,202). Sum of RGB (Red+Green+Blue) = 226+110+202=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ECA is #1D9135. Grayscale: #9A9A9A. Windows color (decimal): -1937718 or 13266658. OLE color: 13266658.
HSL color Cylindrical-coordinate representation of color #E26ECA: hue angle of 312.41º 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 #E26ECA is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 202 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.11 |
| HSL | 312.41º | 0.67% | 0.66% | - |
| HSV(B) | 312.41º | 0.51% | 0.89% | - |
| XYZ | 47.6 | 31.58 | 59.46 | - |
| YUV | 155.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 202 | 0 | 0.51 | 0.11 | 0.11 | 312.41 | 0.67 | 0.66 |
| Hex | E2 | 6E | CA | 0 | 33 | B | B | 138 | 43 | 42 |
| Octal | 342 | 156 | 312 | 0 | 63 | 13 | 13 | 470 | 103 | 102 |
| Binary | 11100010 | 1101110 | 11001010 | 0 | 110011 | 1011 | 1011 | 100111000 | 1000011 | 1000010 |
Color Harmonies of #E26ECA
Complementary color
Monochromatic Colors of #E26ECA
Black with #E26ECA
Text Example
Text Example
White with #E26ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26ECA; }
p { color: rgb(226,110,202); }
H1.HeaderClassName
{
color: #E26ECA;
}
.AnyTagClassName
{
color: #E26ECA;
}
</style>
background-color css
<style>
a { background-color: #E26ECA; }
a { background-color: rgb(226,110,202); }
div.DivClassName
{
background-color: #E26ECA;
}
.BgClassName
{
background-color: #E26ECA;
}
</style>
border-color css
<style>
span { border-color: #E26ECA; }
span { border-color: rgb(226,110,202); }
td.TdClassName
{
border-color: #E26ECA;
}
.TagClassName
{
border-color: #E26ECA;
}
</style>