Shades of Psychedelic Purple #E526FA
Tints of Psychedelic Purple #E526FA
RGB
CMYK
RGB Variations
Color information
#E526FA (or 0xE526FA) is known color: Psychedelic Purple. HEX triplet: E5, 26 and FA. RGB value is (229,38,250). Sum of RGB (Red+Green+Blue) = 229+38+250=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 38 (15.23% from 255 or 7.35% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #E526FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E526FA is #1AD905. Grayscale: #767676. Windows color (decimal): -1759494 or 16393957. OLE color: 16393957.
HSL color Cylindrical-coordinate representation of color #E526FA: hue angle of 294.06º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E526FA is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 38 | 250 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.02 |
| HSL | 294.06º | 0.95% | 0.56% | - |
| HSV(B) | 294.06º | 0.85% | 0.98% | - |
| XYZ | 50.26 | 24.95 | 92.61 | - |
| YUV | 119.28 | 201.78 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 250 | 0.08 | 0.85 | 0 | 0.02 | 294.06 | 0.95 | 0.56 |
| Hex | E5 | 26 | FA | 8 | 55 | 0 | 2 | 126 | 5F | 38 |
| Octal | 345 | 46 | 372 | 10 | 125 | 0 | 2 | 446 | 137 | 70 |
| Binary | 11100101 | 100110 | 11111010 | 1000 | 1010101 | 0 | 10 | 100100110 | 1011111 | 111000 |
Color Harmonies of #E526FA
Complementary color
Monochromatic Colors of #E526FA
Black with #E526FA
Text Example
Text Example
White with #E526FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E526FA; }
p { color: rgb(229,38,250); }
H1.HeaderClassName
{
color: #E526FA;
}
.AnyTagClassName
{
color: #E526FA;
}
</style>
background-color css
<style>
a { background-color: #E526FA; }
a { background-color: rgb(229,38,250); }
div.DivClassName
{
background-color: #E526FA;
}
.BgClassName
{
background-color: #E526FA;
}
</style>
border-color css
<style>
span { border-color: #E526FA; }
span { border-color: rgb(229,38,250); }
td.TdClassName
{
border-color: #E526FA;
}
.TagClassName
{
border-color: #E526FA;
}
</style>