Shades of Psychedelic Purple #E80CFA
Tints of Psychedelic Purple #E80CFA
RGB
CMYK
RGB Variations
Color information
#E80CFA (or 0xE80CFA) is known color: Psychedelic Purple. HEX triplet: E8, 0C and FA. RGB value is (232,12,250). Sum of RGB (Red+Green+Blue) = 232+12+250=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 12 (5.08% from 255 or 2.43% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #E80CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80CFA is #17F305. Grayscale: #686868. Windows color (decimal): -1569542 or 16387304. OLE color: 16387304.
HSL color Cylindrical-coordinate representation of color #E80CFA: hue angle of 295.46º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80CFA is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 12 | 250 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.02 |
| HSL | 295.46º | 0.96% | 0.51% | - |
| HSV(B) | 295.46º | 0.95% | 0.98% | - |
| XYZ | 50.67 | 24.32 | 92.47 | - |
| YUV | 104.91 | 209.89 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 250 | 0.07 | 0.95 | 0 | 0.02 | 295.46 | 0.96 | 0.51 |
| Hex | E8 | C | FA | 7 | 5F | 0 | 2 | 127 | 60 | 33 |
| Octal | 350 | 14 | 372 | 7 | 137 | 0 | 2 | 447 | 140 | 63 |
| Binary | 11101000 | 1100 | 11111010 | 111 | 1011111 | 0 | 10 | 100100111 | 1100000 | 110011 |
Color Harmonies of #E80CFA
Complementary color
Monochromatic Colors of #E80CFA
Black with #E80CFA
Text Example
Text Example
White with #E80CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80CFA; }
p { color: rgb(232,12,250); }
H1.HeaderClassName
{
color: #E80CFA;
}
.AnyTagClassName
{
color: #E80CFA;
}
</style>
background-color css
<style>
a { background-color: #E80CFA; }
a { background-color: rgb(232,12,250); }
div.DivClassName
{
background-color: #E80CFA;
}
.BgClassName
{
background-color: #E80CFA;
}
</style>
border-color css
<style>
span { border-color: #E80CFA; }
span { border-color: rgb(232,12,250); }
td.TdClassName
{
border-color: #E80CFA;
}
.TagClassName
{
border-color: #E80CFA;
}
</style>