Shades of Psychedelic Purple #E50AFD
Tints of Psychedelic Purple #E50AFD
RGB
CMYK
RGB Variations
Color information
#E50AFD (or 0xE50AFD) is known color: Psychedelic Purple. HEX triplet: E5, 0A and FD. RGB value is (229,10,253). Sum of RGB (Red+Green+Blue) = 229+10+253=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 10 (4.30% from 255 or 2.03% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #E50AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50AFD is #1AF502. Grayscale: #666666. Windows color (decimal): -1766659 or 16583397. OLE color: 16583397.
HSL color Cylindrical-coordinate representation of color #E50AFD: hue angle of 294.07º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50AFD is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 10 | 253 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.01 |
| HSL | 294.07º | 0.98% | 0.52% | - |
| HSV(B) | 294.07º | 0.96% | 0.99% | - |
| XYZ | 50.15 | 23.97 | 94.91 | - |
| YUV | 103.18 | 212.55 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 253 | 0.09 | 0.96 | 0 | 0.01 | 294.07 | 0.98 | 0.52 |
| Hex | E5 | A | FD | 9 | 60 | 0 | 1 | 126 | 62 | 34 |
| Octal | 345 | 12 | 375 | 11 | 140 | 0 | 1 | 446 | 142 | 64 |
| Binary | 11100101 | 1010 | 11111101 | 1001 | 1100000 | 0 | 1 | 100100110 | 1100010 | 110100 |
Color Harmonies of #E50AFD
Complementary color
Monochromatic Colors of #E50AFD
Black with #E50AFD
Text Example
Text Example
White with #E50AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50AFD; }
p { color: rgb(229,10,253); }
H1.HeaderClassName
{
color: #E50AFD;
}
.AnyTagClassName
{
color: #E50AFD;
}
</style>
background-color css
<style>
a { background-color: #E50AFD; }
a { background-color: rgb(229,10,253); }
div.DivClassName
{
background-color: #E50AFD;
}
.BgClassName
{
background-color: #E50AFD;
}
</style>
border-color css
<style>
span { border-color: #E50AFD; }
span { border-color: rgb(229,10,253); }
td.TdClassName
{
border-color: #E50AFD;
}
.TagClassName
{
border-color: #E50AFD;
}
</style>