Shades of Psychedelic Purple #E817FD
Tints of Psychedelic Purple #E817FD
RGB
CMYK
RGB Variations
Color information
#E817FD (or 0xE817FD) is known color: Psychedelic Purple. HEX triplet: E8, 17 and FD. RGB value is (232,23,253). Sum of RGB (Red+Green+Blue) = 232+23+253=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 23 (9.38% from 255 or 4.53% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #E817FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E817FD is #17E802. Grayscale: #6E6E6E. Windows color (decimal): -1566723 or 16586728. OLE color: 16586728.
HSL color Cylindrical-coordinate representation of color #E817FD: hue angle of 294.52º 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 #E817FD is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 23 | 253 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.01 |
| HSL | 294.52º | 0.98% | 0.54% | - |
| HSV(B) | 294.52º | 0.91% | 0.99% | - |
| XYZ | 51.31 | 24.86 | 95.02 | - |
| YUV | 111.71 | 207.74 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 253 | 0.08 | 0.91 | 0 | 0.01 | 294.52 | 0.98 | 0.54 |
| Hex | E8 | 17 | FD | 8 | 5B | 0 | 1 | 127 | 62 | 36 |
| Octal | 350 | 27 | 375 | 10 | 133 | 0 | 1 | 447 | 142 | 66 |
| Binary | 11101000 | 10111 | 11111101 | 1000 | 1011011 | 0 | 1 | 100100111 | 1100010 | 110110 |
Color Harmonies of #E817FD
Complementary color
Monochromatic Colors of #E817FD
Black with #E817FD
Text Example
Text Example
White with #E817FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E817FD; }
p { color: rgb(232,23,253); }
H1.HeaderClassName
{
color: #E817FD;
}
.AnyTagClassName
{
color: #E817FD;
}
</style>
background-color css
<style>
a { background-color: #E817FD; }
a { background-color: rgb(232,23,253); }
div.DivClassName
{
background-color: #E817FD;
}
.BgClassName
{
background-color: #E817FD;
}
</style>
border-color css
<style>
span { border-color: #E817FD; }
span { border-color: rgb(232,23,253); }
td.TdClassName
{
border-color: #E817FD;
}
.TagClassName
{
border-color: #E817FD;
}
</style>