Shades of Psychedelic Purple #E51AF3
Tints of Psychedelic Purple #E51AF3
RGB
CMYK
RGB Variations
Color information
#E51AF3 (or 0xE51AF3) is known color: Psychedelic Purple. HEX triplet: E5, 1A and F3. RGB value is (229,26,243). Sum of RGB (Red+Green+Blue) = 229+26+243=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 26 (10.55% from 255 or 5.22% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #E51AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51AF3 is #1AE50C. Grayscale: #6E6E6E. Windows color (decimal): -1762573 or 15932133. OLE color: 15932133.
HSL color Cylindrical-coordinate representation of color #E51AF3: hue angle of 296.13º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51AF3 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 26 | 243 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.05 |
| HSL | 296.13º | 0.9% | 0.53% | - |
| HSV(B) | 296.13º | 0.89% | 0.95% | - |
| XYZ | 48.86 | 23.87 | 86.83 | - |
| YUV | 111.44 | 202.25 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 243 | 0.06 | 0.89 | 0 | 0.05 | 296.13 | 0.9 | 0.53 |
| Hex | E5 | 1A | F3 | 6 | 59 | 0 | 5 | 128 | 5A | 35 |
| Octal | 345 | 32 | 363 | 6 | 131 | 0 | 5 | 450 | 132 | 65 |
| Binary | 11100101 | 11010 | 11110011 | 110 | 1011001 | 0 | 101 | 100101000 | 1011010 | 110101 |
Color Harmonies of #E51AF3
Complementary color
Monochromatic Colors of #E51AF3
Black with #E51AF3
Text Example
Text Example
White with #E51AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51AF3; }
p { color: rgb(229,26,243); }
H1.HeaderClassName
{
color: #E51AF3;
}
.AnyTagClassName
{
color: #E51AF3;
}
</style>
background-color css
<style>
a { background-color: #E51AF3; }
a { background-color: rgb(229,26,243); }
div.DivClassName
{
background-color: #E51AF3;
}
.BgClassName
{
background-color: #E51AF3;
}
</style>
border-color css
<style>
span { border-color: #E51AF3; }
span { border-color: rgb(229,26,243); }
td.TdClassName
{
border-color: #E51AF3;
}
.TagClassName
{
border-color: #E51AF3;
}
</style>