Shades of Psychedelic Purple #E52DFC
Tints of Psychedelic Purple #E52DFC
RGB
CMYK
RGB Variations
Color information
#E52DFC (or 0xE52DFC) is known color: Psychedelic Purple. HEX triplet: E5, 2D and FC. RGB value is (229,45,252). Sum of RGB (Red+Green+Blue) = 229+45+252=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 45 (17.97% from 255 or 8.56% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #E52DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52DFC is #1AD203. Grayscale: #7A7A7A. Windows color (decimal): -1757700 or 16526821. OLE color: 16526821.
HSL color Cylindrical-coordinate representation of color #E52DFC: hue angle of 293.33º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52DFC is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 45 | 252 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.01 |
| HSL | 293.33º | 0.97% | 0.58% | - |
| HSV(B) | 293.33º | 0.82% | 0.99% | - |
| XYZ | 50.82 | 25.56 | 94.35 | - |
| YUV | 123.61 | 200.46 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 252 | 0.09 | 0.82 | 0 | 0.01 | 293.33 | 0.97 | 0.58 |
| Hex | E5 | 2D | FC | 9 | 52 | 0 | 1 | 125 | 61 | 3A |
| Octal | 345 | 55 | 374 | 11 | 122 | 0 | 1 | 445 | 141 | 72 |
| Binary | 11100101 | 101101 | 11111100 | 1001 | 1010010 | 0 | 1 | 100100101 | 1100001 | 111010 |
Color Harmonies of #E52DFC
Complementary color
Monochromatic Colors of #E52DFC
Black with #E52DFC
Text Example
Text Example
White with #E52DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52DFC; }
p { color: rgb(229,45,252); }
H1.HeaderClassName
{
color: #E52DFC;
}
.AnyTagClassName
{
color: #E52DFC;
}
</style>
background-color css
<style>
a { background-color: #E52DFC; }
a { background-color: rgb(229,45,252); }
div.DivClassName
{
background-color: #E52DFC;
}
.BgClassName
{
background-color: #E52DFC;
}
</style>
border-color css
<style>
span { border-color: #E52DFC; }
span { border-color: rgb(229,45,252); }
td.TdClassName
{
border-color: #E52DFC;
}
.TagClassName
{
border-color: #E52DFC;
}
</style>