Shades of Psychedelic Purple #E501EB
Tints of Psychedelic Purple #E501EB
RGB
CMYK
RGB Variations
Color information
#E501EB (or 0xE501EB) is known color: Psychedelic Purple. HEX triplet: E5, 01 and EB. RGB value is (229,1,235). Sum of RGB (Red+Green+Blue) = 229+1+235=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #E501EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E501EB is #1AFE14. Grayscale: #5F5F5F. Windows color (decimal): -1768981 or 15401445. OLE color: 15401445.
HSL color Cylindrical-coordinate representation of color #E501EB: hue angle of 298.46º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501EB is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 1 | 235 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.08 |
| HSL | 298.46º | 0.99% | 0.46% | - |
| HSV(B) | 298.46º | 1% | 0.92% | - |
| XYZ | 47.32 | 22.68 | 80.48 | - |
| YUV | 95.85 | 206.54 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 235 | 0.03 | 1.00 | 0 | 0.08 | 298.46 | 0.99 | 0.46 |
| Hex | E5 | 1 | EB | 3 | 64 | 0 | 8 | 12A | 63 | 2E |
| Octal | 345 | 1 | 353 | 3 | 144 | 0 | 10 | 452 | 143 | 56 |
| Binary | 11100101 | 1 | 11101011 | 11 | 1100100 | 0 | 1000 | 100101010 | 1100011 | 101110 |
Color Harmonies of #E501EB
Complementary color
Monochromatic Colors of #E501EB
Black with #E501EB
Text Example
Text Example
White with #E501EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E501EB; }
p { color: rgb(229,1,235); }
H1.HeaderClassName
{
color: #E501EB;
}
.AnyTagClassName
{
color: #E501EB;
}
</style>
background-color css
<style>
a { background-color: #E501EB; }
a { background-color: rgb(229,1,235); }
div.DivClassName
{
background-color: #E501EB;
}
.BgClassName
{
background-color: #E501EB;
}
</style>
border-color css
<style>
span { border-color: #E501EB; }
span { border-color: rgb(229,1,235); }
td.TdClassName
{
border-color: #E501EB;
}
.TagClassName
{
border-color: #E501EB;
}
</style>