Shades of Psychedelic Purple #E50DF0
Tints of Psychedelic Purple #E50DF0
RGB
CMYK
RGB Variations
Color information
#E50DF0 (or 0xE50DF0) is known color: Psychedelic Purple. HEX triplet: E5, 0D and F0. RGB value is (229,13,240). Sum of RGB (Red+Green+Blue) = 229+13+240=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #E50DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50DF0 is #1AF20F. Grayscale: #666666. Windows color (decimal): -1765904 or 15732197. OLE color: 15732197.
HSL color Cylindrical-coordinate representation of color #E50DF0: hue angle of 297.09º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50DF0 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 13 | 240 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.06 |
| HSL | 297.09º | 0.9% | 0.5% | - |
| HSV(B) | 297.09º | 0.95% | 0.94% | - |
| XYZ | 48.19 | 23.24 | 84.38 | - |
| YUV | 103.46 | 205.06 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 240 | 0.05 | 0.95 | 0 | 0.06 | 297.09 | 0.9 | 0.5 |
| Hex | E5 | D | F0 | 5 | 5F | 0 | 6 | 129 | 5A | 32 |
| Octal | 345 | 15 | 360 | 5 | 137 | 0 | 6 | 451 | 132 | 62 |
| Binary | 11100101 | 1101 | 11110000 | 101 | 1011111 | 0 | 110 | 100101001 | 1011010 | 110010 |
Color Harmonies of #E50DF0
Complementary color
Monochromatic Colors of #E50DF0
Black with #E50DF0
Text Example
Text Example
White with #E50DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DF0; }
p { color: rgb(229,13,240); }
H1.HeaderClassName
{
color: #E50DF0;
}
.AnyTagClassName
{
color: #E50DF0;
}
</style>
background-color css
<style>
a { background-color: #E50DF0; }
a { background-color: rgb(229,13,240); }
div.DivClassName
{
background-color: #E50DF0;
}
.BgClassName
{
background-color: #E50DF0;
}
</style>
border-color css
<style>
span { border-color: #E50DF0; }
span { border-color: rgb(229,13,240); }
td.TdClassName
{
border-color: #E50DF0;
}
.TagClassName
{
border-color: #E50DF0;
}
</style>