Shades of Psychedelic Purple #E531FA
Tints of Psychedelic Purple #E531FA
RGB
CMYK
RGB Variations
Color information
#E531FA (or 0xE531FA) is known color: Psychedelic Purple. HEX triplet: E5, 31 and FA. RGB value is (229,49,250). Sum of RGB (Red+Green+Blue) = 229+49+250=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #E531FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E531FA is #1ACE05. Grayscale: #7D7D7D. Windows color (decimal): -1756678 or 16396773. OLE color: 16396773.
HSL color Cylindrical-coordinate representation of color #E531FA: hue angle of 293.73º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E531FA is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 49 | 250 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.02 |
| HSL | 293.73º | 0.95% | 0.59% | - |
| HSV(B) | 293.73º | 0.8% | 0.98% | - |
| XYZ | 50.67 | 25.76 | 92.74 | - |
| YUV | 125.73 | 198.13 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 250 | 0.08 | 0.80 | 0 | 0.02 | 293.73 | 0.95 | 0.59 |
| Hex | E5 | 31 | FA | 8 | 50 | 0 | 2 | 126 | 5F | 3B |
| Octal | 345 | 61 | 372 | 10 | 120 | 0 | 2 | 446 | 137 | 73 |
| Binary | 11100101 | 110001 | 11111010 | 1000 | 1010000 | 0 | 10 | 100100110 | 1011111 | 111011 |
Color Harmonies of #E531FA
Complementary color
Monochromatic Colors of #E531FA
Black with #E531FA
Text Example
Text Example
White with #E531FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531FA; }
p { color: rgb(229,49,250); }
H1.HeaderClassName
{
color: #E531FA;
}
.AnyTagClassName
{
color: #E531FA;
}
</style>
background-color css
<style>
a { background-color: #E531FA; }
a { background-color: rgb(229,49,250); }
div.DivClassName
{
background-color: #E531FA;
}
.BgClassName
{
background-color: #E531FA;
}
</style>
border-color css
<style>
span { border-color: #E531FA; }
span { border-color: rgb(229,49,250); }
td.TdClassName
{
border-color: #E531FA;
}
.TagClassName
{
border-color: #E531FA;
}
</style>