Shades of Psychedelic Purple #E123F0
Tints of Psychedelic Purple #E123F0
RGB
CMYK
RGB Variations
Color information
#E123F0 (or 0xE123F0) is known color: Psychedelic Purple. HEX triplet: E1, 23 and F0. RGB value is (225,35,240). Sum of RGB (Red+Green+Blue) = 225+35+240=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 35 (14.06% from 255 or 7% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #E123F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123F0 is #1EDC0F. Grayscale: #727272. Windows color (decimal): -2022416 or 15737825. OLE color: 15737825.
HSL color Cylindrical-coordinate representation of color #E123F0: hue angle of 295.61º 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 #E123F0 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 35 | 240 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.06 |
| HSL | 295.61º | 0.87% | 0.54% | - |
| HSV(B) | 295.61º | 0.85% | 0.94% | - |
| XYZ | 47.38 | 23.5 | 84.48 | - |
| YUV | 115.18 | 198.45 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 240 | 0.06 | 0.85 | 0 | 0.06 | 295.61 | 0.87 | 0.54 |
| Hex | E1 | 23 | F0 | 6 | 55 | 0 | 6 | 128 | 57 | 36 |
| Octal | 341 | 43 | 360 | 6 | 125 | 0 | 6 | 450 | 127 | 66 |
| Binary | 11100001 | 100011 | 11110000 | 110 | 1010101 | 0 | 110 | 100101000 | 1010111 | 110110 |
Color Harmonies of #E123F0
Complementary color
Monochromatic Colors of #E123F0
Black with #E123F0
Text Example
Text Example
White with #E123F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123F0; }
p { color: rgb(225,35,240); }
H1.HeaderClassName
{
color: #E123F0;
}
.AnyTagClassName
{
color: #E123F0;
}
</style>
background-color css
<style>
a { background-color: #E123F0; }
a { background-color: rgb(225,35,240); }
div.DivClassName
{
background-color: #E123F0;
}
.BgClassName
{
background-color: #E123F0;
}
</style>
border-color css
<style>
span { border-color: #E123F0; }
span { border-color: rgb(225,35,240); }
td.TdClassName
{
border-color: #E123F0;
}
.TagClassName
{
border-color: #E123F0;
}
</style>