Shades of Psychedelic Purple #E80DFA
Tints of Psychedelic Purple #E80DFA
RGB
CMYK
RGB Variations
Color information
#E80DFA (or 0xE80DFA) is known color: Psychedelic Purple. HEX triplet: E8, 0D and FA. RGB value is (232,13,250). Sum of RGB (Red+Green+Blue) = 232+13+250=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 13 (5.47% from 255 or 2.63% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #E80DFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80DFA is #17F205. Grayscale: #686868. Windows color (decimal): -1569286 or 16387560. OLE color: 16387560.
HSL color Cylindrical-coordinate representation of color #E80DFA: hue angle of 295.44º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80DFA is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 13 | 250 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.02 |
| HSL | 295.44º | 0.96% | 0.52% | - |
| HSV(B) | 295.44º | 0.95% | 0.98% | - |
| XYZ | 50.68 | 24.35 | 92.47 | - |
| YUV | 105.5 | 209.55 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 250 | 0.07 | 0.95 | 0 | 0.02 | 295.44 | 0.96 | 0.52 |
| Hex | E8 | D | FA | 7 | 5F | 0 | 2 | 127 | 60 | 34 |
| Octal | 350 | 15 | 372 | 7 | 137 | 0 | 2 | 447 | 140 | 64 |
| Binary | 11101000 | 1101 | 11111010 | 111 | 1011111 | 0 | 10 | 100100111 | 1100000 | 110100 |
Color Harmonies of #E80DFA
Complementary color
Monochromatic Colors of #E80DFA
Black with #E80DFA
Text Example
Text Example
White with #E80DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80DFA; }
p { color: rgb(232,13,250); }
H1.HeaderClassName
{
color: #E80DFA;
}
.AnyTagClassName
{
color: #E80DFA;
}
</style>
background-color css
<style>
a { background-color: #E80DFA; }
a { background-color: rgb(232,13,250); }
div.DivClassName
{
background-color: #E80DFA;
}
.BgClassName
{
background-color: #E80DFA;
}
</style>
border-color css
<style>
span { border-color: #E80DFA; }
span { border-color: rgb(232,13,250); }
td.TdClassName
{
border-color: #E80DFA;
}
.TagClassName
{
border-color: #E80DFA;
}
</style>