Shades of Psychedelic Purple #E50BEE
Tints of Psychedelic Purple #E50BEE
RGB
CMYK
RGB Variations
Color information
#E50BEE (or 0xE50BEE) is known color: Psychedelic Purple. HEX triplet: E5, 0B and EE. RGB value is (229,11,238). Sum of RGB (Red+Green+Blue) = 229+11+238=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 11 (4.69% from 255 or 2.30% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #E50BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50BEE is #1AF411. Grayscale: #656565. Windows color (decimal): -1766418 or 15600613. OLE color: 15600613.
HSL color Cylindrical-coordinate representation of color #E50BEE: hue angle of 297.62º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50BEE is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 11 | 238 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.07 |
| HSL | 297.62º | 0.91% | 0.49% | - |
| HSV(B) | 297.62º | 0.95% | 0.93% | - |
| XYZ | 47.87 | 23.07 | 82.82 | - |
| YUV | 102.06 | 204.72 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 238 | 0.04 | 0.95 | 0 | 0.07 | 297.62 | 0.91 | 0.49 |
| Hex | E5 | B | EE | 4 | 5F | 0 | 7 | 12A | 5B | 31 |
| Octal | 345 | 13 | 356 | 4 | 137 | 0 | 7 | 452 | 133 | 61 |
| Binary | 11100101 | 1011 | 11101110 | 100 | 1011111 | 0 | 111 | 100101010 | 1011011 | 110001 |
Color Harmonies of #E50BEE
Complementary color
Monochromatic Colors of #E50BEE
Black with #E50BEE
Text Example
Text Example
White with #E50BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50BEE; }
p { color: rgb(229,11,238); }
H1.HeaderClassName
{
color: #E50BEE;
}
.AnyTagClassName
{
color: #E50BEE;
}
</style>
background-color css
<style>
a { background-color: #E50BEE; }
a { background-color: rgb(229,11,238); }
div.DivClassName
{
background-color: #E50BEE;
}
.BgClassName
{
background-color: #E50BEE;
}
</style>
border-color css
<style>
span { border-color: #E50BEE; }
span { border-color: rgb(229,11,238); }
td.TdClassName
{
border-color: #E50BEE;
}
.TagClassName
{
border-color: #E50BEE;
}
</style>