Shades of Psychedelic Purple #E61FED
Tints of Psychedelic Purple #E61FED
RGB
CMYK
RGB Variations
Color information
#E61FED (or 0xE61FED) is known color: Psychedelic Purple. HEX triplet: E6, 1F and ED. RGB value is (230,31,237). Sum of RGB (Red+Green+Blue) = 230+31+237=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 31 (12.5% from 255 or 6.22% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #E61FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61FED is #19E012. Grayscale: #717171. Windows color (decimal): -1695763 or 15540198. OLE color: 15540198.
HSL color Cylindrical-coordinate representation of color #E61FED: hue angle of 297.96º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61FED is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 31 | 237 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.07 |
| HSL | 297.96º | 0.85% | 0.53% | - |
| HSV(B) | 297.96º | 0.87% | 0.93% | - |
| XYZ | 48.41 | 23.92 | 82.19 | - |
| YUV | 113.99 | 197.43 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 237 | 0.03 | 0.87 | 0 | 0.07 | 297.96 | 0.85 | 0.53 |
| Hex | E6 | 1F | ED | 3 | 57 | 0 | 7 | 12A | 55 | 35 |
| Octal | 346 | 37 | 355 | 3 | 127 | 0 | 7 | 452 | 125 | 65 |
| Binary | 11100110 | 11111 | 11101101 | 11 | 1010111 | 0 | 111 | 100101010 | 1010101 | 110101 |
Color Harmonies of #E61FED
Complementary color
Monochromatic Colors of #E61FED
Black with #E61FED
Text Example
Text Example
White with #E61FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61FED; }
p { color: rgb(230,31,237); }
H1.HeaderClassName
{
color: #E61FED;
}
.AnyTagClassName
{
color: #E61FED;
}
</style>
background-color css
<style>
a { background-color: #E61FED; }
a { background-color: rgb(230,31,237); }
div.DivClassName
{
background-color: #E61FED;
}
.BgClassName
{
background-color: #E61FED;
}
</style>
border-color css
<style>
span { border-color: #E61FED; }
span { border-color: rgb(230,31,237); }
td.TdClassName
{
border-color: #E61FED;
}
.TagClassName
{
border-color: #E61FED;
}
</style>