Shades of Psychedelic Purple #E52FFF
Tints of Psychedelic Purple #E52FFF
RGB
CMYK
RGB Variations
Color information
#E52FFF (or 0xE52FFF) is known color: Psychedelic Purple. HEX triplet: E5, 2F and FF. RGB value is (229,47,255). Sum of RGB (Red+Green+Blue) = 229+47+255=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 47 (18.75% from 255 or 8.85% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #E52FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52FFF is #1AD000. Grayscale: #7C7C7C. Windows color (decimal): -1757185 or 16723941. OLE color: 16723941.
HSL color Cylindrical-coordinate representation of color #E52FFF: hue angle of 292.5º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52FFF is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 47 | 255 | - |
| CMYK | 0.10 | 0.82 | 0 | 0 |
| HSL | 292.5º | 1% | 0.59% | - |
| HSV(B) | 292.5º | 0.82% | 1% | - |
| XYZ | 51.38 | 25.91 | 96.9 | - |
| YUV | 125.13 | 201.3 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 255 | 0.10 | 0.82 | 0 | 0 | 292.5 | 1 | 0.59 |
| Hex | E5 | 2F | FF | A | 52 | 0 | 0 | 124 | 64 | 3B |
| Octal | 345 | 57 | 377 | 12 | 122 | 0 | 0 | 444 | 144 | 73 |
| Binary | 11100101 | 101111 | 11111111 | 1010 | 1010010 | 0 | 0 | 100100100 | 1100100 | 111011 |
Color Harmonies of #E52FFF
Complementary color
Monochromatic Colors of #E52FFF
Black with #E52FFF
Text Example
Text Example
White with #E52FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FFF; }
p { color: rgb(229,47,255); }
H1.HeaderClassName
{
color: #E52FFF;
}
.AnyTagClassName
{
color: #E52FFF;
}
</style>
background-color css
<style>
a { background-color: #E52FFF; }
a { background-color: rgb(229,47,255); }
div.DivClassName
{
background-color: #E52FFF;
}
.BgClassName
{
background-color: #E52FFF;
}
</style>
border-color css
<style>
span { border-color: #E52FFF; }
span { border-color: rgb(229,47,255); }
td.TdClassName
{
border-color: #E52FFF;
}
.TagClassName
{
border-color: #E52FFF;
}
</style>