Shades of Psychedelic Purple #E50BFB
Tints of Psychedelic Purple #E50BFB
RGB
CMYK
RGB Variations
Color information
#E50BFB (or 0xE50BFB) is known color: Psychedelic Purple. HEX triplet: E5, 0B and FB. RGB value is (229,11,251). Sum of RGB (Red+Green+Blue) = 229+11+251=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 11 (4.69% from 255 or 2.24% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #E50BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50BFB is #1AF404. Grayscale: #666666. Windows color (decimal): -1766405 or 16452581. OLE color: 16452581.
HSL color Cylindrical-coordinate representation of color #E50BFB: hue angle of 294.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50BFB is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 11 | 251 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.02 |
| HSL | 294.5º | 0.97% | 0.51% | - |
| HSV(B) | 294.5º | 0.96% | 0.98% | - |
| XYZ | 49.85 | 23.86 | 93.25 | - |
| YUV | 103.54 | 211.22 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 251 | 0.09 | 0.96 | 0 | 0.02 | 294.5 | 0.97 | 0.51 |
| Hex | E5 | B | FB | 9 | 60 | 0 | 2 | 126 | 61 | 33 |
| Octal | 345 | 13 | 373 | 11 | 140 | 0 | 2 | 446 | 141 | 63 |
| Binary | 11100101 | 1011 | 11111011 | 1001 | 1100000 | 0 | 10 | 100100110 | 1100001 | 110011 |
Color Harmonies of #E50BFB
Complementary color
Monochromatic Colors of #E50BFB
Black with #E50BFB
Text Example
Text Example
White with #E50BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50BFB; }
p { color: rgb(229,11,251); }
H1.HeaderClassName
{
color: #E50BFB;
}
.AnyTagClassName
{
color: #E50BFB;
}
</style>
background-color css
<style>
a { background-color: #E50BFB; }
a { background-color: rgb(229,11,251); }
div.DivClassName
{
background-color: #E50BFB;
}
.BgClassName
{
background-color: #E50BFB;
}
</style>
border-color css
<style>
span { border-color: #E50BFB; }
span { border-color: rgb(229,11,251); }
td.TdClassName
{
border-color: #E50BFB;
}
.TagClassName
{
border-color: #E50BFB;
}
</style>