Shades of Psychedelic Purple #E80FED
Tints of Psychedelic Purple #E80FED
RGB
CMYK
RGB Variations
Color information
#E80FED (or 0xE80FED) is known color: Psychedelic Purple. HEX triplet: E8, 0F and ED. RGB value is (232,15,237). Sum of RGB (Red+Green+Blue) = 232+15+237=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #E80FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80FED is #17F012. Grayscale: #686868. Windows color (decimal): -1568787 or 15536104. OLE color: 15536104.
HSL color Cylindrical-coordinate representation of color #E80FED: hue angle of 298.65º 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 #E80FED is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 15 | 237 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.07 |
| HSL | 298.65º | 0.88% | 0.49% | - |
| HSV(B) | 298.65º | 0.94% | 0.93% | - |
| XYZ | 48.74 | 23.61 | 82.11 | - |
| YUV | 105.19 | 202.39 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 237 | 0.02 | 0.94 | 0 | 0.07 | 298.65 | 0.88 | 0.49 |
| Hex | E8 | F | ED | 2 | 5E | 0 | 7 | 12B | 58 | 31 |
| Octal | 350 | 17 | 355 | 2 | 136 | 0 | 7 | 453 | 130 | 61 |
| Binary | 11101000 | 1111 | 11101101 | 10 | 1011110 | 0 | 111 | 100101011 | 1011000 | 110001 |
Color Harmonies of #E80FED
Complementary color
Monochromatic Colors of #E80FED
Black with #E80FED
Text Example
Text Example
White with #E80FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FED; }
p { color: rgb(232,15,237); }
H1.HeaderClassName
{
color: #E80FED;
}
.AnyTagClassName
{
color: #E80FED;
}
</style>
background-color css
<style>
a { background-color: #E80FED; }
a { background-color: rgb(232,15,237); }
div.DivClassName
{
background-color: #E80FED;
}
.BgClassName
{
background-color: #E80FED;
}
</style>
border-color css
<style>
span { border-color: #E80FED; }
span { border-color: rgb(232,15,237); }
td.TdClassName
{
border-color: #E80FED;
}
.TagClassName
{
border-color: #E80FED;
}
</style>