Shades of Psychedelic Purple #E71EFE
Tints of Psychedelic Purple #E71EFE
RGB
CMYK
RGB Variations
Color information
#E71EFE (or 0xE71EFE) is known color: Psychedelic Purple. HEX triplet: E7, 1E and FE. RGB value is (231,30,254). Sum of RGB (Red+Green+Blue) = 231+30+254=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 30 (12.11% from 255 or 5.83% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #E71EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71EFE is #18E101. Grayscale: #727272. Windows color (decimal): -1630466 or 16654055. OLE color: 16654055.
HSL color Cylindrical-coordinate representation of color #E71EFE: hue angle of 293.84º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71EFE is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 30 | 254 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.00 |
| HSL | 293.84º | 0.99% | 0.56% | - |
| HSV(B) | 293.84º | 0.88% | 1% | - |
| XYZ | 51.31 | 25.07 | 95.9 | - |
| YUV | 115.64 | 206.09 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 30 | 254 | 0.09 | 0.88 | 0 | 0.00 | 293.84 | 0.99 | 0.56 |
| Hex | E7 | 1E | FE | 9 | 58 | 0 | 0 | 126 | 63 | 38 |
| Octal | 347 | 36 | 376 | 11 | 130 | 0 | 0 | 446 | 143 | 70 |
| Binary | 11100111 | 11110 | 11111110 | 1001 | 1011000 | 0 | 0 | 100100110 | 1100011 | 111000 |
Color Harmonies of #E71EFE
Complementary color
Monochromatic Colors of #E71EFE
Black with #E71EFE
Text Example
Text Example
White with #E71EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71EFE; }
p { color: rgb(231,30,254); }
H1.HeaderClassName
{
color: #E71EFE;
}
.AnyTagClassName
{
color: #E71EFE;
}
</style>
background-color css
<style>
a { background-color: #E71EFE; }
a { background-color: rgb(231,30,254); }
div.DivClassName
{
background-color: #E71EFE;
}
.BgClassName
{
background-color: #E71EFE;
}
</style>
border-color css
<style>
span { border-color: #E71EFE; }
span { border-color: rgb(231,30,254); }
td.TdClassName
{
border-color: #E71EFE;
}
.TagClassName
{
border-color: #E71EFE;
}
</style>