Shades of Psychedelic Purple #E51BEA
Tints of Psychedelic Purple #E51BEA
RGB
CMYK
RGB Variations
Color information
#E51BEA (or 0xE51BEA) is known color: Psychedelic Purple. HEX triplet: E5, 1B and EA. RGB value is (229,27,234). Sum of RGB (Red+Green+Blue) = 229+27+234=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #E51BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51BEA is #1AE415. Grayscale: #6E6E6E. Windows color (decimal): -1762326 or 15342565. OLE color: 15342565.
HSL color Cylindrical-coordinate representation of color #E51BEA: hue angle of 298.55º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51BEA is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 27 | 234 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.08 |
| HSL | 298.55º | 0.83% | 0.51% | - |
| HSV(B) | 298.55º | 0.88% | 0.92% | - |
| XYZ | 47.56 | 23.38 | 79.85 | - |
| YUV | 111 | 197.42 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 234 | 0.02 | 0.88 | 0 | 0.08 | 298.55 | 0.83 | 0.51 |
| Hex | E5 | 1B | EA | 2 | 58 | 0 | 8 | 12B | 53 | 33 |
| Octal | 345 | 33 | 352 | 2 | 130 | 0 | 10 | 453 | 123 | 63 |
| Binary | 11100101 | 11011 | 11101010 | 10 | 1011000 | 0 | 1000 | 100101011 | 1010011 | 110011 |
Color Harmonies of #E51BEA
Complementary color
Monochromatic Colors of #E51BEA
Black with #E51BEA
Text Example
Text Example
White with #E51BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BEA; }
p { color: rgb(229,27,234); }
H1.HeaderClassName
{
color: #E51BEA;
}
.AnyTagClassName
{
color: #E51BEA;
}
</style>
background-color css
<style>
a { background-color: #E51BEA; }
a { background-color: rgb(229,27,234); }
div.DivClassName
{
background-color: #E51BEA;
}
.BgClassName
{
background-color: #E51BEA;
}
</style>
border-color css
<style>
span { border-color: #E51BEA; }
span { border-color: rgb(229,27,234); }
td.TdClassName
{
border-color: #E51BEA;
}
.TagClassName
{
border-color: #E51BEA;
}
</style>