Shades of Psychedelic Purple #E52FF0
Tints of Psychedelic Purple #E52FF0
RGB
CMYK
RGB Variations
Color information
#E52FF0 (or 0xE52FF0) is known color: Psychedelic Purple. HEX triplet: E5, 2F and F0. RGB value is (229,47,240). Sum of RGB (Red+Green+Blue) = 229+47+240=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 47 (18.75% from 255 or 9.11% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #E52FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52FF0 is #1AD00F. Grayscale: #7A7A7A. Windows color (decimal): -1757200 or 15740901. OLE color: 15740901.
HSL color Cylindrical-coordinate representation of color #E52FF0: hue angle of 296.58º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52FF0 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 47 | 240 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.06 |
| HSL | 296.58º | 0.87% | 0.56% | - |
| HSV(B) | 296.58º | 0.8% | 0.94% | - |
| XYZ | 49.06 | 24.98 | 84.67 | - |
| YUV | 123.42 | 193.8 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 240 | 0.05 | 0.80 | 0 | 0.06 | 296.58 | 0.87 | 0.56 |
| Hex | E5 | 2F | F0 | 5 | 50 | 0 | 6 | 129 | 57 | 38 |
| Octal | 345 | 57 | 360 | 5 | 120 | 0 | 6 | 451 | 127 | 70 |
| Binary | 11100101 | 101111 | 11110000 | 101 | 1010000 | 0 | 110 | 100101001 | 1010111 | 111000 |
Color Harmonies of #E52FF0
Complementary color
Monochromatic Colors of #E52FF0
Black with #E52FF0
Text Example
Text Example
White with #E52FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FF0; }
p { color: rgb(229,47,240); }
H1.HeaderClassName
{
color: #E52FF0;
}
.AnyTagClassName
{
color: #E52FF0;
}
</style>
background-color css
<style>
a { background-color: #E52FF0; }
a { background-color: rgb(229,47,240); }
div.DivClassName
{
background-color: #E52FF0;
}
.BgClassName
{
background-color: #E52FF0;
}
</style>
border-color css
<style>
span { border-color: #E52FF0; }
span { border-color: rgb(229,47,240); }
td.TdClassName
{
border-color: #E52FF0;
}
.TagClassName
{
border-color: #E52FF0;
}
</style>