Shades of Psychedelic Purple #E817FC
Tints of Psychedelic Purple #E817FC
RGB
CMYK
RGB Variations
Color information
#E817FC (or 0xE817FC) is known color: Psychedelic Purple. HEX triplet: E8, 17 and FC. RGB value is (232,23,252). Sum of RGB (Red+Green+Blue) = 232+23+252=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 23 (9.38% from 255 or 4.54% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #E817FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E817FC is #17E803. Grayscale: #6E6E6E. Windows color (decimal): -1566724 or 16521192. OLE color: 16521192.
HSL color Cylindrical-coordinate representation of color #E817FC: hue angle of 294.76º degrees, saturation: 0.97, 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 #E817FC is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 23 | 252 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.01 |
| HSL | 294.76º | 0.97% | 0.54% | - |
| HSV(B) | 294.76º | 0.91% | 0.99% | - |
| XYZ | 51.16 | 24.8 | 94.19 | - |
| YUV | 111.6 | 207.24 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 252 | 0.08 | 0.91 | 0 | 0.01 | 294.76 | 0.97 | 0.54 |
| Hex | E8 | 17 | FC | 8 | 5B | 0 | 1 | 127 | 61 | 36 |
| Octal | 350 | 27 | 374 | 10 | 133 | 0 | 1 | 447 | 141 | 66 |
| Binary | 11101000 | 10111 | 11111100 | 1000 | 1011011 | 0 | 1 | 100100111 | 1100001 | 110110 |
Color Harmonies of #E817FC
Complementary color
Monochromatic Colors of #E817FC
Black with #E817FC
Text Example
Text Example
White with #E817FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E817FC; }
p { color: rgb(232,23,252); }
H1.HeaderClassName
{
color: #E817FC;
}
.AnyTagClassName
{
color: #E817FC;
}
</style>
background-color css
<style>
a { background-color: #E817FC; }
a { background-color: rgb(232,23,252); }
div.DivClassName
{
background-color: #E817FC;
}
.BgClassName
{
background-color: #E817FC;
}
</style>
border-color css
<style>
span { border-color: #E817FC; }
span { border-color: rgb(232,23,252); }
td.TdClassName
{
border-color: #E817FC;
}
.TagClassName
{
border-color: #E817FC;
}
</style>