Shades of Psychedelic Purple #E515EC
Tints of Psychedelic Purple #E515EC
RGB
CMYK
RGB Variations
Color information
#E515EC (or 0xE515EC) is known color: Psychedelic Purple. HEX triplet: E5, 15 and EC. RGB value is (229,21,236). Sum of RGB (Red+Green+Blue) = 229+21+236=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #E515EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E515EC is #1AEA13. Grayscale: #6B6B6B. Windows color (decimal): -1763860 or 15472101. OLE color: 15472101.
HSL color Cylindrical-coordinate representation of color #E515EC: hue angle of 298.05º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E515EC is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 21 | 236 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.07 |
| HSL | 298.05º | 0.85% | 0.5% | - |
| HSV(B) | 298.05º | 0.91% | 0.93% | - |
| XYZ | 47.72 | 23.25 | 81.33 | - |
| YUV | 107.7 | 200.41 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 236 | 0.03 | 0.91 | 0 | 0.07 | 298.05 | 0.85 | 0.5 |
| Hex | E5 | 15 | EC | 3 | 5B | 0 | 7 | 12A | 55 | 32 |
| Octal | 345 | 25 | 354 | 3 | 133 | 0 | 7 | 452 | 125 | 62 |
| Binary | 11100101 | 10101 | 11101100 | 11 | 1011011 | 0 | 111 | 100101010 | 1010101 | 110010 |
Color Harmonies of #E515EC
Complementary color
Monochromatic Colors of #E515EC
Black with #E515EC
Text Example
Text Example
White with #E515EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515EC; }
p { color: rgb(229,21,236); }
H1.HeaderClassName
{
color: #E515EC;
}
.AnyTagClassName
{
color: #E515EC;
}
</style>
background-color css
<style>
a { background-color: #E515EC; }
a { background-color: rgb(229,21,236); }
div.DivClassName
{
background-color: #E515EC;
}
.BgClassName
{
background-color: #E515EC;
}
</style>
border-color css
<style>
span { border-color: #E515EC; }
span { border-color: rgb(229,21,236); }
td.TdClassName
{
border-color: #E515EC;
}
.TagClassName
{
border-color: #E515EC;
}
</style>