Shades of Psychedelic Purple #E511EC
Tints of Psychedelic Purple #E511EC
RGB
CMYK
RGB Variations
Color information
#E511EC (or 0xE511EC) is known color: Psychedelic Purple. HEX triplet: E5, 11 and EC. RGB value is (229,17,236). Sum of RGB (Red+Green+Blue) = 229+17+236=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #E511EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511EC is #1AEE13. Grayscale: #686868. Windows color (decimal): -1764884 or 15471077. OLE color: 15471077.
HSL color Cylindrical-coordinate representation of color #E511EC: hue angle of 298.08º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511EC is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 17 | 236 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.07 |
| HSL | 298.08º | 0.87% | 0.5% | - |
| HSV(B) | 298.08º | 0.93% | 0.93% | - |
| XYZ | 47.65 | 23.12 | 81.31 | - |
| YUV | 105.35 | 201.74 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 236 | 0.03 | 0.93 | 0 | 0.07 | 298.08 | 0.87 | 0.5 |
| Hex | E5 | 11 | EC | 3 | 5D | 0 | 7 | 12A | 57 | 32 |
| Octal | 345 | 21 | 354 | 3 | 135 | 0 | 7 | 452 | 127 | 62 |
| Binary | 11100101 | 10001 | 11101100 | 11 | 1011101 | 0 | 111 | 100101010 | 1010111 | 110010 |
Color Harmonies of #E511EC
Complementary color
Monochromatic Colors of #E511EC
Black with #E511EC
Text Example
Text Example
White with #E511EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511EC; }
p { color: rgb(229,17,236); }
H1.HeaderClassName
{
color: #E511EC;
}
.AnyTagClassName
{
color: #E511EC;
}
</style>
background-color css
<style>
a { background-color: #E511EC; }
a { background-color: rgb(229,17,236); }
div.DivClassName
{
background-color: #E511EC;
}
.BgClassName
{
background-color: #E511EC;
}
</style>
border-color css
<style>
span { border-color: #E511EC; }
span { border-color: rgb(229,17,236); }
td.TdClassName
{
border-color: #E511EC;
}
.TagClassName
{
border-color: #E511EC;
}
</style>