Shades of Psychedelic Purple #E717FE
Tints of Psychedelic Purple #E717FE
RGB
CMYK
RGB Variations
Color information
#E717FE (or 0xE717FE) is known color: Psychedelic Purple. HEX triplet: E7, 17 and FE. RGB value is (231,23,254). Sum of RGB (Red+Green+Blue) = 231+23+254=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 23 (9.38% from 255 or 4.53% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #E717FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E717FE is #18E801. Grayscale: #6E6E6E. Windows color (decimal): -1632258 or 16652263. OLE color: 16652263.
HSL color Cylindrical-coordinate representation of color #E717FE: hue angle of 294.03º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E717FE is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 23 | 254 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.00 |
| HSL | 294.03º | 0.99% | 0.54% | - |
| HSV(B) | 294.03º | 0.91% | 1% | - |
| XYZ | 51.15 | 24.76 | 95.85 | - |
| YUV | 111.53 | 208.41 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 254 | 0.09 | 0.91 | 0 | 0.00 | 294.03 | 0.99 | 0.54 |
| Hex | E7 | 17 | FE | 9 | 5B | 0 | 0 | 126 | 63 | 36 |
| Octal | 347 | 27 | 376 | 11 | 133 | 0 | 0 | 446 | 143 | 66 |
| Binary | 11100111 | 10111 | 11111110 | 1001 | 1011011 | 0 | 0 | 100100110 | 1100011 | 110110 |
Color Harmonies of #E717FE
Complementary color
Monochromatic Colors of #E717FE
Black with #E717FE
Text Example
Text Example
White with #E717FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717FE; }
p { color: rgb(231,23,254); }
H1.HeaderClassName
{
color: #E717FE;
}
.AnyTagClassName
{
color: #E717FE;
}
</style>
background-color css
<style>
a { background-color: #E717FE; }
a { background-color: rgb(231,23,254); }
div.DivClassName
{
background-color: #E717FE;
}
.BgClassName
{
background-color: #E717FE;
}
</style>
border-color css
<style>
span { border-color: #E717FE; }
span { border-color: rgb(231,23,254); }
td.TdClassName
{
border-color: #E717FE;
}
.TagClassName
{
border-color: #E717FE;
}
</style>