Shades of Psychedelic Purple #E61FEC
Tints of Psychedelic Purple #E61FEC
RGB
CMYK
RGB Variations
Color information
#E61FEC (or 0xE61FEC) is known color: Psychedelic Purple. HEX triplet: E6, 1F and EC. RGB value is (230,31,236). Sum of RGB (Red+Green+Blue) = 230+31+236=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 31 (12.5% from 255 or 6.24% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #E61FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61FEC is #19E013. Grayscale: #717171. Windows color (decimal): -1695764 or 15474662. OLE color: 15474662.
HSL color Cylindrical-coordinate representation of color #E61FEC: hue angle of 298.24º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61FEC is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 31 | 236 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.07 |
| HSL | 298.24º | 0.84% | 0.52% | - |
| HSV(B) | 298.24º | 0.87% | 0.93% | - |
| XYZ | 48.26 | 23.86 | 81.42 | - |
| YUV | 113.87 | 196.93 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 236 | 0.03 | 0.87 | 0 | 0.07 | 298.24 | 0.84 | 0.52 |
| Hex | E6 | 1F | EC | 3 | 57 | 0 | 7 | 12A | 54 | 34 |
| Octal | 346 | 37 | 354 | 3 | 127 | 0 | 7 | 452 | 124 | 64 |
| Binary | 11100110 | 11111 | 11101100 | 11 | 1010111 | 0 | 111 | 100101010 | 1010100 | 110100 |
Color Harmonies of #E61FEC
Complementary color
Monochromatic Colors of #E61FEC
Black with #E61FEC
Text Example
Text Example
White with #E61FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61FEC; }
p { color: rgb(230,31,236); }
H1.HeaderClassName
{
color: #E61FEC;
}
.AnyTagClassName
{
color: #E61FEC;
}
</style>
background-color css
<style>
a { background-color: #E61FEC; }
a { background-color: rgb(230,31,236); }
div.DivClassName
{
background-color: #E61FEC;
}
.BgClassName
{
background-color: #E61FEC;
}
</style>
border-color css
<style>
span { border-color: #E61FEC; }
span { border-color: rgb(230,31,236); }
td.TdClassName
{
border-color: #E61FEC;
}
.TagClassName
{
border-color: #E61FEC;
}
</style>