Shades of Psychedelic Purple #E024EF
Tints of Psychedelic Purple #E024EF
RGB
CMYK
RGB Variations
Color information
#E024EF (or 0xE024EF) is known color: Psychedelic Purple. HEX triplet: E0, 24 and EF. RGB value is (224,36,239). Sum of RGB (Red+Green+Blue) = 224+36+239=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 36 (14.45% from 255 or 7.21% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #E024EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E024EF is #1FDB10. Grayscale: #727272. Windows color (decimal): -2087697 or 15672544. OLE color: 15672544.
HSL color Cylindrical-coordinate representation of color #E024EF: hue angle of 295.57º 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 #E024EF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 36 | 239 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.06 |
| HSL | 295.57º | 0.86% | 0.54% | - |
| HSV(B) | 295.57º | 0.85% | 0.94% | - |
| XYZ | 46.95 | 23.34 | 83.69 | - |
| YUV | 115.35 | 197.78 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 239 | 0.06 | 0.85 | 0 | 0.06 | 295.57 | 0.86 | 0.54 |
| Hex | E0 | 24 | EF | 6 | 55 | 0 | 6 | 128 | 56 | 36 |
| Octal | 340 | 44 | 357 | 6 | 125 | 0 | 6 | 450 | 126 | 66 |
| Binary | 11100000 | 100100 | 11101111 | 110 | 1010101 | 0 | 110 | 100101000 | 1010110 | 110110 |
Color Harmonies of #E024EF
Complementary color
Monochromatic Colors of #E024EF
Black with #E024EF
Text Example
Text Example
White with #E024EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E024EF; }
p { color: rgb(224,36,239); }
H1.HeaderClassName
{
color: #E024EF;
}
.AnyTagClassName
{
color: #E024EF;
}
</style>
background-color css
<style>
a { background-color: #E024EF; }
a { background-color: rgb(224,36,239); }
div.DivClassName
{
background-color: #E024EF;
}
.BgClassName
{
background-color: #E024EF;
}
</style>
border-color css
<style>
span { border-color: #E024EF; }
span { border-color: rgb(224,36,239); }
td.TdClassName
{
border-color: #E024EF;
}
.TagClassName
{
border-color: #E024EF;
}
</style>