Shades of Psychedelic Purple #E123F1
Tints of Psychedelic Purple #E123F1
RGB
CMYK
RGB Variations
Color information
#E123F1 (or 0xE123F1) is known color: Psychedelic Purple. HEX triplet: E1, 23 and F1. RGB value is (225,35,241). Sum of RGB (Red+Green+Blue) = 225+35+241=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 35 (14.06% from 255 or 6.99% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #E123F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123F1 is #1EDC0E. Grayscale: #727272. Windows color (decimal): -2022415 or 15803361. OLE color: 15803361.
HSL color Cylindrical-coordinate representation of color #E123F1: hue angle of 295.34º 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 #E123F1 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 35 | 241 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.05 |
| HSL | 295.34º | 0.88% | 0.54% | - |
| HSV(B) | 295.34º | 0.85% | 0.95% | - |
| XYZ | 47.53 | 23.56 | 85.26 | - |
| YUV | 115.29 | 198.95 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 241 | 0.07 | 0.85 | 0 | 0.05 | 295.34 | 0.88 | 0.54 |
| Hex | E1 | 23 | F1 | 7 | 55 | 0 | 5 | 127 | 58 | 36 |
| Octal | 341 | 43 | 361 | 7 | 125 | 0 | 5 | 447 | 130 | 66 |
| Binary | 11100001 | 100011 | 11110001 | 111 | 1010101 | 0 | 101 | 100100111 | 1011000 | 110110 |
Color Harmonies of #E123F1
Complementary color
Monochromatic Colors of #E123F1
Black with #E123F1
Text Example
Text Example
White with #E123F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123F1; }
p { color: rgb(225,35,241); }
H1.HeaderClassName
{
color: #E123F1;
}
.AnyTagClassName
{
color: #E123F1;
}
</style>
background-color css
<style>
a { background-color: #E123F1; }
a { background-color: rgb(225,35,241); }
div.DivClassName
{
background-color: #E123F1;
}
.BgClassName
{
background-color: #E123F1;
}
</style>
border-color css
<style>
span { border-color: #E123F1; }
span { border-color: rgb(225,35,241); }
td.TdClassName
{
border-color: #E123F1;
}
.TagClassName
{
border-color: #E123F1;
}
</style>