Shades of Psychedelic Purple #E60FEF
Tints of Psychedelic Purple #E60FEF
RGB
CMYK
RGB Variations
Color information
#E60FEF (or 0xE60FEF) is known color: Psychedelic Purple. HEX triplet: E6, 0F and EF. RGB value is (230,15,239). Sum of RGB (Red+Green+Blue) = 230+15+239=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #E60FEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60FEF is #19F010. Grayscale: #686868. Windows color (decimal): -1699857 or 15667174. OLE color: 15667174.
HSL color Cylindrical-coordinate representation of color #E60FEF: hue angle of 297.59º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60FEF is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 15 | 239 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.06 |
| HSL | 297.59º | 0.88% | 0.5% | - |
| HSV(B) | 297.59º | 0.94% | 0.94% | - |
| XYZ | 48.38 | 23.4 | 83.63 | - |
| YUV | 104.82 | 203.73 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 239 | 0.04 | 0.94 | 0 | 0.06 | 297.59 | 0.88 | 0.5 |
| Hex | E6 | F | EF | 4 | 5E | 0 | 6 | 12A | 58 | 32 |
| Octal | 346 | 17 | 357 | 4 | 136 | 0 | 6 | 452 | 130 | 62 |
| Binary | 11100110 | 1111 | 11101111 | 100 | 1011110 | 0 | 110 | 100101010 | 1011000 | 110010 |
Color Harmonies of #E60FEF
Complementary color
Monochromatic Colors of #E60FEF
Black with #E60FEF
Text Example
Text Example
White with #E60FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FEF; }
p { color: rgb(230,15,239); }
H1.HeaderClassName
{
color: #E60FEF;
}
.AnyTagClassName
{
color: #E60FEF;
}
</style>
background-color css
<style>
a { background-color: #E60FEF; }
a { background-color: rgb(230,15,239); }
div.DivClassName
{
background-color: #E60FEF;
}
.BgClassName
{
background-color: #E60FEF;
}
</style>
border-color css
<style>
span { border-color: #E60FEF; }
span { border-color: rgb(230,15,239); }
td.TdClassName
{
border-color: #E60FEF;
}
.TagClassName
{
border-color: #E60FEF;
}
</style>