Shades of Psychedelic Purple #E61DFA
Tints of Psychedelic Purple #E61DFA
RGB
CMYK
RGB Variations
Color information
#E61DFA (or 0xE61DFA) is known color: Psychedelic Purple. HEX triplet: E6, 1D and FA. RGB value is (230,29,250). Sum of RGB (Red+Green+Blue) = 230+29+250=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 29 (11.72% from 255 or 5.70% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #E61DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61DFA is #19E205. Grayscale: #717171. Windows color (decimal): -1696262 or 16391654. OLE color: 16391654.
HSL color Cylindrical-coordinate representation of color #E61DFA: hue angle of 294.57º 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 #E61DFA is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 29 | 250 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.02 |
| HSL | 294.57º | 0.96% | 0.55% | - |
| HSV(B) | 294.57º | 0.88% | 0.98% | - |
| XYZ | 50.33 | 24.6 | 92.54 | - |
| YUV | 114.29 | 204.59 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 250 | 0.08 | 0.88 | 0 | 0.02 | 294.57 | 0.96 | 0.55 |
| Hex | E6 | 1D | FA | 8 | 58 | 0 | 2 | 127 | 60 | 37 |
| Octal | 346 | 35 | 372 | 10 | 130 | 0 | 2 | 447 | 140 | 67 |
| Binary | 11100110 | 11101 | 11111010 | 1000 | 1011000 | 0 | 10 | 100100111 | 1100000 | 110111 |
Color Harmonies of #E61DFA
Complementary color
Monochromatic Colors of #E61DFA
Black with #E61DFA
Text Example
Text Example
White with #E61DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61DFA; }
p { color: rgb(230,29,250); }
H1.HeaderClassName
{
color: #E61DFA;
}
.AnyTagClassName
{
color: #E61DFA;
}
</style>
background-color css
<style>
a { background-color: #E61DFA; }
a { background-color: rgb(230,29,250); }
div.DivClassName
{
background-color: #E61DFA;
}
.BgClassName
{
background-color: #E61DFA;
}
</style>
border-color css
<style>
span { border-color: #E61DFA; }
span { border-color: rgb(230,29,250); }
td.TdClassName
{
border-color: #E61DFA;
}
.TagClassName
{
border-color: #E61DFA;
}
</style>