Shades of Psychedelic Purple #E106EC
Tints of Psychedelic Purple #E106EC
RGB
CMYK
RGB Variations
Color information
#E106EC (or 0xE106EC) is known color: Psychedelic Purple. HEX triplet: E1, 06 and EC. RGB value is (225,6,236). Sum of RGB (Red+Green+Blue) = 225+6+236=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 6 (2.73% from 255 or 1.28% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #E106EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E106EC is #1EF913. Grayscale: #616161. Windows color (decimal): -2029844 or 15468257. OLE color: 15468257.
HSL color Cylindrical-coordinate representation of color #E106EC: hue angle of 297.13º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E106EC is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 6 | 236 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.07 |
| HSL | 297.13º | 0.95% | 0.47% | - |
| HSV(B) | 297.13º | 0.97% | 0.93% | - |
| XYZ | 46.26 | 22.19 | 81.2 | - |
| YUV | 97.7 | 206.05 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 236 | 0.05 | 0.97 | 0 | 0.07 | 297.13 | 0.95 | 0.47 |
| Hex | E1 | 6 | EC | 5 | 61 | 0 | 7 | 129 | 5F | 2F |
| Octal | 341 | 6 | 354 | 5 | 141 | 0 | 7 | 451 | 137 | 57 |
| Binary | 11100001 | 110 | 11101100 | 101 | 1100001 | 0 | 111 | 100101001 | 1011111 | 101111 |
Color Harmonies of #E106EC
Complementary color
Monochromatic Colors of #E106EC
Black with #E106EC
Text Example
Text Example
White with #E106EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E106EC; }
p { color: rgb(225,6,236); }
H1.HeaderClassName
{
color: #E106EC;
}
.AnyTagClassName
{
color: #E106EC;
}
</style>
background-color css
<style>
a { background-color: #E106EC; }
a { background-color: rgb(225,6,236); }
div.DivClassName
{
background-color: #E106EC;
}
.BgClassName
{
background-color: #E106EC;
}
</style>
border-color css
<style>
span { border-color: #E106EC; }
span { border-color: rgb(225,6,236); }
td.TdClassName
{
border-color: #E106EC;
}
.TagClassName
{
border-color: #E106EC;
}
</style>