Shades of Psychedelic Purple #E51DEC
Tints of Psychedelic Purple #E51DEC
RGB
CMYK
RGB Variations
Color information
#E51DEC (or 0xE51DEC) is known color: Psychedelic Purple. HEX triplet: E5, 1D and EC. RGB value is (229,29,236). Sum of RGB (Red+Green+Blue) = 229+29+236=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 29 (11.72% from 255 or 5.87% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #E51DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51DEC is #1AE213. Grayscale: #6F6F6F. Windows color (decimal): -1761812 or 15474149. OLE color: 15474149.
HSL color Cylindrical-coordinate representation of color #E51DEC: hue angle of 297.97º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51DEC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 29 | 236 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.07 |
| HSL | 297.97º | 0.84% | 0.52% | - |
| HSV(B) | 297.97º | 0.88% | 0.93% | - |
| XYZ | 47.89 | 23.59 | 81.39 | - |
| YUV | 112.4 | 197.76 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 236 | 0.03 | 0.88 | 0 | 0.07 | 297.97 | 0.84 | 0.52 |
| Hex | E5 | 1D | EC | 3 | 58 | 0 | 7 | 12A | 54 | 34 |
| Octal | 345 | 35 | 354 | 3 | 130 | 0 | 7 | 452 | 124 | 64 |
| Binary | 11100101 | 11101 | 11101100 | 11 | 1011000 | 0 | 111 | 100101010 | 1010100 | 110100 |
Color Harmonies of #E51DEC
Complementary color
Monochromatic Colors of #E51DEC
Black with #E51DEC
Text Example
Text Example
White with #E51DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DEC; }
p { color: rgb(229,29,236); }
H1.HeaderClassName
{
color: #E51DEC;
}
.AnyTagClassName
{
color: #E51DEC;
}
</style>
background-color css
<style>
a { background-color: #E51DEC; }
a { background-color: rgb(229,29,236); }
div.DivClassName
{
background-color: #E51DEC;
}
.BgClassName
{
background-color: #E51DEC;
}
</style>
border-color css
<style>
span { border-color: #E51DEC; }
span { border-color: rgb(229,29,236); }
td.TdClassName
{
border-color: #E51DEC;
}
.TagClassName
{
border-color: #E51DEC;
}
</style>