Shades of Psychedelic Purple #E524FD
Tints of Psychedelic Purple #E524FD
RGB
CMYK
RGB Variations
Color information
#E524FD (or 0xE524FD) is known color: Psychedelic Purple. HEX triplet: E5, 24 and FD. RGB value is (229,36,253). Sum of RGB (Red+Green+Blue) = 229+36+253=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 36 (14.45% from 255 or 6.95% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #E524FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E524FD is #1ADB02. Grayscale: #757575. Windows color (decimal): -1760003 or 16590053. OLE color: 16590053.
HSL color Cylindrical-coordinate representation of color #E524FD: hue angle of 293.36º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E524FD is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 36 | 253 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.01 |
| HSL | 293.36º | 0.98% | 0.57% | - |
| HSV(B) | 293.36º | 0.86% | 0.99% | - |
| XYZ | 50.67 | 25.01 | 95.09 | - |
| YUV | 118.45 | 203.94 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 253 | 0.09 | 0.86 | 0 | 0.01 | 293.36 | 0.98 | 0.57 |
| Hex | E5 | 24 | FD | 9 | 56 | 0 | 1 | 125 | 62 | 39 |
| Octal | 345 | 44 | 375 | 11 | 126 | 0 | 1 | 445 | 142 | 71 |
| Binary | 11100101 | 100100 | 11111101 | 1001 | 1010110 | 0 | 1 | 100100101 | 1100010 | 111001 |
Color Harmonies of #E524FD
Complementary color
Monochromatic Colors of #E524FD
Black with #E524FD
Text Example
Text Example
White with #E524FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E524FD; }
p { color: rgb(229,36,253); }
H1.HeaderClassName
{
color: #E524FD;
}
.AnyTagClassName
{
color: #E524FD;
}
</style>
background-color css
<style>
a { background-color: #E524FD; }
a { background-color: rgb(229,36,253); }
div.DivClassName
{
background-color: #E524FD;
}
.BgClassName
{
background-color: #E524FD;
}
</style>
border-color css
<style>
span { border-color: #E524FD; }
span { border-color: rgb(229,36,253); }
td.TdClassName
{
border-color: #E524FD;
}
.TagClassName
{
border-color: #E524FD;
}
</style>