Shades of Psychedelic Purple #E51BFF
Tints of Psychedelic Purple #E51BFF
RGB
CMYK
RGB Variations
Color information
#E51BFF (or 0xE51BFF) is known color: Psychedelic Purple. HEX triplet: E5, 1B and FF. RGB value is (229,27,255). Sum of RGB (Red+Green+Blue) = 229+27+255=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 27 (10.94% from 255 or 5.28% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #E51BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51BFF is #1AE400. Grayscale: #707070. Windows color (decimal): -1762305 or 16718821. OLE color: 16718821.
HSL color Cylindrical-coordinate representation of color #E51BFF: hue angle of 293.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51BFF is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 27 | 255 | - |
| CMYK | 0.10 | 0.89 | 0 | 0 |
| HSL | 293.16º | 1% | 0.55% | - |
| HSV(B) | 293.16º | 0.89% | 1% | - |
| XYZ | 50.76 | 24.66 | 96.69 | - |
| YUV | 113.39 | 207.92 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 255 | 0.10 | 0.89 | 0 | 0 | 293.16 | 1 | 0.55 |
| Hex | E5 | 1B | FF | A | 59 | 0 | 0 | 125 | 64 | 37 |
| Octal | 345 | 33 | 377 | 12 | 131 | 0 | 0 | 445 | 144 | 67 |
| Binary | 11100101 | 11011 | 11111111 | 1010 | 1011001 | 0 | 0 | 100100101 | 1100100 | 110111 |
Color Harmonies of #E51BFF
Complementary color
Monochromatic Colors of #E51BFF
Black with #E51BFF
Text Example
Text Example
White with #E51BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BFF; }
p { color: rgb(229,27,255); }
H1.HeaderClassName
{
color: #E51BFF;
}
.AnyTagClassName
{
color: #E51BFF;
}
</style>
background-color css
<style>
a { background-color: #E51BFF; }
a { background-color: rgb(229,27,255); }
div.DivClassName
{
background-color: #E51BFF;
}
.BgClassName
{
background-color: #E51BFF;
}
</style>
border-color css
<style>
span { border-color: #E51BFF; }
span { border-color: rgb(229,27,255); }
td.TdClassName
{
border-color: #E51BFF;
}
.TagClassName
{
border-color: #E51BFF;
}
</style>