Shades of Psychedelic Purple #E51AF5
Tints of Psychedelic Purple #E51AF5
RGB
CMYK
RGB Variations
Color information
#E51AF5 (or 0xE51AF5) is known color: Psychedelic Purple. HEX triplet: E5, 1A and F5. RGB value is (229,26,245). Sum of RGB (Red+Green+Blue) = 229+26+245=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 26 (10.55% from 255 or 5.2% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #E51AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51AF5 is #1AE50A. Grayscale: #6E6E6E. Windows color (decimal): -1762571 or 16063205. OLE color: 16063205.
HSL color Cylindrical-coordinate representation of color #E51AF5: hue angle of 295.62º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51AF5 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 26 | 245 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.04 |
| HSL | 295.62º | 0.92% | 0.53% | - |
| HSV(B) | 295.62º | 0.89% | 0.96% | - |
| XYZ | 49.16 | 23.99 | 88.43 | - |
| YUV | 111.66 | 203.25 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 245 | 0.07 | 0.89 | 0 | 0.04 | 295.62 | 0.92 | 0.53 |
| Hex | E5 | 1A | F5 | 7 | 59 | 0 | 4 | 128 | 5C | 35 |
| Octal | 345 | 32 | 365 | 7 | 131 | 0 | 4 | 450 | 134 | 65 |
| Binary | 11100101 | 11010 | 11110101 | 111 | 1011001 | 0 | 100 | 100101000 | 1011100 | 110101 |
Color Harmonies of #E51AF5
Complementary color
Monochromatic Colors of #E51AF5
Black with #E51AF5
Text Example
Text Example
White with #E51AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51AF5; }
p { color: rgb(229,26,245); }
H1.HeaderClassName
{
color: #E51AF5;
}
.AnyTagClassName
{
color: #E51AF5;
}
</style>
background-color css
<style>
a { background-color: #E51AF5; }
a { background-color: rgb(229,26,245); }
div.DivClassName
{
background-color: #E51AF5;
}
.BgClassName
{
background-color: #E51AF5;
}
</style>
border-color css
<style>
span { border-color: #E51AF5; }
span { border-color: rgb(229,26,245); }
td.TdClassName
{
border-color: #E51AF5;
}
.TagClassName
{
border-color: #E51AF5;
}
</style>