Shades of Psychedelic Purple #E124F1
Tints of Psychedelic Purple #E124F1
RGB
CMYK
RGB Variations
Color information
#E124F1 (or 0xE124F1) is known color: Psychedelic Purple. HEX triplet: E1, 24 and F1. RGB value is (225,36,241). Sum of RGB (Red+Green+Blue) = 225+36+241=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 36 (14.45% from 255 or 7.17% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #E124F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E124F1 is #1EDB0E. Grayscale: #737373. Windows color (decimal): -2022159 or 15803617. OLE color: 15803617.
HSL color Cylindrical-coordinate representation of color #E124F1: hue angle of 295.32º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E124F1 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 36 | 241 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.05 |
| HSL | 295.32º | 0.88% | 0.54% | - |
| HSV(B) | 295.32º | 0.85% | 0.95% | - |
| XYZ | 47.56 | 23.62 | 85.27 | - |
| YUV | 115.88 | 198.62 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 241 | 0.07 | 0.85 | 0 | 0.05 | 295.32 | 0.88 | 0.54 |
| Hex | E1 | 24 | F1 | 7 | 55 | 0 | 5 | 127 | 58 | 36 |
| Octal | 341 | 44 | 361 | 7 | 125 | 0 | 5 | 447 | 130 | 66 |
| Binary | 11100001 | 100100 | 11110001 | 111 | 1010101 | 0 | 101 | 100100111 | 1011000 | 110110 |
Color Harmonies of #E124F1
Complementary color
Monochromatic Colors of #E124F1
Black with #E124F1
Text Example
Text Example
White with #E124F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E124F1; }
p { color: rgb(225,36,241); }
H1.HeaderClassName
{
color: #E124F1;
}
.AnyTagClassName
{
color: #E124F1;
}
</style>
background-color css
<style>
a { background-color: #E124F1; }
a { background-color: rgb(225,36,241); }
div.DivClassName
{
background-color: #E124F1;
}
.BgClassName
{
background-color: #E124F1;
}
</style>
border-color css
<style>
span { border-color: #E124F1; }
span { border-color: rgb(225,36,241); }
td.TdClassName
{
border-color: #E124F1;
}
.TagClassName
{
border-color: #E124F1;
}
</style>