Shades of Psychedelic Purple #E523FD
Tints of Psychedelic Purple #E523FD
RGB
CMYK
RGB Variations
Color information
#E523FD (or 0xE523FD) is known color: Psychedelic Purple. HEX triplet: E5, 23 and FD. RGB value is (229,35,253). Sum of RGB (Red+Green+Blue) = 229+35+253=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 35 (14.06% from 255 or 6.77% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #E523FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E523FD is #1ADC02. Grayscale: #757575. Windows color (decimal): -1760259 or 16589797. OLE color: 16589797.
HSL color Cylindrical-coordinate representation of color #E523FD: hue angle of 293.39º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E523FD is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 35 | 253 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.01 |
| HSL | 293.39º | 0.98% | 0.56% | - |
| HSV(B) | 293.39º | 0.86% | 0.99% | - |
| XYZ | 50.64 | 24.95 | 95.08 | - |
| YUV | 117.86 | 204.27 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 253 | 0.09 | 0.86 | 0 | 0.01 | 293.39 | 0.98 | 0.56 |
| Hex | E5 | 23 | FD | 9 | 56 | 0 | 1 | 125 | 62 | 38 |
| Octal | 345 | 43 | 375 | 11 | 126 | 0 | 1 | 445 | 142 | 70 |
| Binary | 11100101 | 100011 | 11111101 | 1001 | 1010110 | 0 | 1 | 100100101 | 1100010 | 111000 |
Color Harmonies of #E523FD
Complementary color
Monochromatic Colors of #E523FD
Black with #E523FD
Text Example
Text Example
White with #E523FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E523FD; }
p { color: rgb(229,35,253); }
H1.HeaderClassName
{
color: #E523FD;
}
.AnyTagClassName
{
color: #E523FD;
}
</style>
background-color css
<style>
a { background-color: #E523FD; }
a { background-color: rgb(229,35,253); }
div.DivClassName
{
background-color: #E523FD;
}
.BgClassName
{
background-color: #E523FD;
}
</style>
border-color css
<style>
span { border-color: #E523FD; }
span { border-color: rgb(229,35,253); }
td.TdClassName
{
border-color: #E523FD;
}
.TagClassName
{
border-color: #E523FD;
}
</style>