Shades of Psychedelic Purple #E51DFD
Tints of Psychedelic Purple #E51DFD
RGB
CMYK
RGB Variations
Color information
#E51DFD (or 0xE51DFD) is known color: Psychedelic Purple. HEX triplet: E5, 1D and FD. RGB value is (229,29,253). Sum of RGB (Red+Green+Blue) = 229+29+253=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 29 (11.72% from 255 or 5.68% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #E51DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51DFD is #1AE202. Grayscale: #717171. Windows color (decimal): -1761795 or 16588261. OLE color: 16588261.
HSL color Cylindrical-coordinate representation of color #E51DFD: hue angle of 293.57º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51DFD is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 29 | 253 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.01 |
| HSL | 293.57º | 0.98% | 0.55% | - |
| HSV(B) | 293.57º | 0.89% | 0.99% | - |
| XYZ | 50.48 | 24.63 | 95.02 | - |
| YUV | 114.34 | 206.26 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 253 | 0.09 | 0.89 | 0 | 0.01 | 293.57 | 0.98 | 0.55 |
| Hex | E5 | 1D | FD | 9 | 59 | 0 | 1 | 126 | 62 | 37 |
| Octal | 345 | 35 | 375 | 11 | 131 | 0 | 1 | 446 | 142 | 67 |
| Binary | 11100101 | 11101 | 11111101 | 1001 | 1011001 | 0 | 1 | 100100110 | 1100010 | 110111 |
Color Harmonies of #E51DFD
Complementary color
Monochromatic Colors of #E51DFD
Black with #E51DFD
Text Example
Text Example
White with #E51DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DFD; }
p { color: rgb(229,29,253); }
H1.HeaderClassName
{
color: #E51DFD;
}
.AnyTagClassName
{
color: #E51DFD;
}
</style>
background-color css
<style>
a { background-color: #E51DFD; }
a { background-color: rgb(229,29,253); }
div.DivClassName
{
background-color: #E51DFD;
}
.BgClassName
{
background-color: #E51DFD;
}
</style>
border-color css
<style>
span { border-color: #E51DFD; }
span { border-color: rgb(229,29,253); }
td.TdClassName
{
border-color: #E51DFD;
}
.TagClassName
{
border-color: #E51DFD;
}
</style>