Shades of Psychedelic Purple #E514EE
Tints of Psychedelic Purple #E514EE
RGB
CMYK
RGB Variations
Color information
#E514EE (or 0xE514EE) is known color: Psychedelic Purple. HEX triplet: E5, 14 and EE. RGB value is (229,20,238). Sum of RGB (Red+Green+Blue) = 229+20+238=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #E514EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E514EE is #1AEB11. Grayscale: #6A6A6A. Windows color (decimal): -1764114 or 15602917. OLE color: 15602917.
HSL color Cylindrical-coordinate representation of color #E514EE: hue angle of 297.52º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E514EE is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 20 | 238 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.07 |
| HSL | 297.52º | 0.87% | 0.51% | - |
| HSV(B) | 297.52º | 0.92% | 0.93% | - |
| XYZ | 48 | 23.33 | 82.86 | - |
| YUV | 107.34 | 201.74 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 238 | 0.04 | 0.92 | 0 | 0.07 | 297.52 | 0.87 | 0.51 |
| Hex | E5 | 14 | EE | 4 | 5C | 0 | 7 | 12A | 57 | 33 |
| Octal | 345 | 24 | 356 | 4 | 134 | 0 | 7 | 452 | 127 | 63 |
| Binary | 11100101 | 10100 | 11101110 | 100 | 1011100 | 0 | 111 | 100101010 | 1010111 | 110011 |
Color Harmonies of #E514EE
Complementary color
Monochromatic Colors of #E514EE
Black with #E514EE
Text Example
Text Example
White with #E514EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514EE; }
p { color: rgb(229,20,238); }
H1.HeaderClassName
{
color: #E514EE;
}
.AnyTagClassName
{
color: #E514EE;
}
</style>
background-color css
<style>
a { background-color: #E514EE; }
a { background-color: rgb(229,20,238); }
div.DivClassName
{
background-color: #E514EE;
}
.BgClassName
{
background-color: #E514EE;
}
</style>
border-color css
<style>
span { border-color: #E514EE; }
span { border-color: rgb(229,20,238); }
td.TdClassName
{
border-color: #E514EE;
}
.TagClassName
{
border-color: #E514EE;
}
</style>