Shades of Psychedelic Purple #E717FA
Tints of Psychedelic Purple #E717FA
RGB
CMYK
RGB Variations
Color information
#E717FA (or 0xE717FA) is known color: Psychedelic Purple. HEX triplet: E7, 17 and FA. RGB value is (231,23,250). Sum of RGB (Red+Green+Blue) = 231+23+250=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 23 (9.38% from 255 or 4.56% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #E717FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E717FA is #18E805. Grayscale: #6E6E6E. Windows color (decimal): -1632262 or 16390119. OLE color: 16390119.
HSL color Cylindrical-coordinate representation of color #E717FA: hue angle of 294.98º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E717FA is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 23 | 250 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.02 |
| HSL | 294.98º | 0.96% | 0.54% | - |
| HSV(B) | 294.98º | 0.91% | 0.98% | - |
| XYZ | 50.52 | 24.5 | 92.51 | - |
| YUV | 111.07 | 206.41 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 250 | 0.08 | 0.91 | 0 | 0.02 | 294.98 | 0.96 | 0.54 |
| Hex | E7 | 17 | FA | 8 | 5B | 0 | 2 | 127 | 60 | 36 |
| Octal | 347 | 27 | 372 | 10 | 133 | 0 | 2 | 447 | 140 | 66 |
| Binary | 11100111 | 10111 | 11111010 | 1000 | 1011011 | 0 | 10 | 100100111 | 1100000 | 110110 |
Color Harmonies of #E717FA
Complementary color
Monochromatic Colors of #E717FA
Black with #E717FA
Text Example
Text Example
White with #E717FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717FA; }
p { color: rgb(231,23,250); }
H1.HeaderClassName
{
color: #E717FA;
}
.AnyTagClassName
{
color: #E717FA;
}
</style>
background-color css
<style>
a { background-color: #E717FA; }
a { background-color: rgb(231,23,250); }
div.DivClassName
{
background-color: #E717FA;
}
.BgClassName
{
background-color: #E717FA;
}
</style>
border-color css
<style>
span { border-color: #E717FA; }
span { border-color: rgb(231,23,250); }
td.TdClassName
{
border-color: #E717FA;
}
.TagClassName
{
border-color: #E717FA;
}
</style>