Shades of Psychedelic Purple #E71FFE
Tints of Psychedelic Purple #E71FFE
RGB
CMYK
RGB Variations
Color information
#E71FFE (or 0xE71FFE) is known color: Psychedelic Purple. HEX triplet: E7, 1F and FE. RGB value is (231,31,254). Sum of RGB (Red+Green+Blue) = 231+31+254=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 31 (12.5% from 255 or 6.01% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #E71FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71FFE is #18E001. Grayscale: #737373. Windows color (decimal): -1630210 or 16654311. OLE color: 16654311.
HSL color Cylindrical-coordinate representation of color #E71FFE: hue angle of 293.81º 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 #E71FFE is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 31 | 254 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.00 |
| HSL | 293.81º | 0.99% | 0.56% | - |
| HSV(B) | 293.81º | 0.88% | 1% | - |
| XYZ | 51.33 | 25.12 | 95.91 | - |
| YUV | 116.22 | 205.76 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 254 | 0.09 | 0.88 | 0 | 0.00 | 293.81 | 0.99 | 0.56 |
| Hex | E7 | 1F | FE | 9 | 58 | 0 | 0 | 126 | 63 | 38 |
| Octal | 347 | 37 | 376 | 11 | 130 | 0 | 0 | 446 | 143 | 70 |
| Binary | 11100111 | 11111 | 11111110 | 1001 | 1011000 | 0 | 0 | 100100110 | 1100011 | 111000 |
Color Harmonies of #E71FFE
Complementary color
Monochromatic Colors of #E71FFE
Black with #E71FFE
Text Example
Text Example
White with #E71FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71FFE; }
p { color: rgb(231,31,254); }
H1.HeaderClassName
{
color: #E71FFE;
}
.AnyTagClassName
{
color: #E71FFE;
}
</style>
background-color css
<style>
a { background-color: #E71FFE; }
a { background-color: rgb(231,31,254); }
div.DivClassName
{
background-color: #E71FFE;
}
.BgClassName
{
background-color: #E71FFE;
}
</style>
border-color css
<style>
span { border-color: #E71FFE; }
span { border-color: rgb(231,31,254); }
td.TdClassName
{
border-color: #E71FFE;
}
.TagClassName
{
border-color: #E71FFE;
}
</style>