Shades of Psychedelic Purple #E51FEE
Tints of Psychedelic Purple #E51FEE
RGB
CMYK
RGB Variations
Color information
#E51FEE (or 0xE51FEE) is known color: Psychedelic Purple. HEX triplet: E5, 1F and EE. RGB value is (229,31,238). Sum of RGB (Red+Green+Blue) = 229+31+238=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 31 (12.5% from 255 or 6.22% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #E51FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51FEE is #1AE011. Grayscale: #717171. Windows color (decimal): -1761298 or 15605733. OLE color: 15605733.
HSL color Cylindrical-coordinate representation of color #E51FEE: hue angle of 297.39º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51FEE is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 31 | 238 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.07 |
| HSL | 297.39º | 0.86% | 0.53% | - |
| HSV(B) | 297.39º | 0.87% | 0.93% | - |
| XYZ | 48.24 | 23.81 | 82.94 | - |
| YUV | 113.8 | 198.1 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 238 | 0.04 | 0.87 | 0 | 0.07 | 297.39 | 0.86 | 0.53 |
| Hex | E5 | 1F | EE | 4 | 57 | 0 | 7 | 129 | 56 | 35 |
| Octal | 345 | 37 | 356 | 4 | 127 | 0 | 7 | 451 | 126 | 65 |
| Binary | 11100101 | 11111 | 11101110 | 100 | 1010111 | 0 | 111 | 100101001 | 1010110 | 110101 |
Color Harmonies of #E51FEE
Complementary color
Monochromatic Colors of #E51FEE
Black with #E51FEE
Text Example
Text Example
White with #E51FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51FEE; }
p { color: rgb(229,31,238); }
H1.HeaderClassName
{
color: #E51FEE;
}
.AnyTagClassName
{
color: #E51FEE;
}
</style>
background-color css
<style>
a { background-color: #E51FEE; }
a { background-color: rgb(229,31,238); }
div.DivClassName
{
background-color: #E51FEE;
}
.BgClassName
{
background-color: #E51FEE;
}
</style>
border-color css
<style>
span { border-color: #E51FEE; }
span { border-color: rgb(229,31,238); }
td.TdClassName
{
border-color: #E51FEE;
}
.TagClassName
{
border-color: #E51FEE;
}
</style>