Shades of Psychedelic Purple #E616ED
Tints of Psychedelic Purple #E616ED
RGB
CMYK
RGB Variations
Color information
#E616ED (or 0xE616ED) is known color: Psychedelic Purple. HEX triplet: E6, 16 and ED. RGB value is (230,22,237). Sum of RGB (Red+Green+Blue) = 230+22+237=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 22 (8.98% from 255 or 4.50% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #E616ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E616ED is #19E912. Grayscale: #6C6C6C. Windows color (decimal): -1698067 or 15537894. OLE color: 15537894.
HSL color Cylindrical-coordinate representation of color #E616ED: hue angle of 298.05º 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 #E616ED is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 22 | 237 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.07 |
| HSL | 298.05º | 0.86% | 0.51% | - |
| HSV(B) | 298.05º | 0.91% | 0.93% | - |
| XYZ | 48.21 | 23.51 | 82.12 | - |
| YUV | 108.7 | 200.41 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 237 | 0.03 | 0.91 | 0 | 0.07 | 298.05 | 0.86 | 0.51 |
| Hex | E6 | 16 | ED | 3 | 5B | 0 | 7 | 12A | 56 | 33 |
| Octal | 346 | 26 | 355 | 3 | 133 | 0 | 7 | 452 | 126 | 63 |
| Binary | 11100110 | 10110 | 11101101 | 11 | 1011011 | 0 | 111 | 100101010 | 1010110 | 110011 |
Color Harmonies of #E616ED
Complementary color
Monochromatic Colors of #E616ED
Black with #E616ED
Text Example
Text Example
White with #E616ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616ED; }
p { color: rgb(230,22,237); }
H1.HeaderClassName
{
color: #E616ED;
}
.AnyTagClassName
{
color: #E616ED;
}
</style>
background-color css
<style>
a { background-color: #E616ED; }
a { background-color: rgb(230,22,237); }
div.DivClassName
{
background-color: #E616ED;
}
.BgClassName
{
background-color: #E616ED;
}
</style>
border-color css
<style>
span { border-color: #E616ED; }
span { border-color: rgb(230,22,237); }
td.TdClassName
{
border-color: #E616ED;
}
.TagClassName
{
border-color: #E616ED;
}
</style>