Shades of Psychedelic Purple #E51DFF
Tints of Psychedelic Purple #E51DFF
RGB
CMYK
RGB Variations
Color information
#E51DFF (or 0xE51DFF) is known color: Psychedelic Purple. HEX triplet: E5, 1D and FF. RGB value is (229,29,255). Sum of RGB (Red+Green+Blue) = 229+29+255=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 29 (11.72% from 255 or 5.65% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #E51DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51DFF is #1AE200. Grayscale: #717171. Windows color (decimal): -1761793 or 16719333. OLE color: 16719333.
HSL color Cylindrical-coordinate representation of color #E51DFF: hue angle of 293.1º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51DFF is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 29 | 255 | - |
| CMYK | 0.10 | 0.89 | 0 | 0 |
| HSL | 293.1º | 1% | 0.56% | - |
| HSV(B) | 293.1º | 0.89% | 1% | - |
| XYZ | 50.8 | 24.76 | 96.71 | - |
| YUV | 114.56 | 207.26 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 255 | 0.10 | 0.89 | 0 | 0 | 293.1 | 1 | 0.56 |
| Hex | E5 | 1D | FF | A | 59 | 0 | 0 | 125 | 64 | 38 |
| Octal | 345 | 35 | 377 | 12 | 131 | 0 | 0 | 445 | 144 | 70 |
| Binary | 11100101 | 11101 | 11111111 | 1010 | 1011001 | 0 | 0 | 100100101 | 1100100 | 111000 |
Color Harmonies of #E51DFF
Complementary color
Monochromatic Colors of #E51DFF
Black with #E51DFF
Text Example
Text Example
White with #E51DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DFF; }
p { color: rgb(229,29,255); }
H1.HeaderClassName
{
color: #E51DFF;
}
.AnyTagClassName
{
color: #E51DFF;
}
</style>
background-color css
<style>
a { background-color: #E51DFF; }
a { background-color: rgb(229,29,255); }
div.DivClassName
{
background-color: #E51DFF;
}
.BgClassName
{
background-color: #E51DFF;
}
</style>
border-color css
<style>
span { border-color: #E51DFF; }
span { border-color: rgb(229,29,255); }
td.TdClassName
{
border-color: #E51DFF;
}
.TagClassName
{
border-color: #E51DFF;
}
</style>