Shades of Psychedelic Purple #E81CFA
Tints of Psychedelic Purple #E81CFA
RGB
CMYK
RGB Variations
Color information
#E81CFA (or 0xE81CFA) is known color: Psychedelic Purple. HEX triplet: E8, 1C and FA. RGB value is (232,28,250). Sum of RGB (Red+Green+Blue) = 232+28+250=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 28 (11.33% from 255 or 5.49% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #E81CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81CFA is #17E305. Grayscale: #717171. Windows color (decimal): -1565446 or 16391400. OLE color: 16391400.
HSL color Cylindrical-coordinate representation of color #E81CFA: hue angle of 295.14º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81CFA is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 28 | 250 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.02 |
| HSL | 295.14º | 0.96% | 0.55% | - |
| HSV(B) | 295.14º | 0.89% | 0.98% | - |
| XYZ | 50.95 | 24.89 | 92.56 | - |
| YUV | 114.3 | 204.59 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 250 | 0.07 | 0.89 | 0 | 0.02 | 295.14 | 0.96 | 0.55 |
| Hex | E8 | 1C | FA | 7 | 59 | 0 | 2 | 127 | 60 | 37 |
| Octal | 350 | 34 | 372 | 7 | 131 | 0 | 2 | 447 | 140 | 67 |
| Binary | 11101000 | 11100 | 11111010 | 111 | 1011001 | 0 | 10 | 100100111 | 1100000 | 110111 |
Color Harmonies of #E81CFA
Complementary color
Monochromatic Colors of #E81CFA
Black with #E81CFA
Text Example
Text Example
White with #E81CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81CFA; }
p { color: rgb(232,28,250); }
H1.HeaderClassName
{
color: #E81CFA;
}
.AnyTagClassName
{
color: #E81CFA;
}
</style>
background-color css
<style>
a { background-color: #E81CFA; }
a { background-color: rgb(232,28,250); }
div.DivClassName
{
background-color: #E81CFA;
}
.BgClassName
{
background-color: #E81CFA;
}
</style>
border-color css
<style>
span { border-color: #E81CFA; }
span { border-color: rgb(232,28,250); }
td.TdClassName
{
border-color: #E81CFA;
}
.TagClassName
{
border-color: #E81CFA;
}
</style>