Shades of Psychedelic Purple #E51DEE
Tints of Psychedelic Purple #E51DEE
RGB
CMYK
RGB Variations
Color information
#E51DEE (or 0xE51DEE) is known color: Psychedelic Purple. HEX triplet: E5, 1D and EE. RGB value is (229,29,238). Sum of RGB (Red+Green+Blue) = 229+29+238=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 29 (11.72% from 255 or 5.85% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #E51DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51DEE is #1AE211. Grayscale: #6F6F6F. Windows color (decimal): -1761810 or 15605221. OLE color: 15605221.
HSL color Cylindrical-coordinate representation of color #E51DEE: hue angle of 297.42º degrees, saturation: 0.86, 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 #E51DEE is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 29 | 238 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.07 |
| HSL | 297.42º | 0.86% | 0.52% | - |
| HSV(B) | 297.42º | 0.88% | 0.93% | - |
| XYZ | 48.19 | 23.71 | 82.93 | - |
| YUV | 112.63 | 198.76 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 238 | 0.04 | 0.88 | 0 | 0.07 | 297.42 | 0.86 | 0.52 |
| Hex | E5 | 1D | EE | 4 | 58 | 0 | 7 | 129 | 56 | 34 |
| Octal | 345 | 35 | 356 | 4 | 130 | 0 | 7 | 451 | 126 | 64 |
| Binary | 11100101 | 11101 | 11101110 | 100 | 1011000 | 0 | 111 | 100101001 | 1010110 | 110100 |
Color Harmonies of #E51DEE
Complementary color
Monochromatic Colors of #E51DEE
Black with #E51DEE
Text Example
Text Example
White with #E51DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DEE; }
p { color: rgb(229,29,238); }
H1.HeaderClassName
{
color: #E51DEE;
}
.AnyTagClassName
{
color: #E51DEE;
}
</style>
background-color css
<style>
a { background-color: #E51DEE; }
a { background-color: rgb(229,29,238); }
div.DivClassName
{
background-color: #E51DEE;
}
.BgClassName
{
background-color: #E51DEE;
}
</style>
border-color css
<style>
span { border-color: #E51DEE; }
span { border-color: rgb(229,29,238); }
td.TdClassName
{
border-color: #E51DEE;
}
.TagClassName
{
border-color: #E51DEE;
}
</style>