Shades of Psychedelic Purple #E50FF5
Tints of Psychedelic Purple #E50FF5
RGB
CMYK
RGB Variations
Color information
#E50FF5 (or 0xE50FF5) is known color: Psychedelic Purple. HEX triplet: E5, 0F and F5. RGB value is (229,15,245). Sum of RGB (Red+Green+Blue) = 229+15+245=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 15 (6.25% from 255 or 3.07% from 489); Blue value is 245 (96.09% from 255 or 50.10% from 489); Max value from RGB is 245 - color contains mainly: blue. Hex color #E50FF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50FF5 is #1AF00A. Grayscale: #686868. Windows color (decimal): -1765387 or 16060389. OLE color: 16060389.
HSL color Cylindrical-coordinate representation of color #E50FF5: hue angle of 295.83º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50FF5 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 15 | 245 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.04 |
| HSL | 295.83º | 0.92% | 0.51% | - |
| HSV(B) | 295.83º | 0.94% | 0.96% | - |
| XYZ | 48.97 | 23.59 | 88.36 | - |
| YUV | 105.21 | 206.9 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 245 | 0.07 | 0.94 | 0 | 0.04 | 295.83 | 0.92 | 0.51 |
| Hex | E5 | F | F5 | 7 | 5E | 0 | 4 | 128 | 5C | 33 |
| Octal | 345 | 17 | 365 | 7 | 136 | 0 | 4 | 450 | 134 | 63 |
| Binary | 11100101 | 1111 | 11110101 | 111 | 1011110 | 0 | 100 | 100101000 | 1011100 | 110011 |
Color Harmonies of #E50FF5
Complementary color
Monochromatic Colors of #E50FF5
Black with #E50FF5
Text Example
Text Example
White with #E50FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FF5; }
p { color: rgb(229,15,245); }
H1.HeaderClassName
{
color: #E50FF5;
}
.AnyTagClassName
{
color: #E50FF5;
}
</style>
background-color css
<style>
a { background-color: #E50FF5; }
a { background-color: rgb(229,15,245); }
div.DivClassName
{
background-color: #E50FF5;
}
.BgClassName
{
background-color: #E50FF5;
}
</style>
border-color css
<style>
span { border-color: #E50FF5; }
span { border-color: rgb(229,15,245); }
td.TdClassName
{
border-color: #E50FF5;
}
.TagClassName
{
border-color: #E50FF5;
}
</style>