Shades of Psychedelic Purple #E518EB
Tints of Psychedelic Purple #E518EB
RGB
CMYK
RGB Variations
Color information
#E518EB (or 0xE518EB) is known color: Psychedelic Purple. HEX triplet: E5, 18 and EB. RGB value is (229,24,235). Sum of RGB (Red+Green+Blue) = 229+24+235=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #E518EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E518EB is #1AE714. Grayscale: #6C6C6C. Windows color (decimal): -1763093 or 15407333. OLE color: 15407333.
HSL color Cylindrical-coordinate representation of color #E518EB: hue angle of 298.29º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518EB is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 24 | 235 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.08 |
| HSL | 298.29º | 0.84% | 0.51% | - |
| HSV(B) | 298.29º | 0.9% | 0.92% | - |
| XYZ | 47.64 | 23.31 | 80.59 | - |
| YUV | 109.35 | 198.92 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 235 | 0.03 | 0.90 | 0 | 0.08 | 298.29 | 0.84 | 0.51 |
| Hex | E5 | 18 | EB | 3 | 5A | 0 | 8 | 12A | 54 | 33 |
| Octal | 345 | 30 | 353 | 3 | 132 | 0 | 10 | 452 | 124 | 63 |
| Binary | 11100101 | 11000 | 11101011 | 11 | 1011010 | 0 | 1000 | 100101010 | 1010100 | 110011 |
Color Harmonies of #E518EB
Complementary color
Monochromatic Colors of #E518EB
Black with #E518EB
Text Example
Text Example
White with #E518EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E518EB; }
p { color: rgb(229,24,235); }
H1.HeaderClassName
{
color: #E518EB;
}
.AnyTagClassName
{
color: #E518EB;
}
</style>
background-color css
<style>
a { background-color: #E518EB; }
a { background-color: rgb(229,24,235); }
div.DivClassName
{
background-color: #E518EB;
}
.BgClassName
{
background-color: #E518EB;
}
</style>
border-color css
<style>
span { border-color: #E518EB; }
span { border-color: rgb(229,24,235); }
td.TdClassName
{
border-color: #E518EB;
}
.TagClassName
{
border-color: #E518EB;
}
</style>