Shades of Psychedelic Purple #E613EC
Tints of Psychedelic Purple #E613EC
RGB
CMYK
RGB Variations
Color information
#E613EC (or 0xE613EC) is known color: Psychedelic Purple. HEX triplet: E6, 13 and EC. RGB value is (230,19,236). Sum of RGB (Red+Green+Blue) = 230+19+236=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 19 (7.81% from 255 or 3.92% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #E613EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E613EC is #19EC13. Grayscale: #6A6A6A. Windows color (decimal): -1698836 or 15471590. OLE color: 15471590.
HSL color Cylindrical-coordinate representation of color #E613EC: hue angle of 298.34º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613EC is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 19 | 236 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.07 |
| HSL | 298.34º | 0.85% | 0.5% | - |
| HSV(B) | 298.34º | 0.92% | 0.93% | - |
| XYZ | 48.01 | 23.34 | 81.33 | - |
| YUV | 106.83 | 200.9 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 236 | 0.03 | 0.92 | 0 | 0.07 | 298.34 | 0.85 | 0.5 |
| Hex | E6 | 13 | EC | 3 | 5C | 0 | 7 | 12A | 55 | 32 |
| Octal | 346 | 23 | 354 | 3 | 134 | 0 | 7 | 452 | 125 | 62 |
| Binary | 11100110 | 10011 | 11101100 | 11 | 1011100 | 0 | 111 | 100101010 | 1010101 | 110010 |
Color Harmonies of #E613EC
Complementary color
Monochromatic Colors of #E613EC
Black with #E613EC
Text Example
Text Example
White with #E613EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613EC; }
p { color: rgb(230,19,236); }
H1.HeaderClassName
{
color: #E613EC;
}
.AnyTagClassName
{
color: #E613EC;
}
</style>
background-color css
<style>
a { background-color: #E613EC; }
a { background-color: rgb(230,19,236); }
div.DivClassName
{
background-color: #E613EC;
}
.BgClassName
{
background-color: #E613EC;
}
</style>
border-color css
<style>
span { border-color: #E613EC; }
span { border-color: rgb(230,19,236); }
td.TdClassName
{
border-color: #E613EC;
}
.TagClassName
{
border-color: #E613EC;
}
</style>