Shades of Psychedelic Purple #E524EF
Tints of Psychedelic Purple #E524EF
RGB
CMYK
RGB Variations
Color information
#E524EF (or 0xE524EF) is known color: Psychedelic Purple. HEX triplet: E5, 24 and EF. RGB value is (229,36,239). Sum of RGB (Red+Green+Blue) = 229+36+239=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 36 (14.45% from 255 or 7.14% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #E524EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E524EF is #1ADB10. Grayscale: #747474. Windows color (decimal): -1760017 or 15672549. OLE color: 15672549.
HSL color Cylindrical-coordinate representation of color #E524EF: hue angle of 297.04º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E524EF is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 36 | 239 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.06 |
| HSL | 297.04º | 0.86% | 0.54% | - |
| HSV(B) | 297.04º | 0.85% | 0.94% | - |
| XYZ | 48.52 | 24.15 | 83.77 | - |
| YUV | 116.85 | 196.94 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 239 | 0.04 | 0.85 | 0 | 0.06 | 297.04 | 0.86 | 0.54 |
| Hex | E5 | 24 | EF | 4 | 55 | 0 | 6 | 129 | 56 | 36 |
| Octal | 345 | 44 | 357 | 4 | 125 | 0 | 6 | 451 | 126 | 66 |
| Binary | 11100101 | 100100 | 11101111 | 100 | 1010101 | 0 | 110 | 100101001 | 1010110 | 110110 |
Color Harmonies of #E524EF
Complementary color
Monochromatic Colors of #E524EF
Black with #E524EF
Text Example
Text Example
White with #E524EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E524EF; }
p { color: rgb(229,36,239); }
H1.HeaderClassName
{
color: #E524EF;
}
.AnyTagClassName
{
color: #E524EF;
}
</style>
background-color css
<style>
a { background-color: #E524EF; }
a { background-color: rgb(229,36,239); }
div.DivClassName
{
background-color: #E524EF;
}
.BgClassName
{
background-color: #E524EF;
}
</style>
border-color css
<style>
span { border-color: #E524EF; }
span { border-color: rgb(229,36,239); }
td.TdClassName
{
border-color: #E524EF;
}
.TagClassName
{
border-color: #E524EF;
}
</style>