Shades of Psychedelic Purple #E507FE
Tints of Psychedelic Purple #E507FE
RGB
CMYK
RGB Variations
Color information
#E507FE (or 0xE507FE) is known color: Psychedelic Purple. HEX triplet: E5, 07 and FE. RGB value is (229,7,254). Sum of RGB (Red+Green+Blue) = 229+7+254=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 7 (3.12% from 255 or 1.43% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #E507FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E507FE is #1AF801. Grayscale: #646464. Windows color (decimal): -1767426 or 16648165. OLE color: 16648165.
HSL color Cylindrical-coordinate representation of color #E507FE: hue angle of 293.93º 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 #E507FE is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 7 | 254 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.00 |
| HSL | 293.93º | 0.99% | 0.51% | - |
| HSV(B) | 293.93º | 0.97% | 1% | - |
| XYZ | 50.28 | 23.97 | 95.74 | - |
| YUV | 101.54 | 214.05 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 254 | 0.10 | 0.97 | 0 | 0.00 | 293.93 | 0.99 | 0.51 |
| Hex | E5 | 7 | FE | A | 61 | 0 | 0 | 126 | 63 | 33 |
| Octal | 345 | 7 | 376 | 12 | 141 | 0 | 0 | 446 | 143 | 63 |
| Binary | 11100101 | 111 | 11111110 | 1010 | 1100001 | 0 | 0 | 100100110 | 1100011 | 110011 |
Color Harmonies of #E507FE
Complementary color
Monochromatic Colors of #E507FE
Black with #E507FE
Text Example
Text Example
White with #E507FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E507FE; }
p { color: rgb(229,7,254); }
H1.HeaderClassName
{
color: #E507FE;
}
.AnyTagClassName
{
color: #E507FE;
}
</style>
background-color css
<style>
a { background-color: #E507FE; }
a { background-color: rgb(229,7,254); }
div.DivClassName
{
background-color: #E507FE;
}
.BgClassName
{
background-color: #E507FE;
}
</style>
border-color css
<style>
span { border-color: #E507FE; }
span { border-color: rgb(229,7,254); }
td.TdClassName
{
border-color: #E507FE;
}
.TagClassName
{
border-color: #E507FE;
}
</style>