Shades of Psychedelic Purple #E52FFC
Tints of Psychedelic Purple #E52FFC
RGB
CMYK
RGB Variations
Color information
#E52FFC (or 0xE52FFC) is known color: Psychedelic Purple. HEX triplet: E5, 2F and FC. RGB value is (229,47,252). Sum of RGB (Red+Green+Blue) = 229+47+252=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 47 (18.75% from 255 or 8.90% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #E52FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52FFC is #1AD003. Grayscale: #7C7C7C. Windows color (decimal): -1757188 or 16527333. OLE color: 16527333.
HSL color Cylindrical-coordinate representation of color #E52FFC: hue angle of 293.27º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52FFC is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 47 | 252 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.01 |
| HSL | 293.27º | 0.97% | 0.59% | - |
| HSV(B) | 293.27º | 0.81% | 0.99% | - |
| XYZ | 50.9 | 25.72 | 94.38 | - |
| YUV | 124.79 | 199.8 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 252 | 0.09 | 0.81 | 0 | 0.01 | 293.27 | 0.97 | 0.59 |
| Hex | E5 | 2F | FC | 9 | 51 | 0 | 1 | 125 | 61 | 3B |
| Octal | 345 | 57 | 374 | 11 | 121 | 0 | 1 | 445 | 141 | 73 |
| Binary | 11100101 | 101111 | 11111100 | 1001 | 1010001 | 0 | 1 | 100100101 | 1100001 | 111011 |
Color Harmonies of #E52FFC
Complementary color
Monochromatic Colors of #E52FFC
Black with #E52FFC
Text Example
Text Example
White with #E52FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FFC; }
p { color: rgb(229,47,252); }
H1.HeaderClassName
{
color: #E52FFC;
}
.AnyTagClassName
{
color: #E52FFC;
}
</style>
background-color css
<style>
a { background-color: #E52FFC; }
a { background-color: rgb(229,47,252); }
div.DivClassName
{
background-color: #E52FFC;
}
.BgClassName
{
background-color: #E52FFC;
}
</style>
border-color css
<style>
span { border-color: #E52FFC; }
span { border-color: rgb(229,47,252); }
td.TdClassName
{
border-color: #E52FFC;
}
.TagClassName
{
border-color: #E52FFC;
}
</style>