Shades of Psychedelic Purple #E80AF2
Tints of Psychedelic Purple #E80AF2
RGB
CMYK
RGB Variations
Color information
#E80AF2 (or 0xE80AF2) is known color: Psychedelic Purple. HEX triplet: E8, 0A and F2. RGB value is (232,10,242). Sum of RGB (Red+Green+Blue) = 232+10+242=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 10 (4.30% from 255 or 2.07% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #E80AF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80AF2 is #17F50D. Grayscale: #666666. Windows color (decimal): -1570062 or 15862504. OLE color: 15862504.
HSL color Cylindrical-coordinate representation of color #E80AF2: hue angle of 297.41º 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 #E80AF2 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 10 | 242 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.05 |
| HSL | 297.41º | 0.92% | 0.49% | - |
| HSV(B) | 297.41º | 0.96% | 0.95% | - |
| XYZ | 49.41 | 23.78 | 85.99 | - |
| YUV | 102.83 | 206.55 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 242 | 0.04 | 0.96 | 0 | 0.05 | 297.41 | 0.92 | 0.49 |
| Hex | E8 | A | F2 | 4 | 60 | 0 | 5 | 129 | 5C | 31 |
| Octal | 350 | 12 | 362 | 4 | 140 | 0 | 5 | 451 | 134 | 61 |
| Binary | 11101000 | 1010 | 11110010 | 100 | 1100000 | 0 | 101 | 100101001 | 1011100 | 110001 |
Color Harmonies of #E80AF2
Complementary color
Monochromatic Colors of #E80AF2
Black with #E80AF2
Text Example
Text Example
White with #E80AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80AF2; }
p { color: rgb(232,10,242); }
H1.HeaderClassName
{
color: #E80AF2;
}
.AnyTagClassName
{
color: #E80AF2;
}
</style>
background-color css
<style>
a { background-color: #E80AF2; }
a { background-color: rgb(232,10,242); }
div.DivClassName
{
background-color: #E80AF2;
}
.BgClassName
{
background-color: #E80AF2;
}
</style>
border-color css
<style>
span { border-color: #E80AF2; }
span { border-color: rgb(232,10,242); }
td.TdClassName
{
border-color: #E80AF2;
}
.TagClassName
{
border-color: #E80AF2;
}
</style>