Shades of Psychedelic Purple #E80AF1
Tints of Psychedelic Purple #E80AF1
RGB
CMYK
RGB Variations
Color information
#E80AF1 (or 0xE80AF1) is known color: Psychedelic Purple. HEX triplet: E8, 0A and F1. RGB value is (232,10,241). Sum of RGB (Red+Green+Blue) = 232+10+241=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 10 (4.30% from 255 or 2.07% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #E80AF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80AF1 is #17F50E. Grayscale: #666666. Windows color (decimal): -1570063 or 15796968. OLE color: 15796968.
HSL color Cylindrical-coordinate representation of color #E80AF1: hue angle of 297.66º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80AF1 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 10 | 241 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.05 |
| HSL | 297.66º | 0.92% | 0.49% | - |
| HSV(B) | 297.66º | 0.96% | 0.95% | - |
| XYZ | 49.26 | 23.72 | 85.2 | - |
| YUV | 102.71 | 206.05 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 241 | 0.04 | 0.96 | 0 | 0.05 | 297.66 | 0.92 | 0.49 |
| Hex | E8 | A | F1 | 4 | 60 | 0 | 5 | 12A | 5C | 31 |
| Octal | 350 | 12 | 361 | 4 | 140 | 0 | 5 | 452 | 134 | 61 |
| Binary | 11101000 | 1010 | 11110001 | 100 | 1100000 | 0 | 101 | 100101010 | 1011100 | 110001 |
Color Harmonies of #E80AF1
Complementary color
Monochromatic Colors of #E80AF1
Black with #E80AF1
Text Example
Text Example
White with #E80AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80AF1; }
p { color: rgb(232,10,241); }
H1.HeaderClassName
{
color: #E80AF1;
}
.AnyTagClassName
{
color: #E80AF1;
}
</style>
background-color css
<style>
a { background-color: #E80AF1; }
a { background-color: rgb(232,10,241); }
div.DivClassName
{
background-color: #E80AF1;
}
.BgClassName
{
background-color: #E80AF1;
}
</style>
border-color css
<style>
span { border-color: #E80AF1; }
span { border-color: rgb(232,10,241); }
td.TdClassName
{
border-color: #E80AF1;
}
.TagClassName
{
border-color: #E80AF1;
}
</style>