Shades of Psychedelic Purple #E123EB
Tints of Psychedelic Purple #E123EB
RGB
CMYK
RGB Variations
Color information
#E123EB (or 0xE123EB) is known color: Psychedelic Purple. HEX triplet: E1, 23 and EB. RGB value is (225,35,235). Sum of RGB (Red+Green+Blue) = 225+35+235=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 35 (14.06% from 255 or 7.07% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #E123EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123EB is #1EDC14. Grayscale: #727272. Windows color (decimal): -2022421 or 15410145. OLE color: 15410145.
HSL color Cylindrical-coordinate representation of color #E123EB: hue angle of 297º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E123EB is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 35 | 235 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.08 |
| HSL | 297º | 0.83% | 0.53% | - |
| HSV(B) | 297º | 0.85% | 0.92% | - |
| XYZ | 46.65 | 23.21 | 80.62 | - |
| YUV | 114.61 | 195.95 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 235 | 0.04 | 0.85 | 0 | 0.08 | 297 | 0.83 | 0.53 |
| Hex | E1 | 23 | EB | 4 | 55 | 0 | 8 | 129 | 53 | 35 |
| Octal | 341 | 43 | 353 | 4 | 125 | 0 | 10 | 451 | 123 | 65 |
| Binary | 11100001 | 100011 | 11101011 | 100 | 1010101 | 0 | 1000 | 100101001 | 1010011 | 110101 |
Color Harmonies of #E123EB
Complementary color
Monochromatic Colors of #E123EB
Black with #E123EB
Text Example
Text Example
White with #E123EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123EB; }
p { color: rgb(225,35,235); }
H1.HeaderClassName
{
color: #E123EB;
}
.AnyTagClassName
{
color: #E123EB;
}
</style>
background-color css
<style>
a { background-color: #E123EB; }
a { background-color: rgb(225,35,235); }
div.DivClassName
{
background-color: #E123EB;
}
.BgClassName
{
background-color: #E123EB;
}
</style>
border-color css
<style>
span { border-color: #E123EB; }
span { border-color: rgb(225,35,235); }
td.TdClassName
{
border-color: #E123EB;
}
.TagClassName
{
border-color: #E123EB;
}
</style>