Shades of Psychedelic Purple #E51FED
Tints of Psychedelic Purple #E51FED
RGB
CMYK
RGB Variations
Color information
#E51FED (or 0xE51FED) is known color: Psychedelic Purple. HEX triplet: E5, 1F and ED. RGB value is (229,31,237). Sum of RGB (Red+Green+Blue) = 229+31+237=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 31 (12.5% from 255 or 6.24% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #E51FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51FED is #1AE012. Grayscale: #717171. Windows color (decimal): -1761299 or 15540197. OLE color: 15540197.
HSL color Cylindrical-coordinate representation of color #E51FED: hue angle of 297.67º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51FED is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 31 | 237 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.07 |
| HSL | 297.67º | 0.85% | 0.53% | - |
| HSV(B) | 297.67º | 0.87% | 0.93% | - |
| XYZ | 48.09 | 23.75 | 82.17 | - |
| YUV | 113.69 | 197.6 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 237 | 0.03 | 0.87 | 0 | 0.07 | 297.67 | 0.85 | 0.53 |
| Hex | E5 | 1F | ED | 3 | 57 | 0 | 7 | 12A | 55 | 35 |
| Octal | 345 | 37 | 355 | 3 | 127 | 0 | 7 | 452 | 125 | 65 |
| Binary | 11100101 | 11111 | 11101101 | 11 | 1010111 | 0 | 111 | 100101010 | 1010101 | 110101 |
Color Harmonies of #E51FED
Complementary color
Monochromatic Colors of #E51FED
Black with #E51FED
Text Example
Text Example
White with #E51FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51FED; }
p { color: rgb(229,31,237); }
H1.HeaderClassName
{
color: #E51FED;
}
.AnyTagClassName
{
color: #E51FED;
}
</style>
background-color css
<style>
a { background-color: #E51FED; }
a { background-color: rgb(229,31,237); }
div.DivClassName
{
background-color: #E51FED;
}
.BgClassName
{
background-color: #E51FED;
}
</style>
border-color css
<style>
span { border-color: #E51FED; }
span { border-color: rgb(229,31,237); }
td.TdClassName
{
border-color: #E51FED;
}
.TagClassName
{
border-color: #E51FED;
}
</style>