Shades of Psychedelic Purple #E717FD
Tints of Psychedelic Purple #E717FD
RGB
CMYK
RGB Variations
Color information
#E717FD (or 0xE717FD) is known color: Psychedelic Purple. HEX triplet: E7, 17 and FD. RGB value is (231,23,253). Sum of RGB (Red+Green+Blue) = 231+23+253=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 23 (9.38% from 255 or 4.54% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #E717FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E717FD is #18E802. Grayscale: #6E6E6E. Windows color (decimal): -1632259 or 16586727. OLE color: 16586727.
HSL color Cylindrical-coordinate representation of color #E717FD: hue angle of 294.26º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E717FD is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 23 | 253 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.01 |
| HSL | 294.26º | 0.98% | 0.54% | - |
| HSV(B) | 294.26º | 0.91% | 0.99% | - |
| XYZ | 50.99 | 24.69 | 95.01 | - |
| YUV | 111.41 | 207.91 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 253 | 0.09 | 0.91 | 0 | 0.01 | 294.26 | 0.98 | 0.54 |
| Hex | E7 | 17 | FD | 9 | 5B | 0 | 1 | 126 | 62 | 36 |
| Octal | 347 | 27 | 375 | 11 | 133 | 0 | 1 | 446 | 142 | 66 |
| Binary | 11100111 | 10111 | 11111101 | 1001 | 1011011 | 0 | 1 | 100100110 | 1100010 | 110110 |
Color Harmonies of #E717FD
Complementary color
Monochromatic Colors of #E717FD
Black with #E717FD
Text Example
Text Example
White with #E717FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717FD; }
p { color: rgb(231,23,253); }
H1.HeaderClassName
{
color: #E717FD;
}
.AnyTagClassName
{
color: #E717FD;
}
</style>
background-color css
<style>
a { background-color: #E717FD; }
a { background-color: rgb(231,23,253); }
div.DivClassName
{
background-color: #E717FD;
}
.BgClassName
{
background-color: #E717FD;
}
</style>
border-color css
<style>
span { border-color: #E717FD; }
span { border-color: rgb(231,23,253); }
td.TdClassName
{
border-color: #E717FD;
}
.TagClassName
{
border-color: #E717FD;
}
</style>