Shades of Psychedelic Purple #E517FD
Tints of Psychedelic Purple #E517FD
RGB
CMYK
RGB Variations
Color information
#E517FD (or 0xE517FD) is known color: Psychedelic Purple. HEX triplet: E5, 17 and FD. RGB value is (229,23,253). Sum of RGB (Red+Green+Blue) = 229+23+253=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 23 (9.38% from 255 or 4.55% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #E517FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E517FD is #1AE802. Grayscale: #6E6E6E. Windows color (decimal): -1763331 or 16586725. OLE color: 16586725.
HSL color Cylindrical-coordinate representation of color #E517FD: hue angle of 293.74º 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 #E517FD is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 23 | 253 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.01 |
| HSL | 293.74º | 0.98% | 0.54% | - |
| HSV(B) | 293.74º | 0.91% | 0.99% | - |
| XYZ | 50.35 | 24.36 | 94.98 | - |
| YUV | 110.81 | 208.25 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 253 | 0.09 | 0.91 | 0 | 0.01 | 293.74 | 0.98 | 0.54 |
| Hex | E5 | 17 | FD | 9 | 5B | 0 | 1 | 126 | 62 | 36 |
| Octal | 345 | 27 | 375 | 11 | 133 | 0 | 1 | 446 | 142 | 66 |
| Binary | 11100101 | 10111 | 11111101 | 1001 | 1011011 | 0 | 1 | 100100110 | 1100010 | 110110 |
Color Harmonies of #E517FD
Complementary color
Monochromatic Colors of #E517FD
Black with #E517FD
Text Example
Text Example
White with #E517FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E517FD; }
p { color: rgb(229,23,253); }
H1.HeaderClassName
{
color: #E517FD;
}
.AnyTagClassName
{
color: #E517FD;
}
</style>
background-color css
<style>
a { background-color: #E517FD; }
a { background-color: rgb(229,23,253); }
div.DivClassName
{
background-color: #E517FD;
}
.BgClassName
{
background-color: #E517FD;
}
</style>
border-color css
<style>
span { border-color: #E517FD; }
span { border-color: rgb(229,23,253); }
td.TdClassName
{
border-color: #E517FD;
}
.TagClassName
{
border-color: #E517FD;
}
</style>