Shades of Psychedelic Purple #E717F8
Tints of Psychedelic Purple #E717F8
RGB
CMYK
RGB Variations
Color information
#E717F8 (or 0xE717F8) is known color: Psychedelic Purple. HEX triplet: E7, 17 and F8. RGB value is (231,23,248). Sum of RGB (Red+Green+Blue) = 231+23+248=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 23 (9.38% from 255 or 4.58% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #E717F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E717F8 is #18E807. Grayscale: #6E6E6E. Windows color (decimal): -1632264 or 16259047. OLE color: 16259047.
HSL color Cylindrical-coordinate representation of color #E717F8: hue angle of 295.47º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E717F8 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 23 | 248 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.03 |
| HSL | 295.47º | 0.94% | 0.53% | - |
| HSV(B) | 295.47º | 0.91% | 0.97% | - |
| XYZ | 50.2 | 24.38 | 90.87 | - |
| YUV | 110.84 | 205.41 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 248 | 0.07 | 0.91 | 0 | 0.03 | 295.47 | 0.94 | 0.53 |
| Hex | E7 | 17 | F8 | 7 | 5B | 0 | 3 | 127 | 5E | 35 |
| Octal | 347 | 27 | 370 | 7 | 133 | 0 | 3 | 447 | 136 | 65 |
| Binary | 11100111 | 10111 | 11111000 | 111 | 1011011 | 0 | 11 | 100100111 | 1011110 | 110101 |
Color Harmonies of #E717F8
Complementary color
Monochromatic Colors of #E717F8
Black with #E717F8
Text Example
Text Example
White with #E717F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717F8; }
p { color: rgb(231,23,248); }
H1.HeaderClassName
{
color: #E717F8;
}
.AnyTagClassName
{
color: #E717F8;
}
</style>
background-color css
<style>
a { background-color: #E717F8; }
a { background-color: rgb(231,23,248); }
div.DivClassName
{
background-color: #E717F8;
}
.BgClassName
{
background-color: #E717F8;
}
</style>
border-color css
<style>
span { border-color: #E717F8; }
span { border-color: rgb(231,23,248); }
td.TdClassName
{
border-color: #E717F8;
}
.TagClassName
{
border-color: #E717F8;
}
</style>