Shades of Psychedelic Purple #E51BEB
Tints of Psychedelic Purple #E51BEB
RGB
CMYK
RGB Variations
Color information
#E51BEB (or 0xE51BEB) is known color: Psychedelic Purple. HEX triplet: E5, 1B and EB. RGB value is (229,27,235). Sum of RGB (Red+Green+Blue) = 229+27+235=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 27 (10.94% from 255 or 5.50% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #E51BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51BEB is #1AE414. Grayscale: #6E6E6E. Windows color (decimal): -1762325 or 15408101. OLE color: 15408101.
HSL color Cylindrical-coordinate representation of color #E51BEB: hue angle of 298.27º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51BEB is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 27 | 235 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.08 |
| HSL | 298.27º | 0.84% | 0.51% | - |
| HSV(B) | 298.27º | 0.89% | 0.92% | - |
| XYZ | 47.7 | 23.44 | 80.61 | - |
| YUV | 111.11 | 197.92 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 235 | 0.03 | 0.89 | 0 | 0.08 | 298.27 | 0.84 | 0.51 |
| Hex | E5 | 1B | EB | 3 | 59 | 0 | 8 | 12A | 54 | 33 |
| Octal | 345 | 33 | 353 | 3 | 131 | 0 | 10 | 452 | 124 | 63 |
| Binary | 11100101 | 11011 | 11101011 | 11 | 1011001 | 0 | 1000 | 100101010 | 1010100 | 110011 |
Color Harmonies of #E51BEB
Complementary color
Monochromatic Colors of #E51BEB
Black with #E51BEB
Text Example
Text Example
White with #E51BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BEB; }
p { color: rgb(229,27,235); }
H1.HeaderClassName
{
color: #E51BEB;
}
.AnyTagClassName
{
color: #E51BEB;
}
</style>
background-color css
<style>
a { background-color: #E51BEB; }
a { background-color: rgb(229,27,235); }
div.DivClassName
{
background-color: #E51BEB;
}
.BgClassName
{
background-color: #E51BEB;
}
</style>
border-color css
<style>
span { border-color: #E51BEB; }
span { border-color: rgb(229,27,235); }
td.TdClassName
{
border-color: #E51BEB;
}
.TagClassName
{
border-color: #E51BEB;
}
</style>