Shades of Psychedelic Purple #E50FFF
Tints of Psychedelic Purple #E50FFF
RGB
CMYK
RGB Variations
Color information
#E50FFF (or 0xE50FFF) is known color: Psychedelic Purple. HEX triplet: E5, 0F and FF. RGB value is (229,15,255). Sum of RGB (Red+Green+Blue) = 229+15+255=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 15 (6.25% from 255 or 3.01% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #E50FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50FFF is #1AF000. Grayscale: #696969. Windows color (decimal): -1765377 or 16715749. OLE color: 16715749.
HSL color Cylindrical-coordinate representation of color #E50FFF: hue angle of 293.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50FFF is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 15 | 255 | - |
| CMYK | 0.10 | 0.94 | 0 | 0 |
| HSL | 293.5º | 1% | 0.53% | - |
| HSV(B) | 293.5º | 0.94% | 1% | - |
| XYZ | 50.53 | 24.22 | 96.62 | - |
| YUV | 106.35 | 211.9 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 255 | 0.10 | 0.94 | 0 | 0 | 293.5 | 1 | 0.53 |
| Hex | E5 | F | FF | A | 5E | 0 | 0 | 126 | 64 | 35 |
| Octal | 345 | 17 | 377 | 12 | 136 | 0 | 0 | 446 | 144 | 65 |
| Binary | 11100101 | 1111 | 11111111 | 1010 | 1011110 | 0 | 0 | 100100110 | 1100100 | 110101 |
Color Harmonies of #E50FFF
Complementary color
Monochromatic Colors of #E50FFF
Black with #E50FFF
Text Example
Text Example
White with #E50FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FFF; }
p { color: rgb(229,15,255); }
H1.HeaderClassName
{
color: #E50FFF;
}
.AnyTagClassName
{
color: #E50FFF;
}
</style>
background-color css
<style>
a { background-color: #E50FFF; }
a { background-color: rgb(229,15,255); }
div.DivClassName
{
background-color: #E50FFF;
}
.BgClassName
{
background-color: #E50FFF;
}
</style>
border-color css
<style>
span { border-color: #E50FFF; }
span { border-color: rgb(229,15,255); }
td.TdClassName
{
border-color: #E50FFF;
}
.TagClassName
{
border-color: #E50FFF;
}
</style>