Shades of Psychedelic Purple #E117EC
Tints of Psychedelic Purple #E117EC
RGB
CMYK
RGB Variations
Color information
#E117EC (or 0xE117EC) is known color: Psychedelic Purple. HEX triplet: E1, 17 and EC. RGB value is (225,23,236). Sum of RGB (Red+Green+Blue) = 225+23+236=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #E117EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E117EC is #1EE813. Grayscale: #6B6B6B. Windows color (decimal): -2025492 or 15472609. OLE color: 15472609.
HSL color Cylindrical-coordinate representation of color #E117EC: hue angle of 296.9º 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 #E117EC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 23 | 236 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.07 |
| HSL | 296.9º | 0.85% | 0.51% | - |
| HSV(B) | 296.9º | 0.9% | 0.93% | - |
| XYZ | 46.5 | 22.68 | 81.28 | - |
| YUV | 107.68 | 200.42 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 236 | 0.05 | 0.90 | 0 | 0.07 | 296.9 | 0.85 | 0.51 |
| Hex | E1 | 17 | EC | 5 | 5A | 0 | 7 | 129 | 55 | 33 |
| Octal | 341 | 27 | 354 | 5 | 132 | 0 | 7 | 451 | 125 | 63 |
| Binary | 11100001 | 10111 | 11101100 | 101 | 1011010 | 0 | 111 | 100101001 | 1010101 | 110011 |
Color Harmonies of #E117EC
Complementary color
Monochromatic Colors of #E117EC
Black with #E117EC
Text Example
Text Example
White with #E117EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117EC; }
p { color: rgb(225,23,236); }
H1.HeaderClassName
{
color: #E117EC;
}
.AnyTagClassName
{
color: #E117EC;
}
</style>
background-color css
<style>
a { background-color: #E117EC; }
a { background-color: rgb(225,23,236); }
div.DivClassName
{
background-color: #E117EC;
}
.BgClassName
{
background-color: #E117EC;
}
</style>
border-color css
<style>
span { border-color: #E117EC; }
span { border-color: rgb(225,23,236); }
td.TdClassName
{
border-color: #E117EC;
}
.TagClassName
{
border-color: #E117EC;
}
</style>