Shades of Psychedelic Purple #E514EB
Tints of Psychedelic Purple #E514EB
RGB
CMYK
RGB Variations
Color information
#E514EB (or 0xE514EB) is known color: Psychedelic Purple. HEX triplet: E5, 14 and EB. RGB value is (229,20,235). Sum of RGB (Red+Green+Blue) = 229+20+235=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 20 (8.20% from 255 or 4.13% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #E514EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E514EB is #1AEB14. Grayscale: #6A6A6A. Windows color (decimal): -1764117 or 15406309. OLE color: 15406309.
HSL color Cylindrical-coordinate representation of color #E514EB: hue angle of 298.33º 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 #E514EB is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 20 | 235 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.08 |
| HSL | 298.33º | 0.84% | 0.5% | - |
| HSV(B) | 298.33º | 0.91% | 0.92% | - |
| XYZ | 47.56 | 23.16 | 80.56 | - |
| YUV | 107 | 200.24 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 235 | 0.03 | 0.91 | 0 | 0.08 | 298.33 | 0.84 | 0.5 |
| Hex | E5 | 14 | EB | 3 | 5B | 0 | 8 | 12A | 54 | 32 |
| Octal | 345 | 24 | 353 | 3 | 133 | 0 | 10 | 452 | 124 | 62 |
| Binary | 11100101 | 10100 | 11101011 | 11 | 1011011 | 0 | 1000 | 100101010 | 1010100 | 110010 |
Color Harmonies of #E514EB
Complementary color
Monochromatic Colors of #E514EB
Black with #E514EB
Text Example
Text Example
White with #E514EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514EB; }
p { color: rgb(229,20,235); }
H1.HeaderClassName
{
color: #E514EB;
}
.AnyTagClassName
{
color: #E514EB;
}
</style>
background-color css
<style>
a { background-color: #E514EB; }
a { background-color: rgb(229,20,235); }
div.DivClassName
{
background-color: #E514EB;
}
.BgClassName
{
background-color: #E514EB;
}
</style>
border-color css
<style>
span { border-color: #E514EB; }
span { border-color: rgb(229,20,235); }
td.TdClassName
{
border-color: #E514EB;
}
.TagClassName
{
border-color: #E514EB;
}
</style>