Shades of Psychedelic Purple #E423EF
Tints of Psychedelic Purple #E423EF
RGB
CMYK
RGB Variations
Color information
#E423EF (or 0xE423EF) is known color: Psychedelic Purple. HEX triplet: E4, 23 and EF. RGB value is (228,35,239). Sum of RGB (Red+Green+Blue) = 228+35+239=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 35 (14.06% from 255 or 6.97% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #E423EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E423EF is #1BDC10. Grayscale: #737373. Windows color (decimal): -1825809 or 15672292. OLE color: 15672292.
HSL color Cylindrical-coordinate representation of color #E423EF: hue angle of 296.76º degrees, saturation: 0.86, 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 #E423EF is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 35 | 239 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.06 |
| HSL | 296.76º | 0.86% | 0.54% | - |
| HSV(B) | 296.76º | 0.85% | 0.94% | - |
| XYZ | 48.18 | 23.93 | 83.74 | - |
| YUV | 115.96 | 197.44 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 35 | 239 | 0.05 | 0.85 | 0 | 0.06 | 296.76 | 0.86 | 0.54 |
| Hex | E4 | 23 | EF | 5 | 55 | 0 | 6 | 129 | 56 | 36 |
| Octal | 344 | 43 | 357 | 5 | 125 | 0 | 6 | 451 | 126 | 66 |
| Binary | 11100100 | 100011 | 11101111 | 101 | 1010101 | 0 | 110 | 100101001 | 1010110 | 110110 |
Color Harmonies of #E423EF
Complementary color
Monochromatic Colors of #E423EF
Black with #E423EF
Text Example
Text Example
White with #E423EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E423EF; }
p { color: rgb(228,35,239); }
H1.HeaderClassName
{
color: #E423EF;
}
.AnyTagClassName
{
color: #E423EF;
}
</style>
background-color css
<style>
a { background-color: #E423EF; }
a { background-color: rgb(228,35,239); }
div.DivClassName
{
background-color: #E423EF;
}
.BgClassName
{
background-color: #E423EF;
}
</style>
border-color css
<style>
span { border-color: #E423EF; }
span { border-color: rgb(228,35,239); }
td.TdClassName
{
border-color: #E423EF;
}
.TagClassName
{
border-color: #E423EF;
}
</style>