Shades of Psychedelic Purple #E717EF
Tints of Psychedelic Purple #E717EF
RGB
CMYK
RGB Variations
Color information
#E717EF (or 0xE717EF) is known color: Psychedelic Purple. HEX triplet: E7, 17 and EF. RGB value is (231,23,239). Sum of RGB (Red+Green+Blue) = 231+23+239=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 23 (9.38% from 255 or 4.67% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #E717EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E717EF is #18E810. Grayscale: #6D6D6D. Windows color (decimal): -1632273 or 15669223. OLE color: 15669223.
HSL color Cylindrical-coordinate representation of color #E717EF: hue angle of 297.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E717EF is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 23 | 239 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.06 |
| HSL | 297.78º | 0.87% | 0.51% | - |
| HSV(B) | 297.78º | 0.9% | 0.94% | - |
| XYZ | 48.84 | 23.83 | 83.69 | - |
| YUV | 109.82 | 200.91 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 239 | 0.03 | 0.90 | 0 | 0.06 | 297.78 | 0.87 | 0.51 |
| Hex | E7 | 17 | EF | 3 | 5A | 0 | 6 | 12A | 57 | 33 |
| Octal | 347 | 27 | 357 | 3 | 132 | 0 | 6 | 452 | 127 | 63 |
| Binary | 11100111 | 10111 | 11101111 | 11 | 1011010 | 0 | 110 | 100101010 | 1010111 | 110011 |
Color Harmonies of #E717EF
Complementary color
Monochromatic Colors of #E717EF
Black with #E717EF
Text Example
Text Example
White with #E717EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717EF; }
p { color: rgb(231,23,239); }
H1.HeaderClassName
{
color: #E717EF;
}
.AnyTagClassName
{
color: #E717EF;
}
</style>
background-color css
<style>
a { background-color: #E717EF; }
a { background-color: rgb(231,23,239); }
div.DivClassName
{
background-color: #E717EF;
}
.BgClassName
{
background-color: #E717EF;
}
</style>
border-color css
<style>
span { border-color: #E717EF; }
span { border-color: rgb(231,23,239); }
td.TdClassName
{
border-color: #E717EF;
}
.TagClassName
{
border-color: #E717EF;
}
</style>