Shades of Psychedelic Purple #E52DFD
Tints of Psychedelic Purple #E52DFD
RGB
CMYK
RGB Variations
Color information
#E52DFD (or 0xE52DFD) is known color: Psychedelic Purple. HEX triplet: E5, 2D and FD. RGB value is (229,45,253). Sum of RGB (Red+Green+Blue) = 229+45+253=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 45 (17.97% from 255 or 8.54% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #E52DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52DFD is #1AD202. Grayscale: #7B7B7B. Windows color (decimal): -1757699 or 16592357. OLE color: 16592357.
HSL color Cylindrical-coordinate representation of color #E52DFD: hue angle of 293.08º degrees, saturation: 0.98, 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 #E52DFD is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 45 | 253 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.01 |
| HSL | 293.08º | 0.98% | 0.58% | - |
| HSV(B) | 293.08º | 0.82% | 0.99% | - |
| XYZ | 50.98 | 25.63 | 95.19 | - |
| YUV | 123.73 | 200.96 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 253 | 0.09 | 0.82 | 0 | 0.01 | 293.08 | 0.98 | 0.58 |
| Hex | E5 | 2D | FD | 9 | 52 | 0 | 1 | 125 | 62 | 3A |
| Octal | 345 | 55 | 375 | 11 | 122 | 0 | 1 | 445 | 142 | 72 |
| Binary | 11100101 | 101101 | 11111101 | 1001 | 1010010 | 0 | 1 | 100100101 | 1100010 | 111010 |
Color Harmonies of #E52DFD
Complementary color
Monochromatic Colors of #E52DFD
Black with #E52DFD
Text Example
Text Example
White with #E52DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52DFD; }
p { color: rgb(229,45,253); }
H1.HeaderClassName
{
color: #E52DFD;
}
.AnyTagClassName
{
color: #E52DFD;
}
</style>
background-color css
<style>
a { background-color: #E52DFD; }
a { background-color: rgb(229,45,253); }
div.DivClassName
{
background-color: #E52DFD;
}
.BgClassName
{
background-color: #E52DFD;
}
</style>
border-color css
<style>
span { border-color: #E52DFD; }
span { border-color: rgb(229,45,253); }
td.TdClassName
{
border-color: #E52DFD;
}
.TagClassName
{
border-color: #E52DFD;
}
</style>