Shades of Psychedelic Purple #E52EF4
Tints of Psychedelic Purple #E52EF4
RGB
CMYK
RGB Variations
Color information
#E52EF4 (or 0xE52EF4) is known color: Psychedelic Purple. HEX triplet: E5, 2E and F4. RGB value is (229,46,244). Sum of RGB (Red+Green+Blue) = 229+46+244=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 46 (18.36% from 255 or 8.86% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #E52EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52EF4 is #1AD10B. Grayscale: #7A7A7A. Windows color (decimal): -1757452 or 16002789. OLE color: 16002789.
HSL color Cylindrical-coordinate representation of color #E52EF4: hue angle of 295.45º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52EF4 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 46 | 244 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.04 |
| HSL | 295.45º | 0.9% | 0.57% | - |
| HSV(B) | 295.45º | 0.81% | 0.96% | - |
| XYZ | 49.62 | 25.14 | 87.83 | - |
| YUV | 123.29 | 196.13 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 244 | 0.06 | 0.81 | 0 | 0.04 | 295.45 | 0.9 | 0.57 |
| Hex | E5 | 2E | F4 | 6 | 51 | 0 | 4 | 127 | 5A | 39 |
| Octal | 345 | 56 | 364 | 6 | 121 | 0 | 4 | 447 | 132 | 71 |
| Binary | 11100101 | 101110 | 11110100 | 110 | 1010001 | 0 | 100 | 100100111 | 1011010 | 111001 |
Color Harmonies of #E52EF4
Complementary color
Monochromatic Colors of #E52EF4
Black with #E52EF4
Text Example
Text Example
White with #E52EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52EF4; }
p { color: rgb(229,46,244); }
H1.HeaderClassName
{
color: #E52EF4;
}
.AnyTagClassName
{
color: #E52EF4;
}
</style>
background-color css
<style>
a { background-color: #E52EF4; }
a { background-color: rgb(229,46,244); }
div.DivClassName
{
background-color: #E52EF4;
}
.BgClassName
{
background-color: #E52EF4;
}
</style>
border-color css
<style>
span { border-color: #E52EF4; }
span { border-color: rgb(229,46,244); }
td.TdClassName
{
border-color: #E52EF4;
}
.TagClassName
{
border-color: #E52EF4;
}
</style>