Shades of Psychedelic Purple #E524FF
Tints of Psychedelic Purple #E524FF
RGB
CMYK
RGB Variations
Color information
#E524FF (or 0xE524FF) is known color: Psychedelic Purple. HEX triplet: E5, 24 and FF. RGB value is (229,36,255). Sum of RGB (Red+Green+Blue) = 229+36+255=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 36 (14.45% from 255 or 6.92% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #E524FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E524FF is #1ADB00. Grayscale: #757575. Windows color (decimal): -1760001 or 16721125. OLE color: 16721125.
HSL color Cylindrical-coordinate representation of color #E524FF: hue angle of 292.88º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E524FF is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 36 | 255 | - |
| CMYK | 0.10 | 0.86 | 0 | 0 |
| HSL | 292.88º | 1% | 0.57% | - |
| HSV(B) | 292.88º | 0.86% | 1% | - |
| XYZ | 50.99 | 25.14 | 96.77 | - |
| YUV | 118.67 | 204.94 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 255 | 0.10 | 0.86 | 0 | 0 | 292.88 | 1 | 0.57 |
| Hex | E5 | 24 | FF | A | 56 | 0 | 0 | 125 | 64 | 39 |
| Octal | 345 | 44 | 377 | 12 | 126 | 0 | 0 | 445 | 144 | 71 |
| Binary | 11100101 | 100100 | 11111111 | 1010 | 1010110 | 0 | 0 | 100100101 | 1100100 | 111001 |
Color Harmonies of #E524FF
Complementary color
Monochromatic Colors of #E524FF
Black with #E524FF
Text Example
Text Example
White with #E524FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E524FF; }
p { color: rgb(229,36,255); }
H1.HeaderClassName
{
color: #E524FF;
}
.AnyTagClassName
{
color: #E524FF;
}
</style>
background-color css
<style>
a { background-color: #E524FF; }
a { background-color: rgb(229,36,255); }
div.DivClassName
{
background-color: #E524FF;
}
.BgClassName
{
background-color: #E524FF;
}
</style>
border-color css
<style>
span { border-color: #E524FF; }
span { border-color: rgb(229,36,255); }
td.TdClassName
{
border-color: #E524FF;
}
.TagClassName
{
border-color: #E524FF;
}
</style>