Shades of Psychedelic Purple #E123EA
Tints of Psychedelic Purple #E123EA
RGB
CMYK
RGB Variations
Color information
#E123EA (or 0xE123EA) is known color: Psychedelic Purple. HEX triplet: E1, 23 and EA. RGB value is (225,35,234). Sum of RGB (Red+Green+Blue) = 225+35+234=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 35 (14.06% from 255 or 7.09% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #E123EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123EA is #1EDC15. Grayscale: #717171. Windows color (decimal): -2022422 or 15344609. OLE color: 15344609.
HSL color Cylindrical-coordinate representation of color #E123EA: hue angle of 297.29º 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 #E123EA is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 35 | 234 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.08 |
| HSL | 297.29º | 0.83% | 0.53% | - |
| HSV(B) | 297.29º | 0.85% | 0.92% | - |
| XYZ | 46.5 | 23.15 | 79.86 | - |
| YUV | 114.5 | 195.45 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 234 | 0.04 | 0.85 | 0 | 0.08 | 297.29 | 0.83 | 0.53 |
| Hex | E1 | 23 | EA | 4 | 55 | 0 | 8 | 129 | 53 | 35 |
| Octal | 341 | 43 | 352 | 4 | 125 | 0 | 10 | 451 | 123 | 65 |
| Binary | 11100001 | 100011 | 11101010 | 100 | 1010101 | 0 | 1000 | 100101001 | 1010011 | 110101 |
Color Harmonies of #E123EA
Complementary color
Monochromatic Colors of #E123EA
Black with #E123EA
Text Example
Text Example
White with #E123EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123EA; }
p { color: rgb(225,35,234); }
H1.HeaderClassName
{
color: #E123EA;
}
.AnyTagClassName
{
color: #E123EA;
}
</style>
background-color css
<style>
a { background-color: #E123EA; }
a { background-color: rgb(225,35,234); }
div.DivClassName
{
background-color: #E123EA;
}
.BgClassName
{
background-color: #E123EA;
}
</style>
border-color css
<style>
span { border-color: #E123EA; }
span { border-color: rgb(225,35,234); }
td.TdClassName
{
border-color: #E123EA;
}
.TagClassName
{
border-color: #E123EA;
}
</style>