Shades of Psychedelic Purple #E61EFA
Tints of Psychedelic Purple #E61EFA
RGB
CMYK
RGB Variations
Color information
#E61EFA (or 0xE61EFA) is known color: Psychedelic Purple. HEX triplet: E6, 1E and FA. RGB value is (230,30,250). Sum of RGB (Red+Green+Blue) = 230+30+250=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 30 (12.11% from 255 or 5.88% 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 #E61EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61EFA is #19E105. Grayscale: #727272. Windows color (decimal): -1696006 or 16391910. OLE color: 16391910.
HSL color Cylindrical-coordinate representation of color #E61EFA: hue angle of 294.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61EFA is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 30 | 250 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.02 |
| HSL | 294.55º | 0.96% | 0.55% | - |
| HSV(B) | 294.55º | 0.88% | 0.98% | - |
| XYZ | 50.35 | 24.65 | 92.55 | - |
| YUV | 114.88 | 204.26 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 250 | 0.08 | 0.88 | 0 | 0.02 | 294.55 | 0.96 | 0.55 |
| Hex | E6 | 1E | FA | 8 | 58 | 0 | 2 | 127 | 60 | 37 |
| Octal | 346 | 36 | 372 | 10 | 130 | 0 | 2 | 447 | 140 | 67 |
| Binary | 11100110 | 11110 | 11111010 | 1000 | 1011000 | 0 | 10 | 100100111 | 1100000 | 110111 |
Color Harmonies of #E61EFA
Complementary color
Monochromatic Colors of #E61EFA
Black with #E61EFA
Text Example
Text Example
White with #E61EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61EFA; }
p { color: rgb(230,30,250); }
H1.HeaderClassName
{
color: #E61EFA;
}
.AnyTagClassName
{
color: #E61EFA;
}
</style>
background-color css
<style>
a { background-color: #E61EFA; }
a { background-color: rgb(230,30,250); }
div.DivClassName
{
background-color: #E61EFA;
}
.BgClassName
{
background-color: #E61EFA;
}
</style>
border-color css
<style>
span { border-color: #E61EFA; }
span { border-color: rgb(230,30,250); }
td.TdClassName
{
border-color: #E61EFA;
}
.TagClassName
{
border-color: #E61EFA;
}
</style>