Shades of Psychedelic Purple #E407FA
Tints of Psychedelic Purple #E407FA
RGB
CMYK
RGB Variations
Color information
#E407FA (or 0xE407FA) is known color: Psychedelic Purple. HEX triplet: E4, 07 and FA. RGB value is (228,7,250). Sum of RGB (Red+Green+Blue) = 228+7+250=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 7 (3.12% from 255 or 1.44% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #E407FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E407FA is #1BF805. Grayscale: #646464. Windows color (decimal): -1832966 or 16386020. OLE color: 16386020.
HSL color Cylindrical-coordinate representation of color #E407FA: hue angle of 294.57º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E407FA is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 7 | 250 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.02 |
| HSL | 294.57º | 0.96% | 0.5% | - |
| HSV(B) | 294.57º | 0.97% | 0.98% | - |
| XYZ | 49.33 | 23.55 | 92.39 | - |
| YUV | 100.78 | 212.22 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 250 | 0.09 | 0.97 | 0 | 0.02 | 294.57 | 0.96 | 0.5 |
| Hex | E4 | 7 | FA | 9 | 61 | 0 | 2 | 127 | 60 | 32 |
| Octal | 344 | 7 | 372 | 11 | 141 | 0 | 2 | 447 | 140 | 62 |
| Binary | 11100100 | 111 | 11111010 | 1001 | 1100001 | 0 | 10 | 100100111 | 1100000 | 110010 |
Color Harmonies of #E407FA
Complementary color
Monochromatic Colors of #E407FA
Black with #E407FA
Text Example
Text Example
White with #E407FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407FA; }
p { color: rgb(228,7,250); }
H1.HeaderClassName
{
color: #E407FA;
}
.AnyTagClassName
{
color: #E407FA;
}
</style>
background-color css
<style>
a { background-color: #E407FA; }
a { background-color: rgb(228,7,250); }
div.DivClassName
{
background-color: #E407FA;
}
.BgClassName
{
background-color: #E407FA;
}
</style>
border-color css
<style>
span { border-color: #E407FA; }
span { border-color: rgb(228,7,250); }
td.TdClassName
{
border-color: #E407FA;
}
.TagClassName
{
border-color: #E407FA;
}
</style>