Shades of Psychedelic Purple #E407FE
Tints of Psychedelic Purple #E407FE
RGB
CMYK
RGB Variations
Color information
#E407FE (or 0xE407FE) is known color: Psychedelic Purple. HEX triplet: E4, 07 and FE. RGB value is (228,7,254). Sum of RGB (Red+Green+Blue) = 228+7+254=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 7 (3.12% from 255 or 1.43% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #E407FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E407FE is #1BF801. Grayscale: #646464. Windows color (decimal): -1832962 or 16648164. OLE color: 16648164.
HSL color Cylindrical-coordinate representation of color #E407FE: hue angle of 293.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E407FE is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 7 | 254 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.00 |
| HSL | 293.68º | 0.99% | 0.51% | - |
| HSV(B) | 293.68º | 0.97% | 1% | - |
| XYZ | 49.96 | 23.8 | 95.73 | - |
| YUV | 101.24 | 214.22 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 254 | 0.10 | 0.97 | 0 | 0.00 | 293.68 | 0.99 | 0.51 |
| Hex | E4 | 7 | FE | A | 61 | 0 | 0 | 126 | 63 | 33 |
| Octal | 344 | 7 | 376 | 12 | 141 | 0 | 0 | 446 | 143 | 63 |
| Binary | 11100100 | 111 | 11111110 | 1010 | 1100001 | 0 | 0 | 100100110 | 1100011 | 110011 |
Color Harmonies of #E407FE
Complementary color
Monochromatic Colors of #E407FE
Black with #E407FE
Text Example
Text Example
White with #E407FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407FE; }
p { color: rgb(228,7,254); }
H1.HeaderClassName
{
color: #E407FE;
}
.AnyTagClassName
{
color: #E407FE;
}
</style>
background-color css
<style>
a { background-color: #E407FE; }
a { background-color: rgb(228,7,254); }
div.DivClassName
{
background-color: #E407FE;
}
.BgClassName
{
background-color: #E407FE;
}
</style>
border-color css
<style>
span { border-color: #E407FE; }
span { border-color: rgb(228,7,254); }
td.TdClassName
{
border-color: #E407FE;
}
.TagClassName
{
border-color: #E407FE;
}
</style>