Shades of Psychedelic Purple #E717FF
Tints of Psychedelic Purple #E717FF
RGB
CMYK
RGB Variations
Color information
#E717FF (or 0xE717FF) is known color: Psychedelic Purple. HEX triplet: E7, 17 and FF. RGB value is (231,23,255). Sum of RGB (Red+Green+Blue) = 231+23+255=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 23 (9.38% from 255 or 4.52% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #E717FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E717FF is #18E800. Grayscale: #6E6E6E. Windows color (decimal): -1632257 or 16717799. OLE color: 16717799.
HSL color Cylindrical-coordinate representation of color #E717FF: hue angle of 293.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E717FF is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 23 | 255 | - |
| CMYK | 0.09 | 0.91 | 0 | 0 |
| HSL | 293.79º | 1% | 0.55% | - |
| HSV(B) | 293.79º | 0.91% | 1% | - |
| XYZ | 51.31 | 24.82 | 96.69 | - |
| YUV | 111.64 | 208.91 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 255 | 0.09 | 0.91 | 0 | 0 | 293.79 | 1 | 0.55 |
| Hex | E7 | 17 | FF | 9 | 5B | 0 | 0 | 126 | 64 | 37 |
| Octal | 347 | 27 | 377 | 11 | 133 | 0 | 0 | 446 | 144 | 67 |
| Binary | 11100111 | 10111 | 11111111 | 1001 | 1011011 | 0 | 0 | 100100110 | 1100100 | 110111 |
Color Harmonies of #E717FF
Complementary color
Monochromatic Colors of #E717FF
Black with #E717FF
Text Example
Text Example
White with #E717FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717FF; }
p { color: rgb(231,23,255); }
H1.HeaderClassName
{
color: #E717FF;
}
.AnyTagClassName
{
color: #E717FF;
}
</style>
background-color css
<style>
a { background-color: #E717FF; }
a { background-color: rgb(231,23,255); }
div.DivClassName
{
background-color: #E717FF;
}
.BgClassName
{
background-color: #E717FF;
}
</style>
border-color css
<style>
span { border-color: #E717FF; }
span { border-color: rgb(231,23,255); }
td.TdClassName
{
border-color: #E717FF;
}
.TagClassName
{
border-color: #E717FF;
}
</style>