Shades of Psychedelic Purple #E515EB
Tints of Psychedelic Purple #E515EB
RGB
CMYK
RGB Variations
Color information
#E515EB (or 0xE515EB) is known color: Psychedelic Purple. HEX triplet: E5, 15 and EB. RGB value is (229,21,235). Sum of RGB (Red+Green+Blue) = 229+21+235=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 21 (8.59% from 255 or 4.33% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #E515EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E515EB is #1AEA14. Grayscale: #6A6A6A. Windows color (decimal): -1763861 or 15406565. OLE color: 15406565.
HSL color Cylindrical-coordinate representation of color #E515EB: hue angle of 298.32º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E515EB is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 21 | 235 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.08 |
| HSL | 298.32º | 0.84% | 0.5% | - |
| HSV(B) | 298.32º | 0.91% | 0.92% | - |
| XYZ | 47.58 | 23.19 | 80.57 | - |
| YUV | 107.59 | 199.91 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 235 | 0.03 | 0.91 | 0 | 0.08 | 298.32 | 0.84 | 0.5 |
| Hex | E5 | 15 | EB | 3 | 5B | 0 | 8 | 12A | 54 | 32 |
| Octal | 345 | 25 | 353 | 3 | 133 | 0 | 10 | 452 | 124 | 62 |
| Binary | 11100101 | 10101 | 11101011 | 11 | 1011011 | 0 | 1000 | 100101010 | 1010100 | 110010 |
Color Harmonies of #E515EB
Complementary color
Monochromatic Colors of #E515EB
Black with #E515EB
Text Example
Text Example
White with #E515EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515EB; }
p { color: rgb(229,21,235); }
H1.HeaderClassName
{
color: #E515EB;
}
.AnyTagClassName
{
color: #E515EB;
}
</style>
background-color css
<style>
a { background-color: #E515EB; }
a { background-color: rgb(229,21,235); }
div.DivClassName
{
background-color: #E515EB;
}
.BgClassName
{
background-color: #E515EB;
}
</style>
border-color css
<style>
span { border-color: #E515EB; }
span { border-color: rgb(229,21,235); }
td.TdClassName
{
border-color: #E515EB;
}
.TagClassName
{
border-color: #E515EB;
}
</style>