Shades of Psychedelic Purple #E507FA
Tints of Psychedelic Purple #E507FA
RGB
CMYK
RGB Variations
Color information
#E507FA (or 0xE507FA) is known color: Psychedelic Purple. HEX triplet: E5, 07 and FA. RGB value is (229,7,250). Sum of RGB (Red+Green+Blue) = 229+7+250=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 7 (3.12% from 255 or 1.44% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #E507FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E507FA is #1AF805. Grayscale: #646464. Windows color (decimal): -1767430 or 16386021. OLE color: 16386021.
HSL color Cylindrical-coordinate representation of color #E507FA: hue angle of 294.81º 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 #E507FA is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 7 | 250 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.02 |
| HSL | 294.81º | 0.96% | 0.5% | - |
| HSV(B) | 294.81º | 0.97% | 0.98% | - |
| XYZ | 49.64 | 23.71 | 92.4 | - |
| YUV | 101.08 | 212.05 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 250 | 0.08 | 0.97 | 0 | 0.02 | 294.81 | 0.96 | 0.5 |
| Hex | E5 | 7 | FA | 8 | 61 | 0 | 2 | 127 | 60 | 32 |
| Octal | 345 | 7 | 372 | 10 | 141 | 0 | 2 | 447 | 140 | 62 |
| Binary | 11100101 | 111 | 11111010 | 1000 | 1100001 | 0 | 10 | 100100111 | 1100000 | 110010 |
Color Harmonies of #E507FA
Complementary color
Monochromatic Colors of #E507FA
Black with #E507FA
Text Example
Text Example
White with #E507FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E507FA; }
p { color: rgb(229,7,250); }
H1.HeaderClassName
{
color: #E507FA;
}
.AnyTagClassName
{
color: #E507FA;
}
</style>
background-color css
<style>
a { background-color: #E507FA; }
a { background-color: rgb(229,7,250); }
div.DivClassName
{
background-color: #E507FA;
}
.BgClassName
{
background-color: #E507FA;
}
</style>
border-color css
<style>
span { border-color: #E507FA; }
span { border-color: rgb(229,7,250); }
td.TdClassName
{
border-color: #E507FA;
}
.TagClassName
{
border-color: #E507FA;
}
</style>