Shades of Orchid #E26FE8
Tints of Orchid #E26FE8
RGB
CMYK
RGB Variations
Color information
#E26FE8 (or 0xE26FE8) is known color: Orchid. HEX triplet: E2, 6F and E8. RGB value is (226,111,232). Sum of RGB (Red+Green+Blue) = 226+111+232=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #E26FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26FE8 is #1D9017. Grayscale: #9E9E9E. Windows color (decimal): -1937432 or 15232994. OLE color: 15232994.
HSL color Cylindrical-coordinate representation of color #E26FE8: hue angle of 297.02º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26FE8 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 111 | 232 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.09 |
| HSL | 297.02º | 0.72% | 0.67% | - |
| HSV(B) | 297.02º | 0.52% | 0.91% | - |
| XYZ | 51.61 | 33.36 | 80.06 | - |
| YUV | 159.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 232 | 0.03 | 0.52 | 0 | 0.09 | 297.02 | 0.72 | 0.67 |
| Hex | E2 | 6F | E8 | 3 | 34 | 0 | 9 | 129 | 48 | 43 |
| Octal | 342 | 157 | 350 | 3 | 64 | 0 | 11 | 451 | 110 | 103 |
| Binary | 11100010 | 1101111 | 11101000 | 11 | 110100 | 0 | 1001 | 100101001 | 1001000 | 1000011 |
Color Harmonies of #E26FE8
Complementary color
Monochromatic Colors of #E26FE8
Black with #E26FE8
Text Example
Text Example
White with #E26FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FE8; }
p { color: rgb(226,111,232); }
H1.HeaderClassName
{
color: #E26FE8;
}
.AnyTagClassName
{
color: #E26FE8;
}
</style>
background-color css
<style>
a { background-color: #E26FE8; }
a { background-color: rgb(226,111,232); }
div.DivClassName
{
background-color: #E26FE8;
}
.BgClassName
{
background-color: #E26FE8;
}
</style>
border-color css
<style>
span { border-color: #E26FE8; }
span { border-color: rgb(226,111,232); }
td.TdClassName
{
border-color: #E26FE8;
}
.TagClassName
{
border-color: #E26FE8;
}
</style>