Shades of Psychedelic Purple #E50BE8
Tints of Psychedelic Purple #E50BE8
RGB
CMYK
RGB Variations
Color information
#E50BE8 (or 0xE50BE8) is known color: Psychedelic Purple. HEX triplet: E5, 0B and E8. RGB value is (229,11,232). Sum of RGB (Red+Green+Blue) = 229+11+232=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #E50BE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50BE8 is #1AF417. Grayscale: #646464. Windows color (decimal): -1766424 or 15207397. OLE color: 15207397.
HSL color Cylindrical-coordinate representation of color #E50BE8: hue angle of 299.19º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50BE8 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 11 | 232 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.09 |
| HSL | 299.19º | 0.91% | 0.48% | - |
| HSV(B) | 299.19º | 0.95% | 0.91% | - |
| XYZ | 47 | 22.72 | 78.25 | - |
| YUV | 101.38 | 201.72 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 232 | 0.01 | 0.95 | 0 | 0.09 | 299.19 | 0.91 | 0.48 |
| Hex | E5 | B | E8 | 1 | 5F | 0 | 9 | 12B | 5B | 30 |
| Octal | 345 | 13 | 350 | 1 | 137 | 0 | 11 | 453 | 133 | 60 |
| Binary | 11100101 | 1011 | 11101000 | 1 | 1011111 | 0 | 1001 | 100101011 | 1011011 | 110000 |
Color Harmonies of #E50BE8
Complementary color
Monochromatic Colors of #E50BE8
Black with #E50BE8
Text Example
Text Example
White with #E50BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50BE8; }
p { color: rgb(229,11,232); }
H1.HeaderClassName
{
color: #E50BE8;
}
.AnyTagClassName
{
color: #E50BE8;
}
</style>
background-color css
<style>
a { background-color: #E50BE8; }
a { background-color: rgb(229,11,232); }
div.DivClassName
{
background-color: #E50BE8;
}
.BgClassName
{
background-color: #E50BE8;
}
</style>
border-color css
<style>
span { border-color: #E50BE8; }
span { border-color: rgb(229,11,232); }
td.TdClassName
{
border-color: #E50BE8;
}
.TagClassName
{
border-color: #E50BE8;
}
</style>