Shades of Psychedelic Purple #E618EF
Tints of Psychedelic Purple #E618EF
RGB
CMYK
RGB Variations
Color information
#E618EF (or 0xE618EF) is known color: Psychedelic Purple. HEX triplet: E6, 18 and EF. RGB value is (230,24,239). Sum of RGB (Red+Green+Blue) = 230+24+239=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 24 (9.77% from 255 or 4.87% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #E618EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E618EF is #19E710. Grayscale: #6D6D6D. Windows color (decimal): -1697553 or 15669478. OLE color: 15669478.
HSL color Cylindrical-coordinate representation of color #E618EF: hue angle of 297.49º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E618EF is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 24 | 239 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.06 |
| HSL | 297.49º | 0.87% | 0.52% | - |
| HSV(B) | 297.49º | 0.9% | 0.94% | - |
| XYZ | 48.54 | 23.71 | 83.68 | - |
| YUV | 110.1 | 200.75 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 239 | 0.04 | 0.90 | 0 | 0.06 | 297.49 | 0.87 | 0.52 |
| Hex | E6 | 18 | EF | 4 | 5A | 0 | 6 | 129 | 57 | 34 |
| Octal | 346 | 30 | 357 | 4 | 132 | 0 | 6 | 451 | 127 | 64 |
| Binary | 11100110 | 11000 | 11101111 | 100 | 1011010 | 0 | 110 | 100101001 | 1010111 | 110100 |
Color Harmonies of #E618EF
Complementary color
Monochromatic Colors of #E618EF
Black with #E618EF
Text Example
Text Example
White with #E618EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618EF; }
p { color: rgb(230,24,239); }
H1.HeaderClassName
{
color: #E618EF;
}
.AnyTagClassName
{
color: #E618EF;
}
</style>
background-color css
<style>
a { background-color: #E618EF; }
a { background-color: rgb(230,24,239); }
div.DivClassName
{
background-color: #E618EF;
}
.BgClassName
{
background-color: #E618EF;
}
</style>
border-color css
<style>
span { border-color: #E618EF; }
span { border-color: rgb(230,24,239); }
td.TdClassName
{
border-color: #E618EF;
}
.TagClassName
{
border-color: #E618EF;
}
</style>