Shades of Psychedelic Purple #E516EE
Tints of Psychedelic Purple #E516EE
RGB
CMYK
RGB Variations
Color information
#E516EE (or 0xE516EE) is known color: Psychedelic Purple. HEX triplet: E5, 16 and EE. RGB value is (229,22,238). Sum of RGB (Red+Green+Blue) = 229+22+238=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 22 (8.98% from 255 or 4.50% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #E516EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E516EE is #1AE911. Grayscale: #6B6B6B. Windows color (decimal): -1763602 or 15603429. OLE color: 15603429.
HSL color Cylindrical-coordinate representation of color #E516EE: hue angle of 297.5º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E516EE is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 22 | 238 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.07 |
| HSL | 297.5º | 0.86% | 0.51% | - |
| HSV(B) | 297.5º | 0.91% | 0.93% | - |
| XYZ | 48.03 | 23.4 | 82.87 | - |
| YUV | 108.52 | 201.08 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 238 | 0.04 | 0.91 | 0 | 0.07 | 297.5 | 0.86 | 0.51 |
| Hex | E5 | 16 | EE | 4 | 5B | 0 | 7 | 12A | 56 | 33 |
| Octal | 345 | 26 | 356 | 4 | 133 | 0 | 7 | 452 | 126 | 63 |
| Binary | 11100101 | 10110 | 11101110 | 100 | 1011011 | 0 | 111 | 100101010 | 1010110 | 110011 |
Color Harmonies of #E516EE
Complementary color
Monochromatic Colors of #E516EE
Black with #E516EE
Text Example
Text Example
White with #E516EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E516EE; }
p { color: rgb(229,22,238); }
H1.HeaderClassName
{
color: #E516EE;
}
.AnyTagClassName
{
color: #E516EE;
}
</style>
background-color css
<style>
a { background-color: #E516EE; }
a { background-color: rgb(229,22,238); }
div.DivClassName
{
background-color: #E516EE;
}
.BgClassName
{
background-color: #E516EE;
}
</style>
border-color css
<style>
span { border-color: #E516EE; }
span { border-color: rgb(229,22,238); }
td.TdClassName
{
border-color: #E516EE;
}
.TagClassName
{
border-color: #E516EE;
}
</style>