Shades of Psychedelic Purple #E61FEF
Tints of Psychedelic Purple #E61FEF
RGB
CMYK
RGB Variations
Color information
#E61FEF (or 0xE61FEF) is known color: Psychedelic Purple. HEX triplet: E6, 1F and EF. RGB value is (230,31,239). Sum of RGB (Red+Green+Blue) = 230+31+239=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 31 (12.5% from 255 or 6.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #E61FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61FEF is #19E010. Grayscale: #717171. Windows color (decimal): -1695761 or 15671270. OLE color: 15671270.
HSL color Cylindrical-coordinate representation of color #E61FEF: hue angle of 297.4º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61FEF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 31 | 239 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.06 |
| HSL | 297.4º | 0.87% | 0.53% | - |
| HSV(B) | 297.4º | 0.87% | 0.94% | - |
| XYZ | 48.7 | 24.03 | 83.73 | - |
| YUV | 114.21 | 198.43 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 239 | 0.04 | 0.87 | 0 | 0.06 | 297.4 | 0.87 | 0.53 |
| Hex | E6 | 1F | EF | 4 | 57 | 0 | 6 | 129 | 57 | 35 |
| Octal | 346 | 37 | 357 | 4 | 127 | 0 | 6 | 451 | 127 | 65 |
| Binary | 11100110 | 11111 | 11101111 | 100 | 1010111 | 0 | 110 | 100101001 | 1010111 | 110101 |
Color Harmonies of #E61FEF
Complementary color
Monochromatic Colors of #E61FEF
Black with #E61FEF
Text Example
Text Example
White with #E61FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61FEF; }
p { color: rgb(230,31,239); }
H1.HeaderClassName
{
color: #E61FEF;
}
.AnyTagClassName
{
color: #E61FEF;
}
</style>
background-color css
<style>
a { background-color: #E61FEF; }
a { background-color: rgb(230,31,239); }
div.DivClassName
{
background-color: #E61FEF;
}
.BgClassName
{
background-color: #E61FEF;
}
</style>
border-color css
<style>
span { border-color: #E61FEF; }
span { border-color: rgb(230,31,239); }
td.TdClassName
{
border-color: #E61FEF;
}
.TagClassName
{
border-color: #E61FEF;
}
</style>