Shades of Psychedelic Purple #E52EF3
Tints of Psychedelic Purple #E52EF3
RGB
CMYK
RGB Variations
Color information
#E52EF3 (or 0xE52EF3) is known color: Psychedelic Purple. HEX triplet: E5, 2E and F3. RGB value is (229,46,243). Sum of RGB (Red+Green+Blue) = 229+46+243=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 46 (18.36% from 255 or 8.88% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #E52EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52EF3 is #1AD10C. Grayscale: #7A7A7A. Windows color (decimal): -1757453 or 15937253. OLE color: 15937253.
HSL color Cylindrical-coordinate representation of color #E52EF3: hue angle of 295.74º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52EF3 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 46 | 243 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.05 |
| HSL | 295.74º | 0.89% | 0.57% | - |
| HSV(B) | 295.74º | 0.81% | 0.95% | - |
| XYZ | 49.47 | 25.08 | 87.03 | - |
| YUV | 123.18 | 195.63 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 243 | 0.06 | 0.81 | 0 | 0.05 | 295.74 | 0.89 | 0.57 |
| Hex | E5 | 2E | F3 | 6 | 51 | 0 | 5 | 128 | 59 | 39 |
| Octal | 345 | 56 | 363 | 6 | 121 | 0 | 5 | 450 | 131 | 71 |
| Binary | 11100101 | 101110 | 11110011 | 110 | 1010001 | 0 | 101 | 100101000 | 1011001 | 111001 |
Color Harmonies of #E52EF3
Complementary color
Monochromatic Colors of #E52EF3
Black with #E52EF3
Text Example
Text Example
White with #E52EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52EF3; }
p { color: rgb(229,46,243); }
H1.HeaderClassName
{
color: #E52EF3;
}
.AnyTagClassName
{
color: #E52EF3;
}
</style>
background-color css
<style>
a { background-color: #E52EF3; }
a { background-color: rgb(229,46,243); }
div.DivClassName
{
background-color: #E52EF3;
}
.BgClassName
{
background-color: #E52EF3;
}
</style>
border-color css
<style>
span { border-color: #E52EF3; }
span { border-color: rgb(229,46,243); }
td.TdClassName
{
border-color: #E52EF3;
}
.TagClassName
{
border-color: #E52EF3;
}
</style>