Shades of Psychedelic Purple #E51EF3
Tints of Psychedelic Purple #E51EF3
RGB
CMYK
RGB Variations
Color information
#E51EF3 (or 0xE51EF3) is known color: Psychedelic Purple. HEX triplet: E5, 1E and F3. RGB value is (229,30,243). Sum of RGB (Red+Green+Blue) = 229+30+243=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 30 (12.11% from 255 or 5.98% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #E51EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51EF3 is #1AE10C. Grayscale: #717171. Windows color (decimal): -1761549 or 15933157. OLE color: 15933157.
HSL color Cylindrical-coordinate representation of color #E51EF3: hue angle of 296.06º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51EF3 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 30 | 243 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.05 |
| HSL | 296.06º | 0.9% | 0.54% | - |
| HSV(B) | 296.06º | 0.88% | 0.95% | - |
| XYZ | 48.96 | 24.06 | 86.86 | - |
| YUV | 113.78 | 200.93 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 243 | 0.06 | 0.88 | 0 | 0.05 | 296.06 | 0.9 | 0.54 |
| Hex | E5 | 1E | F3 | 6 | 58 | 0 | 5 | 128 | 5A | 36 |
| Octal | 345 | 36 | 363 | 6 | 130 | 0 | 5 | 450 | 132 | 66 |
| Binary | 11100101 | 11110 | 11110011 | 110 | 1011000 | 0 | 101 | 100101000 | 1011010 | 110110 |
Color Harmonies of #E51EF3
Complementary color
Monochromatic Colors of #E51EF3
Black with #E51EF3
Text Example
Text Example
White with #E51EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51EF3; }
p { color: rgb(229,30,243); }
H1.HeaderClassName
{
color: #E51EF3;
}
.AnyTagClassName
{
color: #E51EF3;
}
</style>
background-color css
<style>
a { background-color: #E51EF3; }
a { background-color: rgb(229,30,243); }
div.DivClassName
{
background-color: #E51EF3;
}
.BgClassName
{
background-color: #E51EF3;
}
</style>
border-color css
<style>
span { border-color: #E51EF3; }
span { border-color: rgb(229,30,243); }
td.TdClassName
{
border-color: #E51EF3;
}
.TagClassName
{
border-color: #E51EF3;
}
</style>