Shades of Psychedelic Purple #E61DFE
Tints of Psychedelic Purple #E61DFE
RGB
CMYK
RGB Variations
Color information
#E61DFE (or 0xE61DFE) is known color: Psychedelic Purple. HEX triplet: E6, 1D and FE. RGB value is (230,29,254). Sum of RGB (Red+Green+Blue) = 230+29+254=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 29 (11.72% from 255 or 5.65% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #E61DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61DFE is #19E201. Grayscale: #727272. Windows color (decimal): -1696258 or 16653798. OLE color: 16653798.
HSL color Cylindrical-coordinate representation of color #E61DFE: hue angle of 293.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61DFE is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 29 | 254 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.00 |
| HSL | 293.6º | 0.99% | 0.55% | - |
| HSV(B) | 293.6º | 0.89% | 1% | - |
| XYZ | 50.96 | 24.86 | 95.88 | - |
| YUV | 114.75 | 206.59 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 254 | 0.09 | 0.89 | 0 | 0.00 | 293.6 | 0.99 | 0.55 |
| Hex | E6 | 1D | FE | 9 | 59 | 0 | 0 | 126 | 63 | 37 |
| Octal | 346 | 35 | 376 | 11 | 131 | 0 | 0 | 446 | 143 | 67 |
| Binary | 11100110 | 11101 | 11111110 | 1001 | 1011001 | 0 | 0 | 100100110 | 1100011 | 110111 |
Color Harmonies of #E61DFE
Complementary color
Monochromatic Colors of #E61DFE
Black with #E61DFE
Text Example
Text Example
White with #E61DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61DFE; }
p { color: rgb(230,29,254); }
H1.HeaderClassName
{
color: #E61DFE;
}
.AnyTagClassName
{
color: #E61DFE;
}
</style>
background-color css
<style>
a { background-color: #E61DFE; }
a { background-color: rgb(230,29,254); }
div.DivClassName
{
background-color: #E61DFE;
}
.BgClassName
{
background-color: #E61DFE;
}
</style>
border-color css
<style>
span { border-color: #E61DFE; }
span { border-color: rgb(230,29,254); }
td.TdClassName
{
border-color: #E61DFE;
}
.TagClassName
{
border-color: #E61DFE;
}
</style>