Shades of Psychedelic Purple #E50BFF
Tints of Psychedelic Purple #E50BFF
RGB
CMYK
RGB Variations
Color information
#E50BFF (or 0xE50BFF) is known color: Psychedelic Purple. HEX triplet: E5, 0B and FF. RGB value is (229,11,255). Sum of RGB (Red+Green+Blue) = 229+11+255=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 11 (4.69% from 255 or 2.22% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #E50BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50BFF is #1AF400. Grayscale: #676767. Windows color (decimal): -1766401 or 16714725. OLE color: 16714725.
HSL color Cylindrical-coordinate representation of color #E50BFF: hue angle of 293.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50BFF is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 11 | 255 | - |
| CMYK | 0.10 | 0.96 | 0 | 0 |
| HSL | 293.61º | 1% | 0.52% | - |
| HSV(B) | 293.61º | 0.96% | 1% | - |
| XYZ | 50.48 | 24.12 | 96.6 | - |
| YUV | 104 | 213.22 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 255 | 0.10 | 0.96 | 0 | 0 | 293.61 | 1 | 0.52 |
| Hex | E5 | B | FF | A | 60 | 0 | 0 | 126 | 64 | 34 |
| Octal | 345 | 13 | 377 | 12 | 140 | 0 | 0 | 446 | 144 | 64 |
| Binary | 11100101 | 1011 | 11111111 | 1010 | 1100000 | 0 | 0 | 100100110 | 1100100 | 110100 |
Color Harmonies of #E50BFF
Complementary color
Monochromatic Colors of #E50BFF
Black with #E50BFF
Text Example
Text Example
White with #E50BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50BFF; }
p { color: rgb(229,11,255); }
H1.HeaderClassName
{
color: #E50BFF;
}
.AnyTagClassName
{
color: #E50BFF;
}
</style>
background-color css
<style>
a { background-color: #E50BFF; }
a { background-color: rgb(229,11,255); }
div.DivClassName
{
background-color: #E50BFF;
}
.BgClassName
{
background-color: #E50BFF;
}
</style>
border-color css
<style>
span { border-color: #E50BFF; }
span { border-color: rgb(229,11,255); }
td.TdClassName
{
border-color: #E50BFF;
}
.TagClassName
{
border-color: #E50BFF;
}
</style>