Shades of Orchid #E16FE8
Tints of Orchid #E16FE8
RGB
CMYK
RGB Variations
Color information
#E16FE8 (or 0xE16FE8) is known color: Orchid. HEX triplet: E1, 6F and E8. RGB value is (225,111,232). Sum of RGB (Red+Green+Blue) = 225+111+232=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #E16FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16FE8 is #1E9017. Grayscale: #9E9E9E. Windows color (decimal): -2002968 or 15232993. OLE color: 15232993.
HSL color Cylindrical-coordinate representation of color #E16FE8: hue angle of 296.53º 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 #E16FE8 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 111 | 232 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.09 |
| HSL | 296.53º | 0.72% | 0.67% | - |
| HSV(B) | 296.53º | 0.52% | 0.91% | - |
| XYZ | 51.3 | 33.2 | 80.05 | - |
| YUV | 158.88 | 169.27 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 232 | 0.03 | 0.52 | 0 | 0.09 | 296.53 | 0.72 | 0.67 |
| Hex | E1 | 6F | E8 | 3 | 34 | 0 | 9 | 129 | 48 | 43 |
| Octal | 341 | 157 | 350 | 3 | 64 | 0 | 11 | 451 | 110 | 103 |
| Binary | 11100001 | 1101111 | 11101000 | 11 | 110100 | 0 | 1001 | 100101001 | 1001000 | 1000011 |
Color Harmonies of #E16FE8
Complementary color
Monochromatic Colors of #E16FE8
Black with #E16FE8
Text Example
Text Example
White with #E16FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16FE8; }
p { color: rgb(225,111,232); }
H1.HeaderClassName
{
color: #E16FE8;
}
.AnyTagClassName
{
color: #E16FE8;
}
</style>
background-color css
<style>
a { background-color: #E16FE8; }
a { background-color: rgb(225,111,232); }
div.DivClassName
{
background-color: #E16FE8;
}
.BgClassName
{
background-color: #E16FE8;
}
</style>
border-color css
<style>
span { border-color: #E16FE8; }
span { border-color: rgb(225,111,232); }
td.TdClassName
{
border-color: #E16FE8;
}
.TagClassName
{
border-color: #E16FE8;
}
</style>