Shades of Psychedelic Purple #E534FA
Tints of Psychedelic Purple #E534FA
RGB
CMYK
RGB Variations
Color information
#E534FA (or 0xE534FA) is known color: Psychedelic Purple. HEX triplet: E5, 34 and FA. RGB value is (229,52,250). Sum of RGB (Red+Green+Blue) = 229+52+250=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 52 (20.70% from 255 or 9.79% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #E534FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E534FA is #1ACB05. Grayscale: #7E7E7E. Windows color (decimal): -1755910 or 16397541. OLE color: 16397541.
HSL color Cylindrical-coordinate representation of color #E534FA: hue angle of 293.64º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E534FA is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 52 | 250 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.02 |
| HSL | 293.64º | 0.95% | 0.59% | - |
| HSV(B) | 293.64º | 0.79% | 0.98% | - |
| XYZ | 50.8 | 26.02 | 92.79 | - |
| YUV | 127.5 | 197.14 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 250 | 0.08 | 0.79 | 0 | 0.02 | 293.64 | 0.95 | 0.59 |
| Hex | E5 | 34 | FA | 8 | 4F | 0 | 2 | 126 | 5F | 3B |
| Octal | 345 | 64 | 372 | 10 | 117 | 0 | 2 | 446 | 137 | 73 |
| Binary | 11100101 | 110100 | 11111010 | 1000 | 1001111 | 0 | 10 | 100100110 | 1011111 | 111011 |
Color Harmonies of #E534FA
Complementary color
Monochromatic Colors of #E534FA
Black with #E534FA
Text Example
Text Example
White with #E534FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534FA; }
p { color: rgb(229,52,250); }
H1.HeaderClassName
{
color: #E534FA;
}
.AnyTagClassName
{
color: #E534FA;
}
</style>
background-color css
<style>
a { background-color: #E534FA; }
a { background-color: rgb(229,52,250); }
div.DivClassName
{
background-color: #E534FA;
}
.BgClassName
{
background-color: #E534FA;
}
</style>
border-color css
<style>
span { border-color: #E534FA; }
span { border-color: rgb(229,52,250); }
td.TdClassName
{
border-color: #E534FA;
}
.TagClassName
{
border-color: #E534FA;
}
</style>