Shades of Psychedelic Purple #E518E4
Tints of Psychedelic Purple #E518E4
RGB
CMYK
RGB Variations
Color information
#E518E4 (or 0xE518E4) is known color: Psychedelic Purple. HEX triplet: E5, 18 and E4. RGB value is (229,24,228). Sum of RGB (Red+Green+Blue) = 229+24+228=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E518E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518E4 is #1AE71B. Grayscale: #6B6B6B. Windows color (decimal): -1763100 or 14948581. OLE color: 14948581.
HSL color Cylindrical-coordinate representation of color #E518E4: hue angle of 300.29º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518E4 is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 228 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.10 |
| HSL | 300.29º | 0.81% | 0.5% | - |
| HSV(B) | 300.29º | 0.9% | 0.9% | - |
| XYZ | 46.64 | 22.91 | 75.36 | - |
| YUV | 108.55 | 195.42 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 228 | 0 | 0.90 | 0.00 | 0.10 | 300.29 | 0.81 | 0.5 |
| Hex | E5 | 18 | E4 | 0 | 5A | 0 | A | 12C | 51 | 32 |
| Octal | 345 | 30 | 344 | 0 | 132 | 0 | 12 | 454 | 121 | 62 |
| Binary | 11100101 | 11000 | 11100100 | 0 | 1011010 | 0 | 1010 | 100101100 | 1010001 | 110010 |
Color Harmonies of #E518E4
Complementary color
Monochromatic Colors of #E518E4
Black with #E518E4
Text Example
Text Example
White with #E518E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E518E4; }
p { color: rgb(229,24,228); }
H1.HeaderClassName
{
color: #E518E4;
}
.AnyTagClassName
{
color: #E518E4;
}
</style>
background-color css
<style>
a { background-color: #E518E4; }
a { background-color: rgb(229,24,228); }
div.DivClassName
{
background-color: #E518E4;
}
.BgClassName
{
background-color: #E518E4;
}
</style>
border-color css
<style>
span { border-color: #E518E4; }
span { border-color: rgb(229,24,228); }
td.TdClassName
{
border-color: #E518E4;
}
.TagClassName
{
border-color: #E518E4;
}
</style>