Shades of Psychedelic Purple #E717F5
Tints of Psychedelic Purple #E717F5
RGB
CMYK
RGB Variations
Color information
#E717F5 (or 0xE717F5) is known color: Psychedelic Purple. HEX triplet: E7, 17 and F5. RGB value is (231,23,245). Sum of RGB (Red+Green+Blue) = 231+23+245=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 23 (9.38% from 255 or 4.61% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #E717F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E717F5 is #18E80A. Grayscale: #6D6D6D. Windows color (decimal): -1632267 or 16062439. OLE color: 16062439.
HSL color Cylindrical-coordinate representation of color #E717F5: hue angle of 296.22º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E717F5 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 23 | 245 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.04 |
| HSL | 296.22º | 0.92% | 0.53% | - |
| HSV(B) | 296.22º | 0.91% | 0.96% | - |
| XYZ | 49.74 | 24.19 | 88.43 | - |
| YUV | 110.5 | 203.91 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 245 | 0.06 | 0.91 | 0 | 0.04 | 296.22 | 0.92 | 0.53 |
| Hex | E7 | 17 | F5 | 6 | 5B | 0 | 4 | 128 | 5C | 35 |
| Octal | 347 | 27 | 365 | 6 | 133 | 0 | 4 | 450 | 134 | 65 |
| Binary | 11100111 | 10111 | 11110101 | 110 | 1011011 | 0 | 100 | 100101000 | 1011100 | 110101 |
Color Harmonies of #E717F5
Complementary color
Monochromatic Colors of #E717F5
Black with #E717F5
Text Example
Text Example
White with #E717F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717F5; }
p { color: rgb(231,23,245); }
H1.HeaderClassName
{
color: #E717F5;
}
.AnyTagClassName
{
color: #E717F5;
}
</style>
background-color css
<style>
a { background-color: #E717F5; }
a { background-color: rgb(231,23,245); }
div.DivClassName
{
background-color: #E717F5;
}
.BgClassName
{
background-color: #E717F5;
}
</style>
border-color css
<style>
span { border-color: #E717F5; }
span { border-color: rgb(231,23,245); }
td.TdClassName
{
border-color: #E717F5;
}
.TagClassName
{
border-color: #E717F5;
}
</style>