Shades of Psychedelic Purple #E50EFD
Tints of Psychedelic Purple #E50EFD
RGB
CMYK
RGB Variations
Color information
#E50EFD (or 0xE50EFD) is known color: Psychedelic Purple. HEX triplet: E5, 0E and FD. RGB value is (229,14,253). Sum of RGB (Red+Green+Blue) = 229+14+253=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 14 (5.86% from 255 or 2.82% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #E50EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50EFD is #1AF102. Grayscale: #686868. Windows color (decimal): -1765635 or 16584421. OLE color: 16584421.
HSL color Cylindrical-coordinate representation of color #E50EFD: hue angle of 293.97º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50EFD is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 14 | 253 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.01 |
| HSL | 293.97º | 0.98% | 0.52% | - |
| HSV(B) | 293.97º | 0.94% | 0.99% | - |
| XYZ | 50.2 | 24.06 | 94.93 | - |
| YUV | 105.53 | 211.23 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 14 | 253 | 0.09 | 0.94 | 0 | 0.01 | 293.97 | 0.98 | 0.52 |
| Hex | E5 | E | FD | 9 | 5E | 0 | 1 | 126 | 62 | 34 |
| Octal | 345 | 16 | 375 | 11 | 136 | 0 | 1 | 446 | 142 | 64 |
| Binary | 11100101 | 1110 | 11111101 | 1001 | 1011110 | 0 | 1 | 100100110 | 1100010 | 110100 |
Color Harmonies of #E50EFD
Complementary color
Monochromatic Colors of #E50EFD
Black with #E50EFD
Text Example
Text Example
White with #E50EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50EFD; }
p { color: rgb(229,14,253); }
H1.HeaderClassName
{
color: #E50EFD;
}
.AnyTagClassName
{
color: #E50EFD;
}
</style>
background-color css
<style>
a { background-color: #E50EFD; }
a { background-color: rgb(229,14,253); }
div.DivClassName
{
background-color: #E50EFD;
}
.BgClassName
{
background-color: #E50EFD;
}
</style>
border-color css
<style>
span { border-color: #E50EFD; }
span { border-color: rgb(229,14,253); }
td.TdClassName
{
border-color: #E50EFD;
}
.TagClassName
{
border-color: #E50EFD;
}
</style>