Shades of Psychedelic Purple #E50DFB
Tints of Psychedelic Purple #E50DFB
RGB
CMYK
RGB Variations
Color information
#E50DFB (or 0xE50DFB) is known color: Psychedelic Purple. HEX triplet: E5, 0D and FB. RGB value is (229,13,251). Sum of RGB (Red+Green+Blue) = 229+13+251=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 13 (5.47% from 255 or 2.64% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #E50DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50DFB is #1AF204. Grayscale: #676767. Windows color (decimal): -1765893 or 16453093. OLE color: 16453093.
HSL color Cylindrical-coordinate representation of color #E50DFB: hue angle of 294.45º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50DFB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 13 | 251 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.02 |
| HSL | 294.45º | 0.97% | 0.52% | - |
| HSV(B) | 294.45º | 0.95% | 0.98% | - |
| XYZ | 49.87 | 23.91 | 93.25 | - |
| YUV | 104.72 | 210.56 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 251 | 0.09 | 0.95 | 0 | 0.02 | 294.45 | 0.97 | 0.52 |
| Hex | E5 | D | FB | 9 | 5F | 0 | 2 | 126 | 61 | 34 |
| Octal | 345 | 15 | 373 | 11 | 137 | 0 | 2 | 446 | 141 | 64 |
| Binary | 11100101 | 1101 | 11111011 | 1001 | 1011111 | 0 | 10 | 100100110 | 1100001 | 110100 |
Color Harmonies of #E50DFB
Complementary color
Monochromatic Colors of #E50DFB
Black with #E50DFB
Text Example
Text Example
White with #E50DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DFB; }
p { color: rgb(229,13,251); }
H1.HeaderClassName
{
color: #E50DFB;
}
.AnyTagClassName
{
color: #E50DFB;
}
</style>
background-color css
<style>
a { background-color: #E50DFB; }
a { background-color: rgb(229,13,251); }
div.DivClassName
{
background-color: #E50DFB;
}
.BgClassName
{
background-color: #E50DFB;
}
</style>
border-color css
<style>
span { border-color: #E50DFB; }
span { border-color: rgb(229,13,251); }
td.TdClassName
{
border-color: #E50DFB;
}
.TagClassName
{
border-color: #E50DFB;
}
</style>