Shades of Psychedelic Purple #E501FA
Tints of Psychedelic Purple #E501FA
RGB
CMYK
RGB Variations
Color information
#E501FA (or 0xE501FA) is known color: Psychedelic Purple. HEX triplet: E5, 01 and FA. RGB value is (229,1,250). Sum of RGB (Red+Green+Blue) = 229+1+250=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 1 (0.78% from 255 or 0.21% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #E501FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E501FA is #1AFE05. Grayscale: #606060. Windows color (decimal): -1768966 or 16384485. OLE color: 16384485.
HSL color Cylindrical-coordinate representation of color #E501FA: hue angle of 294.94º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501FA is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 1 | 250 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.02 |
| HSL | 294.94º | 0.99% | 0.49% | - |
| HSV(B) | 294.94º | 1% | 0.98% | - |
| XYZ | 49.58 | 23.58 | 92.38 | - |
| YUV | 97.56 | 214.04 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 250 | 0.08 | 1.00 | 0 | 0.02 | 294.94 | 0.99 | 0.49 |
| Hex | E5 | 1 | FA | 8 | 64 | 0 | 2 | 127 | 63 | 31 |
| Octal | 345 | 1 | 372 | 10 | 144 | 0 | 2 | 447 | 143 | 61 |
| Binary | 11100101 | 1 | 11111010 | 1000 | 1100100 | 0 | 10 | 100100111 | 1100011 | 110001 |
Color Harmonies of #E501FA
Complementary color
Monochromatic Colors of #E501FA
Black with #E501FA
Text Example
Text Example
White with #E501FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E501FA; }
p { color: rgb(229,1,250); }
H1.HeaderClassName
{
color: #E501FA;
}
.AnyTagClassName
{
color: #E501FA;
}
</style>
background-color css
<style>
a { background-color: #E501FA; }
a { background-color: rgb(229,1,250); }
div.DivClassName
{
background-color: #E501FA;
}
.BgClassName
{
background-color: #E501FA;
}
</style>
border-color css
<style>
span { border-color: #E501FA; }
span { border-color: rgb(229,1,250); }
td.TdClassName
{
border-color: #E501FA;
}
.TagClassName
{
border-color: #E501FA;
}
</style>