Shades of Psychedelic Purple #E615EC
Tints of Psychedelic Purple #E615EC
RGB
CMYK
RGB Variations
Color information
#E615EC (or 0xE615EC) is known color: Psychedelic Purple. HEX triplet: E6, 15 and EC. RGB value is (230,21,236). Sum of RGB (Red+Green+Blue) = 230+21+236=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 21 (8.59% from 255 or 4.31% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #E615EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E615EC is #19EA13. Grayscale: #6B6B6B. Windows color (decimal): -1698324 or 15472102. OLE color: 15472102.
HSL color Cylindrical-coordinate representation of color #E615EC: hue angle of 298.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E615EC is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 21 | 236 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.07 |
| HSL | 298.33º | 0.85% | 0.5% | - |
| HSV(B) | 298.33º | 0.91% | 0.93% | - |
| XYZ | 48.04 | 23.42 | 81.34 | - |
| YUV | 108 | 200.24 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 236 | 0.03 | 0.91 | 0 | 0.07 | 298.33 | 0.85 | 0.5 |
| Hex | E6 | 15 | EC | 3 | 5B | 0 | 7 | 12A | 55 | 32 |
| Octal | 346 | 25 | 354 | 3 | 133 | 0 | 7 | 452 | 125 | 62 |
| Binary | 11100110 | 10101 | 11101100 | 11 | 1011011 | 0 | 111 | 100101010 | 1010101 | 110010 |
Color Harmonies of #E615EC
Complementary color
Monochromatic Colors of #E615EC
Black with #E615EC
Text Example
Text Example
White with #E615EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615EC; }
p { color: rgb(230,21,236); }
H1.HeaderClassName
{
color: #E615EC;
}
.AnyTagClassName
{
color: #E615EC;
}
</style>
background-color css
<style>
a { background-color: #E615EC; }
a { background-color: rgb(230,21,236); }
div.DivClassName
{
background-color: #E615EC;
}
.BgClassName
{
background-color: #E615EC;
}
</style>
border-color css
<style>
span { border-color: #E615EC; }
span { border-color: rgb(230,21,236); }
td.TdClassName
{
border-color: #E615EC;
}
.TagClassName
{
border-color: #E615EC;
}
</style>