Shades of Psychedelic Purple #E51EF1
Tints of Psychedelic Purple #E51EF1
RGB
CMYK
RGB Variations
Color information
#E51EF1 (or 0xE51EF1) is known color: Psychedelic Purple. HEX triplet: E5, 1E and F1. RGB value is (229,30,241). Sum of RGB (Red+Green+Blue) = 229+30+241=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #E51EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51EF1 is #1AE10E. Grayscale: #707070. Windows color (decimal): -1761551 or 15802085. OLE color: 15802085.
HSL color Cylindrical-coordinate representation of color #E51EF1: hue angle of 296.59º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51EF1 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 30 | 241 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.05 |
| HSL | 296.59º | 0.88% | 0.53% | - |
| HSV(B) | 296.59º | 0.88% | 0.95% | - |
| XYZ | 48.65 | 23.94 | 85.28 | - |
| YUV | 113.56 | 199.93 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 241 | 0.05 | 0.88 | 0 | 0.05 | 296.59 | 0.88 | 0.53 |
| Hex | E5 | 1E | F1 | 5 | 58 | 0 | 5 | 129 | 58 | 35 |
| Octal | 345 | 36 | 361 | 5 | 130 | 0 | 5 | 451 | 130 | 65 |
| Binary | 11100101 | 11110 | 11110001 | 101 | 1011000 | 0 | 101 | 100101001 | 1011000 | 110101 |
Color Harmonies of #E51EF1
Complementary color
Monochromatic Colors of #E51EF1
Black with #E51EF1
Text Example
Text Example
White with #E51EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51EF1; }
p { color: rgb(229,30,241); }
H1.HeaderClassName
{
color: #E51EF1;
}
.AnyTagClassName
{
color: #E51EF1;
}
</style>
background-color css
<style>
a { background-color: #E51EF1; }
a { background-color: rgb(229,30,241); }
div.DivClassName
{
background-color: #E51EF1;
}
.BgClassName
{
background-color: #E51EF1;
}
</style>
border-color css
<style>
span { border-color: #E51EF1; }
span { border-color: rgb(229,30,241); }
td.TdClassName
{
border-color: #E51EF1;
}
.TagClassName
{
border-color: #E51EF1;
}
</style>