Shades of Psychedelic Purple #E61DF1
Tints of Psychedelic Purple #E61DF1
RGB
CMYK
RGB Variations
Color information
#E61DF1 (or 0xE61DF1) is known color: Psychedelic Purple. HEX triplet: E6, 1D and F1. RGB value is (230,29,241). Sum of RGB (Red+Green+Blue) = 230+29+241=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 29 (11.72% from 255 or 5.8% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #E61DF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61DF1 is #19E20E. Grayscale: #707070. Windows color (decimal): -1696271 or 15801830. OLE color: 15801830.
HSL color Cylindrical-coordinate representation of color #E61DF1: hue angle of 296.89º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61DF1 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 29 | 241 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.05 |
| HSL | 296.89º | 0.88% | 0.53% | - |
| HSV(B) | 296.89º | 0.88% | 0.95% | - |
| XYZ | 48.95 | 24.05 | 85.28 | - |
| YUV | 113.27 | 200.09 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 241 | 0.05 | 0.88 | 0 | 0.05 | 296.89 | 0.88 | 0.53 |
| Hex | E6 | 1D | F1 | 5 | 58 | 0 | 5 | 129 | 58 | 35 |
| Octal | 346 | 35 | 361 | 5 | 130 | 0 | 5 | 451 | 130 | 65 |
| Binary | 11100110 | 11101 | 11110001 | 101 | 1011000 | 0 | 101 | 100101001 | 1011000 | 110101 |
Color Harmonies of #E61DF1
Complementary color
Monochromatic Colors of #E61DF1
Black with #E61DF1
Text Example
Text Example
White with #E61DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61DF1; }
p { color: rgb(230,29,241); }
H1.HeaderClassName
{
color: #E61DF1;
}
.AnyTagClassName
{
color: #E61DF1;
}
</style>
background-color css
<style>
a { background-color: #E61DF1; }
a { background-color: rgb(230,29,241); }
div.DivClassName
{
background-color: #E61DF1;
}
.BgClassName
{
background-color: #E61DF1;
}
</style>
border-color css
<style>
span { border-color: #E61DF1; }
span { border-color: rgb(230,29,241); }
td.TdClassName
{
border-color: #E61DF1;
}
.TagClassName
{
border-color: #E61DF1;
}
</style>