Shades of Psychedelic Purple #E526FD
Tints of Psychedelic Purple #E526FD
RGB
CMYK
RGB Variations
Color information
#E526FD (or 0xE526FD) is known color: Psychedelic Purple. HEX triplet: E5, 26 and FD. RGB value is (229,38,253). Sum of RGB (Red+Green+Blue) = 229+38+253=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 38 (15.23% from 255 or 7.31% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #E526FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E526FD is #1AD902. Grayscale: #767676. Windows color (decimal): -1759491 or 16590565. OLE color: 16590565.
HSL color Cylindrical-coordinate representation of color #E526FD: hue angle of 293.3º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E526FD is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 38 | 253 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.01 |
| HSL | 293.3º | 0.98% | 0.57% | - |
| HSV(B) | 293.3º | 0.85% | 0.99% | - |
| XYZ | 50.74 | 25.14 | 95.11 | - |
| YUV | 119.62 | 203.28 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 253 | 0.09 | 0.85 | 0 | 0.01 | 293.3 | 0.98 | 0.57 |
| Hex | E5 | 26 | FD | 9 | 55 | 0 | 1 | 125 | 62 | 39 |
| Octal | 345 | 46 | 375 | 11 | 125 | 0 | 1 | 445 | 142 | 71 |
| Binary | 11100101 | 100110 | 11111101 | 1001 | 1010101 | 0 | 1 | 100100101 | 1100010 | 111001 |
Color Harmonies of #E526FD
Complementary color
Monochromatic Colors of #E526FD
Black with #E526FD
Text Example
Text Example
White with #E526FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E526FD; }
p { color: rgb(229,38,253); }
H1.HeaderClassName
{
color: #E526FD;
}
.AnyTagClassName
{
color: #E526FD;
}
</style>
background-color css
<style>
a { background-color: #E526FD; }
a { background-color: rgb(229,38,253); }
div.DivClassName
{
background-color: #E526FD;
}
.BgClassName
{
background-color: #E526FD;
}
</style>
border-color css
<style>
span { border-color: #E526FD; }
span { border-color: rgb(229,38,253); }
td.TdClassName
{
border-color: #E526FD;
}
.TagClassName
{
border-color: #E526FD;
}
</style>