Shades of Psychedelic Purple #E417FA
Tints of Psychedelic Purple #E417FA
RGB
CMYK
RGB Variations
Color information
#E417FA (or 0xE417FA) is known color: Psychedelic Purple. HEX triplet: E4, 17 and FA. RGB value is (228,23,250). Sum of RGB (Red+Green+Blue) = 228+23+250=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #E417FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E417FA is #1BE805. Grayscale: #6D6D6D. Windows color (decimal): -1828870 or 16390116. OLE color: 16390116.
HSL color Cylindrical-coordinate representation of color #E417FA: hue angle of 294.19º 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 #E417FA is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 23 | 250 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.02 |
| HSL | 294.19º | 0.96% | 0.54% | - |
| HSV(B) | 294.19º | 0.91% | 0.98% | - |
| XYZ | 49.56 | 24.01 | 92.46 | - |
| YUV | 110.17 | 206.92 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 250 | 0.09 | 0.91 | 0 | 0.02 | 294.19 | 0.96 | 0.54 |
| Hex | E4 | 17 | FA | 9 | 5B | 0 | 2 | 126 | 60 | 36 |
| Octal | 344 | 27 | 372 | 11 | 133 | 0 | 2 | 446 | 140 | 66 |
| Binary | 11100100 | 10111 | 11111010 | 1001 | 1011011 | 0 | 10 | 100100110 | 1100000 | 110110 |
Color Harmonies of #E417FA
Complementary color
Monochromatic Colors of #E417FA
Black with #E417FA
Text Example
Text Example
White with #E417FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E417FA; }
p { color: rgb(228,23,250); }
H1.HeaderClassName
{
color: #E417FA;
}
.AnyTagClassName
{
color: #E417FA;
}
</style>
background-color css
<style>
a { background-color: #E417FA; }
a { background-color: rgb(228,23,250); }
div.DivClassName
{
background-color: #E417FA;
}
.BgClassName
{
background-color: #E417FA;
}
</style>
border-color css
<style>
span { border-color: #E417FA; }
span { border-color: rgb(228,23,250); }
td.TdClassName
{
border-color: #E417FA;
}
.TagClassName
{
border-color: #E417FA;
}
</style>