Shades of Psychedelic Purple #E124FF
Tints of Psychedelic Purple #E124FF
RGB
CMYK
RGB Variations
Color information
#E124FF (or 0xE124FF) is known color: Psychedelic Purple. HEX triplet: E1, 24 and FF. RGB value is (225,36,255). Sum of RGB (Red+Green+Blue) = 225+36+255=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 36 (14.45% from 255 or 6.98% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #E124FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E124FF is #1EDB00. Grayscale: #747474. Windows color (decimal): -2022145 or 16721121. OLE color: 16721121.
HSL color Cylindrical-coordinate representation of color #E124FF: hue angle of 291.78º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E124FF is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 36 | 255 | - |
| CMYK | 0.12 | 0.86 | 0 | 0 |
| HSL | 291.78º | 1% | 0.57% | - |
| HSV(B) | 291.78º | 0.86% | 1% | - |
| XYZ | 49.73 | 24.49 | 96.71 | - |
| YUV | 117.48 | 205.62 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 255 | 0.12 | 0.86 | 0 | 0 | 291.78 | 1 | 0.57 |
| Hex | E1 | 24 | FF | C | 56 | 0 | 0 | 124 | 64 | 39 |
| Octal | 341 | 44 | 377 | 14 | 126 | 0 | 0 | 444 | 144 | 71 |
| Binary | 11100001 | 100100 | 11111111 | 1100 | 1010110 | 0 | 0 | 100100100 | 1100100 | 111001 |
Color Harmonies of #E124FF
Complementary color
Monochromatic Colors of #E124FF
Black with #E124FF
Text Example
Text Example
White with #E124FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E124FF; }
p { color: rgb(225,36,255); }
H1.HeaderClassName
{
color: #E124FF;
}
.AnyTagClassName
{
color: #E124FF;
}
</style>
background-color css
<style>
a { background-color: #E124FF; }
a { background-color: rgb(225,36,255); }
div.DivClassName
{
background-color: #E124FF;
}
.BgClassName
{
background-color: #E124FF;
}
</style>
border-color css
<style>
span { border-color: #E124FF; }
span { border-color: rgb(225,36,255); }
td.TdClassName
{
border-color: #E124FF;
}
.TagClassName
{
border-color: #E124FF;
}
</style>