Shades of Psychedelic Purple #E71DFE
Tints of Psychedelic Purple #E71DFE
RGB
CMYK
RGB Variations
Color information
#E71DFE (or 0xE71DFE) is known color: Psychedelic Purple. HEX triplet: E7, 1D and FE. RGB value is (231,29,254). Sum of RGB (Red+Green+Blue) = 231+29+254=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 29 (11.72% from 255 or 5.64% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #E71DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71DFE is #18E201. Grayscale: #727272. Windows color (decimal): -1630722 or 16653799. OLE color: 16653799.
HSL color Cylindrical-coordinate representation of color #E71DFE: hue angle of 293.87º 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 #E71DFE is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 29 | 254 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.00 |
| HSL | 293.87º | 0.99% | 0.55% | - |
| HSV(B) | 293.87º | 0.89% | 1% | - |
| XYZ | 51.28 | 25.02 | 95.89 | - |
| YUV | 115.05 | 206.42 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 254 | 0.09 | 0.89 | 0 | 0.00 | 293.87 | 0.99 | 0.55 |
| Hex | E7 | 1D | FE | 9 | 59 | 0 | 0 | 126 | 63 | 37 |
| Octal | 347 | 35 | 376 | 11 | 131 | 0 | 0 | 446 | 143 | 67 |
| Binary | 11100111 | 11101 | 11111110 | 1001 | 1011001 | 0 | 0 | 100100110 | 1100011 | 110111 |
Color Harmonies of #E71DFE
Complementary color
Monochromatic Colors of #E71DFE
Black with #E71DFE
Text Example
Text Example
White with #E71DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71DFE; }
p { color: rgb(231,29,254); }
H1.HeaderClassName
{
color: #E71DFE;
}
.AnyTagClassName
{
color: #E71DFE;
}
</style>
background-color css
<style>
a { background-color: #E71DFE; }
a { background-color: rgb(231,29,254); }
div.DivClassName
{
background-color: #E71DFE;
}
.BgClassName
{
background-color: #E71DFE;
}
</style>
border-color css
<style>
span { border-color: #E71DFE; }
span { border-color: rgb(231,29,254); }
td.TdClassName
{
border-color: #E71DFE;
}
.TagClassName
{
border-color: #E71DFE;
}
</style>