Shades of Psychedelic Purple #E51BED
Tints of Psychedelic Purple #E51BED
RGB
CMYK
RGB Variations
Color information
#E51BED (or 0xE51BED) is known color: Psychedelic Purple. HEX triplet: E5, 1B and ED. RGB value is (229,27,237). Sum of RGB (Red+Green+Blue) = 229+27+237=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 27 (10.94% from 255 or 5.48% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #E51BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51BED is #1AE412. Grayscale: #6E6E6E. Windows color (decimal): -1762323 or 15539173. OLE color: 15539173.
HSL color Cylindrical-coordinate representation of color #E51BED: hue angle of 297.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51BED is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 27 | 237 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.07 |
| HSL | 297.71º | 0.85% | 0.52% | - |
| HSV(B) | 297.71º | 0.89% | 0.93% | - |
| XYZ | 47.99 | 23.56 | 82.14 | - |
| YUV | 111.34 | 198.92 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 237 | 0.03 | 0.89 | 0 | 0.07 | 297.71 | 0.85 | 0.52 |
| Hex | E5 | 1B | ED | 3 | 59 | 0 | 7 | 12A | 55 | 34 |
| Octal | 345 | 33 | 355 | 3 | 131 | 0 | 7 | 452 | 125 | 64 |
| Binary | 11100101 | 11011 | 11101101 | 11 | 1011001 | 0 | 111 | 100101010 | 1010101 | 110100 |
Color Harmonies of #E51BED
Complementary color
Monochromatic Colors of #E51BED
Black with #E51BED
Text Example
Text Example
White with #E51BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BED; }
p { color: rgb(229,27,237); }
H1.HeaderClassName
{
color: #E51BED;
}
.AnyTagClassName
{
color: #E51BED;
}
</style>
background-color css
<style>
a { background-color: #E51BED; }
a { background-color: rgb(229,27,237); }
div.DivClassName
{
background-color: #E51BED;
}
.BgClassName
{
background-color: #E51BED;
}
</style>
border-color css
<style>
span { border-color: #E51BED; }
span { border-color: rgb(229,27,237); }
td.TdClassName
{
border-color: #E51BED;
}
.TagClassName
{
border-color: #E51BED;
}
</style>