Shades of Psychedelic Purple #E024E5
Tints of Psychedelic Purple #E024E5
RGB
CMYK
RGB Variations
Color information
#E024E5 (or 0xE024E5) is known color: Psychedelic Purple. HEX triplet: E0, 24 and E5. RGB value is (224,36,229). Sum of RGB (Red+Green+Blue) = 224+36+229=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 36 (14.45% from 255 or 7.36% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #E024E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024E5 is #1FDB1A. Grayscale: #717171. Windows color (decimal): -2087707 or 15017184. OLE color: 15017184.
HSL color Cylindrical-coordinate representation of color #E024E5: hue angle of 298.45º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024E5 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 36 | 229 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.10 |
| HSL | 298.45º | 0.79% | 0.52% | - |
| HSV(B) | 298.45º | 0.84% | 0.9% | - |
| XYZ | 45.51 | 22.77 | 76.12 | - |
| YUV | 114.21 | 192.78 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 229 | 0.02 | 0.84 | 0 | 0.10 | 298.45 | 0.79 | 0.52 |
| Hex | E0 | 24 | E5 | 2 | 54 | 0 | A | 12A | 4F | 34 |
| Octal | 340 | 44 | 345 | 2 | 124 | 0 | 12 | 452 | 117 | 64 |
| Binary | 11100000 | 100100 | 11100101 | 10 | 1010100 | 0 | 1010 | 100101010 | 1001111 | 110100 |
Color Harmonies of #E024E5
Complementary color
Monochromatic Colors of #E024E5
Black with #E024E5
Text Example
Text Example
White with #E024E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E024E5; }
p { color: rgb(224,36,229); }
H1.HeaderClassName
{
color: #E024E5;
}
.AnyTagClassName
{
color: #E024E5;
}
</style>
background-color css
<style>
a { background-color: #E024E5; }
a { background-color: rgb(224,36,229); }
div.DivClassName
{
background-color: #E024E5;
}
.BgClassName
{
background-color: #E024E5;
}
</style>
border-color css
<style>
span { border-color: #E024E5; }
span { border-color: rgb(224,36,229); }
td.TdClassName
{
border-color: #E024E5;
}
.TagClassName
{
border-color: #E024E5;
}
</style>