Shades of Psychedelic Purple #E615EF
Tints of Psychedelic Purple #E615EF
RGB
CMYK
RGB Variations
Color information
#E615EF (or 0xE615EF) is known color: Psychedelic Purple. HEX triplet: E6, 15 and EF. RGB value is (230,21,239). Sum of RGB (Red+Green+Blue) = 230+21+239=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #E615EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E615EF is #19EA10. Grayscale: #6B6B6B. Windows color (decimal): -1698321 or 15668710. OLE color: 15668710.
HSL color Cylindrical-coordinate representation of color #E615EF: hue angle of 297.52º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E615EF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 21 | 239 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.06 |
| HSL | 297.52º | 0.87% | 0.51% | - |
| HSV(B) | 297.52º | 0.91% | 0.94% | - |
| XYZ | 48.48 | 23.59 | 83.66 | - |
| YUV | 108.34 | 201.74 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 239 | 0.04 | 0.91 | 0 | 0.06 | 297.52 | 0.87 | 0.51 |
| Hex | E6 | 15 | EF | 4 | 5B | 0 | 6 | 12A | 57 | 33 |
| Octal | 346 | 25 | 357 | 4 | 133 | 0 | 6 | 452 | 127 | 63 |
| Binary | 11100110 | 10101 | 11101111 | 100 | 1011011 | 0 | 110 | 100101010 | 1010111 | 110011 |
Color Harmonies of #E615EF
Complementary color
Monochromatic Colors of #E615EF
Black with #E615EF
Text Example
Text Example
White with #E615EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615EF; }
p { color: rgb(230,21,239); }
H1.HeaderClassName
{
color: #E615EF;
}
.AnyTagClassName
{
color: #E615EF;
}
</style>
background-color css
<style>
a { background-color: #E615EF; }
a { background-color: rgb(230,21,239); }
div.DivClassName
{
background-color: #E615EF;
}
.BgClassName
{
background-color: #E615EF;
}
</style>
border-color css
<style>
span { border-color: #E615EF; }
span { border-color: rgb(230,21,239); }
td.TdClassName
{
border-color: #E615EF;
}
.TagClassName
{
border-color: #E615EF;
}
</style>