Shades of Psychedelic Purple #E71BFE
Tints of Psychedelic Purple #E71BFE
RGB
CMYK
RGB Variations
Color information
#E71BFE (or 0xE71BFE) is known color: Psychedelic Purple. HEX triplet: E7, 1B and FE. RGB value is (231,27,254). Sum of RGB (Red+Green+Blue) = 231+27+254=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 27 (10.94% from 255 or 5.27% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #E71BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71BFE is #18E401. Grayscale: #717171. Windows color (decimal): -1631234 or 16653287. OLE color: 16653287.
HSL color Cylindrical-coordinate representation of color #E71BFE: hue angle of 293.92º 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 #E71BFE is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 27 | 254 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.00 |
| HSL | 293.92º | 0.99% | 0.55% | - |
| HSV(B) | 293.92º | 0.89% | 1% | - |
| XYZ | 51.24 | 24.93 | 95.88 | - |
| YUV | 113.87 | 207.09 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 254 | 0.09 | 0.89 | 0 | 0.00 | 293.92 | 0.99 | 0.55 |
| Hex | E7 | 1B | FE | 9 | 59 | 0 | 0 | 126 | 63 | 37 |
| Octal | 347 | 33 | 376 | 11 | 131 | 0 | 0 | 446 | 143 | 67 |
| Binary | 11100111 | 11011 | 11111110 | 1001 | 1011001 | 0 | 0 | 100100110 | 1100011 | 110111 |
Color Harmonies of #E71BFE
Complementary color
Monochromatic Colors of #E71BFE
Black with #E71BFE
Text Example
Text Example
White with #E71BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71BFE; }
p { color: rgb(231,27,254); }
H1.HeaderClassName
{
color: #E71BFE;
}
.AnyTagClassName
{
color: #E71BFE;
}
</style>
background-color css
<style>
a { background-color: #E71BFE; }
a { background-color: rgb(231,27,254); }
div.DivClassName
{
background-color: #E71BFE;
}
.BgClassName
{
background-color: #E71BFE;
}
</style>
border-color css
<style>
span { border-color: #E71BFE; }
span { border-color: rgb(231,27,254); }
td.TdClassName
{
border-color: #E71BFE;
}
.TagClassName
{
border-color: #E71BFE;
}
</style>