Shades of Psychedelic Purple #E51DEA
Tints of Psychedelic Purple #E51DEA
RGB
CMYK
RGB Variations
Color information
#E51DEA (or 0xE51DEA) is known color: Psychedelic Purple. HEX triplet: E5, 1D and EA. RGB value is (229,29,234). Sum of RGB (Red+Green+Blue) = 229+29+234=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 29 (11.72% from 255 or 5.89% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #E51DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51DEA is #1AE215. Grayscale: #6F6F6F. Windows color (decimal): -1761814 or 15343077. OLE color: 15343077.
HSL color Cylindrical-coordinate representation of color #E51DEA: hue angle of 298.54º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51DEA is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 29 | 234 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.08 |
| HSL | 298.54º | 0.83% | 0.52% | - |
| HSV(B) | 298.54º | 0.88% | 0.92% | - |
| XYZ | 47.6 | 23.48 | 79.86 | - |
| YUV | 112.17 | 196.76 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 234 | 0.02 | 0.88 | 0 | 0.08 | 298.54 | 0.83 | 0.52 |
| Hex | E5 | 1D | EA | 2 | 58 | 0 | 8 | 12B | 53 | 34 |
| Octal | 345 | 35 | 352 | 2 | 130 | 0 | 10 | 453 | 123 | 64 |
| Binary | 11100101 | 11101 | 11101010 | 10 | 1011000 | 0 | 1000 | 100101011 | 1010011 | 110100 |
Color Harmonies of #E51DEA
Complementary color
Monochromatic Colors of #E51DEA
Black with #E51DEA
Text Example
Text Example
White with #E51DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DEA; }
p { color: rgb(229,29,234); }
H1.HeaderClassName
{
color: #E51DEA;
}
.AnyTagClassName
{
color: #E51DEA;
}
</style>
background-color css
<style>
a { background-color: #E51DEA; }
a { background-color: rgb(229,29,234); }
div.DivClassName
{
background-color: #E51DEA;
}
.BgClassName
{
background-color: #E51DEA;
}
</style>
border-color css
<style>
span { border-color: #E51DEA; }
span { border-color: rgb(229,29,234); }
td.TdClassName
{
border-color: #E51DEA;
}
.TagClassName
{
border-color: #E51DEA;
}
</style>