Shades of Psychedelic Purple #E50DFF
Tints of Psychedelic Purple #E50DFF
RGB
CMYK
RGB Variations
Color information
#E50DFF (or 0xE50DFF) is known color: Psychedelic Purple. HEX triplet: E5, 0D and FF. RGB value is (229,13,255). Sum of RGB (Red+Green+Blue) = 229+13+255=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 13 (5.47% from 255 or 2.62% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #E50DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50DFF is #1AF200. Grayscale: #686868. Windows color (decimal): -1765889 or 16715237. OLE color: 16715237.
HSL color Cylindrical-coordinate representation of color #E50DFF: hue angle of 293.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50DFF is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 13 | 255 | - |
| CMYK | 0.10 | 0.95 | 0 | 0 |
| HSL | 293.55º | 1% | 0.53% | - |
| HSV(B) | 293.55º | 0.95% | 1% | - |
| XYZ | 50.51 | 24.17 | 96.61 | - |
| YUV | 105.17 | 212.56 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 255 | 0.10 | 0.95 | 0 | 0 | 293.55 | 1 | 0.53 |
| Hex | E5 | D | FF | A | 5F | 0 | 0 | 126 | 64 | 35 |
| Octal | 345 | 15 | 377 | 12 | 137 | 0 | 0 | 446 | 144 | 65 |
| Binary | 11100101 | 1101 | 11111111 | 1010 | 1011111 | 0 | 0 | 100100110 | 1100100 | 110101 |
Color Harmonies of #E50DFF
Complementary color
Monochromatic Colors of #E50DFF
Black with #E50DFF
Text Example
Text Example
White with #E50DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DFF; }
p { color: rgb(229,13,255); }
H1.HeaderClassName
{
color: #E50DFF;
}
.AnyTagClassName
{
color: #E50DFF;
}
</style>
background-color css
<style>
a { background-color: #E50DFF; }
a { background-color: rgb(229,13,255); }
div.DivClassName
{
background-color: #E50DFF;
}
.BgClassName
{
background-color: #E50DFF;
}
</style>
border-color css
<style>
span { border-color: #E50DFF; }
span { border-color: rgb(229,13,255); }
td.TdClassName
{
border-color: #E50DFF;
}
.TagClassName
{
border-color: #E50DFF;
}
</style>