Shades of Psychedelic Purple #E817FA
Tints of Psychedelic Purple #E817FA
RGB
CMYK
RGB Variations
Color information
#E817FA (or 0xE817FA) is known color: Psychedelic Purple. HEX triplet: E8, 17 and FA. RGB value is (232,23,250). Sum of RGB (Red+Green+Blue) = 232+23+250=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 23 (9.38% from 255 or 4.55% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #E817FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E817FA is #17E805. Grayscale: #6E6E6E. Windows color (decimal): -1566726 or 16390120. OLE color: 16390120.
HSL color Cylindrical-coordinate representation of color #E817FA: hue angle of 295.24º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E817FA is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 23 | 250 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.02 |
| HSL | 295.24º | 0.96% | 0.54% | - |
| HSV(B) | 295.24º | 0.91% | 0.98% | - |
| XYZ | 50.84 | 24.67 | 92.52 | - |
| YUV | 111.37 | 206.24 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 250 | 0.07 | 0.91 | 0 | 0.02 | 295.24 | 0.96 | 0.54 |
| Hex | E8 | 17 | FA | 7 | 5B | 0 | 2 | 127 | 60 | 36 |
| Octal | 350 | 27 | 372 | 7 | 133 | 0 | 2 | 447 | 140 | 66 |
| Binary | 11101000 | 10111 | 11111010 | 111 | 1011011 | 0 | 10 | 100100111 | 1100000 | 110110 |
Color Harmonies of #E817FA
Complementary color
Monochromatic Colors of #E817FA
Black with #E817FA
Text Example
Text Example
White with #E817FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E817FA; }
p { color: rgb(232,23,250); }
H1.HeaderClassName
{
color: #E817FA;
}
.AnyTagClassName
{
color: #E817FA;
}
</style>
background-color css
<style>
a { background-color: #E817FA; }
a { background-color: rgb(232,23,250); }
div.DivClassName
{
background-color: #E817FA;
}
.BgClassName
{
background-color: #E817FA;
}
</style>
border-color css
<style>
span { border-color: #E817FA; }
span { border-color: rgb(232,23,250); }
td.TdClassName
{
border-color: #E817FA;
}
.TagClassName
{
border-color: #E817FA;
}
</style>