Shades of Psychedelic Purple #E710FE
Tints of Psychedelic Purple #E710FE
RGB
CMYK
RGB Variations
Color information
#E710FE (or 0xE710FE) is known color: Psychedelic Purple. HEX triplet: E7, 10 and FE. RGB value is (231,16,254). Sum of RGB (Red+Green+Blue) = 231+16+254=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 16 (6.64% from 255 or 3.19% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #E710FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E710FE is #18EF01. Grayscale: #6A6A6A. Windows color (decimal): -1634050 or 16650471. OLE color: 16650471.
HSL color Cylindrical-coordinate representation of color #E710FE: hue angle of 294.2º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E710FE is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 16 | 254 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.00 |
| HSL | 294.2º | 0.99% | 0.53% | - |
| HSV(B) | 294.2º | 0.94% | 1% | - |
| XYZ | 51.03 | 24.52 | 95.81 | - |
| YUV | 107.42 | 210.73 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 254 | 0.09 | 0.94 | 0 | 0.00 | 294.2 | 0.99 | 0.53 |
| Hex | E7 | 10 | FE | 9 | 5E | 0 | 0 | 126 | 63 | 35 |
| Octal | 347 | 20 | 376 | 11 | 136 | 0 | 0 | 446 | 143 | 65 |
| Binary | 11100111 | 10000 | 11111110 | 1001 | 1011110 | 0 | 0 | 100100110 | 1100011 | 110101 |
Color Harmonies of #E710FE
Complementary color
Monochromatic Colors of #E710FE
Black with #E710FE
Text Example
Text Example
White with #E710FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E710FE; }
p { color: rgb(231,16,254); }
H1.HeaderClassName
{
color: #E710FE;
}
.AnyTagClassName
{
color: #E710FE;
}
</style>
background-color css
<style>
a { background-color: #E710FE; }
a { background-color: rgb(231,16,254); }
div.DivClassName
{
background-color: #E710FE;
}
.BgClassName
{
background-color: #E710FE;
}
</style>
border-color css
<style>
span { border-color: #E710FE; }
span { border-color: rgb(231,16,254); }
td.TdClassName
{
border-color: #E710FE;
}
.TagClassName
{
border-color: #E710FE;
}
</style>