Shades of Psychedelic Purple #E124F0
Tints of Psychedelic Purple #E124F0
RGB
CMYK
RGB Variations
Color information
#E124F0 (or 0xE124F0) is known color: Psychedelic Purple. HEX triplet: E1, 24 and F0. RGB value is (225,36,240). Sum of RGB (Red+Green+Blue) = 225+36+240=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 36 (14.45% from 255 or 7.19% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #E124F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E124F0 is #1EDB0F. Grayscale: #737373. Windows color (decimal): -2022160 or 15738081. OLE color: 15738081.
HSL color Cylindrical-coordinate representation of color #E124F0: hue angle of 295.59º degrees, saturation: 0.87, 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 #E124F0 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 36 | 240 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.06 |
| HSL | 295.59º | 0.87% | 0.54% | - |
| HSV(B) | 295.59º | 0.85% | 0.94% | - |
| XYZ | 47.41 | 23.56 | 84.49 | - |
| YUV | 115.77 | 198.12 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 240 | 0.06 | 0.85 | 0 | 0.06 | 295.59 | 0.87 | 0.54 |
| Hex | E1 | 24 | F0 | 6 | 55 | 0 | 6 | 128 | 57 | 36 |
| Octal | 341 | 44 | 360 | 6 | 125 | 0 | 6 | 450 | 127 | 66 |
| Binary | 11100001 | 100100 | 11110000 | 110 | 1010101 | 0 | 110 | 100101000 | 1010111 | 110110 |
Color Harmonies of #E124F0
Complementary color
Monochromatic Colors of #E124F0
Black with #E124F0
Text Example
Text Example
White with #E124F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E124F0; }
p { color: rgb(225,36,240); }
H1.HeaderClassName
{
color: #E124F0;
}
.AnyTagClassName
{
color: #E124F0;
}
</style>
background-color css
<style>
a { background-color: #E124F0; }
a { background-color: rgb(225,36,240); }
div.DivClassName
{
background-color: #E124F0;
}
.BgClassName
{
background-color: #E124F0;
}
</style>
border-color css
<style>
span { border-color: #E124F0; }
span { border-color: rgb(225,36,240); }
td.TdClassName
{
border-color: #E124F0;
}
.TagClassName
{
border-color: #E124F0;
}
</style>