Shades of Psychedelic Purple #E118EC
Tints of Psychedelic Purple #E118EC
RGB
CMYK
RGB Variations
Color information
#E118EC (or 0xE118EC) is known color: Psychedelic Purple. HEX triplet: E1, 18 and EC. RGB value is (225,24,236). Sum of RGB (Red+Green+Blue) = 225+24+236=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #E118EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E118EC is #1EE713. Grayscale: #6B6B6B. Windows color (decimal): -2025236 or 15472865. OLE color: 15472865.
HSL color Cylindrical-coordinate representation of color #E118EC: hue angle of 296.89º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E118EC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 24 | 236 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.07 |
| HSL | 296.89º | 0.85% | 0.51% | - |
| HSV(B) | 296.89º | 0.9% | 0.93% | - |
| XYZ | 46.52 | 22.72 | 81.29 | - |
| YUV | 108.27 | 200.09 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 236 | 0.05 | 0.90 | 0 | 0.07 | 296.89 | 0.85 | 0.51 |
| Hex | E1 | 18 | EC | 5 | 5A | 0 | 7 | 129 | 55 | 33 |
| Octal | 341 | 30 | 354 | 5 | 132 | 0 | 7 | 451 | 125 | 63 |
| Binary | 11100001 | 11000 | 11101100 | 101 | 1011010 | 0 | 111 | 100101001 | 1010101 | 110011 |
Color Harmonies of #E118EC
Complementary color
Monochromatic Colors of #E118EC
Black with #E118EC
Text Example
Text Example
White with #E118EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E118EC; }
p { color: rgb(225,24,236); }
H1.HeaderClassName
{
color: #E118EC;
}
.AnyTagClassName
{
color: #E118EC;
}
</style>
background-color css
<style>
a { background-color: #E118EC; }
a { background-color: rgb(225,24,236); }
div.DivClassName
{
background-color: #E118EC;
}
.BgClassName
{
background-color: #E118EC;
}
</style>
border-color css
<style>
span { border-color: #E118EC; }
span { border-color: rgb(225,24,236); }
td.TdClassName
{
border-color: #E118EC;
}
.TagClassName
{
border-color: #E118EC;
}
</style>