Shades of Psychedelic Purple #E514FF
Tints of Psychedelic Purple #E514FF
RGB
CMYK
RGB Variations
Color information
#E514FF (or 0xE514FF) is known color: Psychedelic Purple. HEX triplet: E5, 14 and FF. RGB value is (229,20,255). Sum of RGB (Red+Green+Blue) = 229+20+255=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 20 (8.20% from 255 or 3.97% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #E514FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E514FF is #1AEB00. Grayscale: #6C6C6C. Windows color (decimal): -1764097 or 16717029. OLE color: 16717029.
HSL color Cylindrical-coordinate representation of color #E514FF: hue angle of 293.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E514FF is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 20 | 255 | - |
| CMYK | 0.10 | 0.92 | 0 | 0 |
| HSL | 293.36º | 1% | 0.54% | - |
| HSV(B) | 293.36º | 0.92% | 1% | - |
| XYZ | 50.61 | 24.38 | 96.65 | - |
| YUV | 109.28 | 210.24 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 255 | 0.10 | 0.92 | 0 | 0 | 293.36 | 1 | 0.54 |
| Hex | E5 | 14 | FF | A | 5C | 0 | 0 | 125 | 64 | 36 |
| Octal | 345 | 24 | 377 | 12 | 134 | 0 | 0 | 445 | 144 | 66 |
| Binary | 11100101 | 10100 | 11111111 | 1010 | 1011100 | 0 | 0 | 100100101 | 1100100 | 110110 |
Color Harmonies of #E514FF
Complementary color
Monochromatic Colors of #E514FF
Black with #E514FF
Text Example
Text Example
White with #E514FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514FF; }
p { color: rgb(229,20,255); }
H1.HeaderClassName
{
color: #E514FF;
}
.AnyTagClassName
{
color: #E514FF;
}
</style>
background-color css
<style>
a { background-color: #E514FF; }
a { background-color: rgb(229,20,255); }
div.DivClassName
{
background-color: #E514FF;
}
.BgClassName
{
background-color: #E514FF;
}
</style>
border-color css
<style>
span { border-color: #E514FF; }
span { border-color: rgb(229,20,255); }
td.TdClassName
{
border-color: #E514FF;
}
.TagClassName
{
border-color: #E514FF;
}
</style>