Shades of Psychedelic Purple #E424EC
Tints of Psychedelic Purple #E424EC
RGB
CMYK
RGB Variations
Color information
#E424EC (or 0xE424EC) is known color: Psychedelic Purple. HEX triplet: E4, 24 and EC. RGB value is (228,36,236). Sum of RGB (Red+Green+Blue) = 228+36+236=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 36 (14.45% from 255 or 7.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #E424EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E424EC is #1BDB13. Grayscale: #737373. Windows color (decimal): -1825556 or 15475940. OLE color: 15475940.
HSL color Cylindrical-coordinate representation of color #E424EC: hue angle of 297.6º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E424EC is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 36 | 236 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.07 |
| HSL | 297.6º | 0.84% | 0.53% | - |
| HSV(B) | 297.6º | 0.85% | 0.93% | - |
| XYZ | 47.77 | 23.81 | 81.44 | - |
| YUV | 116.21 | 195.61 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 236 | 0.03 | 0.85 | 0 | 0.07 | 297.6 | 0.84 | 0.53 |
| Hex | E4 | 24 | EC | 3 | 55 | 0 | 7 | 12A | 54 | 35 |
| Octal | 344 | 44 | 354 | 3 | 125 | 0 | 7 | 452 | 124 | 65 |
| Binary | 11100100 | 100100 | 11101100 | 11 | 1010101 | 0 | 111 | 100101010 | 1010100 | 110101 |
Color Harmonies of #E424EC
Complementary color
Monochromatic Colors of #E424EC
Black with #E424EC
Text Example
Text Example
White with #E424EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424EC; }
p { color: rgb(228,36,236); }
H1.HeaderClassName
{
color: #E424EC;
}
.AnyTagClassName
{
color: #E424EC;
}
</style>
background-color css
<style>
a { background-color: #E424EC; }
a { background-color: rgb(228,36,236); }
div.DivClassName
{
background-color: #E424EC;
}
.BgClassName
{
background-color: #E424EC;
}
</style>
border-color css
<style>
span { border-color: #E424EC; }
span { border-color: rgb(228,36,236); }
td.TdClassName
{
border-color: #E424EC;
}
.TagClassName
{
border-color: #E424EC;
}
</style>