Shades of Psychedelic Purple #E51EF2
Tints of Psychedelic Purple #E51EF2
RGB
CMYK
RGB Variations
Color information
#E51EF2 (or 0xE51EF2) is known color: Psychedelic Purple. HEX triplet: E5, 1E and F2. RGB value is (229,30,242). Sum of RGB (Red+Green+Blue) = 229+30+242=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 30 (12.11% from 255 or 5.99% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #E51EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51EF2 is #1AE10D. Grayscale: #717171. Windows color (decimal): -1761550 or 15867621. OLE color: 15867621.
HSL color Cylindrical-coordinate representation of color #E51EF2: hue angle of 296.32º degrees, saturation: 0.89, 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 #E51EF2 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 30 | 242 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.05 |
| HSL | 296.32º | 0.89% | 0.53% | - |
| HSV(B) | 296.32º | 0.88% | 0.95% | - |
| XYZ | 48.8 | 24 | 86.06 | - |
| YUV | 113.67 | 200.43 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 242 | 0.05 | 0.88 | 0 | 0.05 | 296.32 | 0.89 | 0.53 |
| Hex | E5 | 1E | F2 | 5 | 58 | 0 | 5 | 128 | 59 | 35 |
| Octal | 345 | 36 | 362 | 5 | 130 | 0 | 5 | 450 | 131 | 65 |
| Binary | 11100101 | 11110 | 11110010 | 101 | 1011000 | 0 | 101 | 100101000 | 1011001 | 110101 |
Color Harmonies of #E51EF2
Complementary color
Monochromatic Colors of #E51EF2
Black with #E51EF2
Text Example
Text Example
White with #E51EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51EF2; }
p { color: rgb(229,30,242); }
H1.HeaderClassName
{
color: #E51EF2;
}
.AnyTagClassName
{
color: #E51EF2;
}
</style>
background-color css
<style>
a { background-color: #E51EF2; }
a { background-color: rgb(229,30,242); }
div.DivClassName
{
background-color: #E51EF2;
}
.BgClassName
{
background-color: #E51EF2;
}
</style>
border-color css
<style>
span { border-color: #E51EF2; }
span { border-color: rgb(229,30,242); }
td.TdClassName
{
border-color: #E51EF2;
}
.TagClassName
{
border-color: #E51EF2;
}
</style>