Shades of Psychedelic Purple #E50FED
Tints of Psychedelic Purple #E50FED
RGB
CMYK
RGB Variations
Color information
#E50FED (or 0xE50FED) is known color: Psychedelic Purple. HEX triplet: E5, 0F and ED. RGB value is (229,15,237). Sum of RGB (Red+Green+Blue) = 229+15+237=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #E50FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50FED is #1AF012. Grayscale: #676767. Windows color (decimal): -1765395 or 15536101. OLE color: 15536101.
HSL color Cylindrical-coordinate representation of color #E50FED: hue angle of 297.84º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50FED is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 15 | 237 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.07 |
| HSL | 297.84º | 0.88% | 0.49% | - |
| HSV(B) | 297.84º | 0.94% | 0.93% | - |
| XYZ | 47.77 | 23.11 | 82.06 | - |
| YUV | 104.29 | 202.9 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 237 | 0.03 | 0.94 | 0 | 0.07 | 297.84 | 0.88 | 0.49 |
| Hex | E5 | F | ED | 3 | 5E | 0 | 7 | 12A | 58 | 31 |
| Octal | 345 | 17 | 355 | 3 | 136 | 0 | 7 | 452 | 130 | 61 |
| Binary | 11100101 | 1111 | 11101101 | 11 | 1011110 | 0 | 111 | 100101010 | 1011000 | 110001 |
Color Harmonies of #E50FED
Complementary color
Monochromatic Colors of #E50FED
Black with #E50FED
Text Example
Text Example
White with #E50FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FED; }
p { color: rgb(229,15,237); }
H1.HeaderClassName
{
color: #E50FED;
}
.AnyTagClassName
{
color: #E50FED;
}
</style>
background-color css
<style>
a { background-color: #E50FED; }
a { background-color: rgb(229,15,237); }
div.DivClassName
{
background-color: #E50FED;
}
.BgClassName
{
background-color: #E50FED;
}
</style>
border-color css
<style>
span { border-color: #E50FED; }
span { border-color: rgb(229,15,237); }
td.TdClassName
{
border-color: #E50FED;
}
.TagClassName
{
border-color: #E50FED;
}
</style>