Shades of Psychedelic Purple #E718EF
Tints of Psychedelic Purple #E718EF
RGB
CMYK
RGB Variations
Color information
#E718EF (or 0xE718EF) is known color: Psychedelic Purple. HEX triplet: E7, 18 and EF. RGB value is (231,24,239). Sum of RGB (Red+Green+Blue) = 231+24+239=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 24 (9.77% from 255 or 4.86% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #E718EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E718EF is #18E710. Grayscale: #6D6D6D. Windows color (decimal): -1632017 or 15669479. OLE color: 15669479.
HSL color Cylindrical-coordinate representation of color #E718EF: hue angle of 297.77º 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 #E718EF is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 24 | 239 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.06 |
| HSL | 297.77º | 0.87% | 0.52% | - |
| HSV(B) | 297.77º | 0.9% | 0.94% | - |
| XYZ | 48.86 | 23.87 | 83.69 | - |
| YUV | 110.4 | 200.58 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 239 | 0.03 | 0.90 | 0 | 0.06 | 297.77 | 0.87 | 0.52 |
| Hex | E7 | 18 | EF | 3 | 5A | 0 | 6 | 12A | 57 | 34 |
| Octal | 347 | 30 | 357 | 3 | 132 | 0 | 6 | 452 | 127 | 64 |
| Binary | 11100111 | 11000 | 11101111 | 11 | 1011010 | 0 | 110 | 100101010 | 1010111 | 110100 |
Color Harmonies of #E718EF
Complementary color
Monochromatic Colors of #E718EF
Black with #E718EF
Text Example
Text Example
White with #E718EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718EF; }
p { color: rgb(231,24,239); }
H1.HeaderClassName
{
color: #E718EF;
}
.AnyTagClassName
{
color: #E718EF;
}
</style>
background-color css
<style>
a { background-color: #E718EF; }
a { background-color: rgb(231,24,239); }
div.DivClassName
{
background-color: #E718EF;
}
.BgClassName
{
background-color: #E718EF;
}
</style>
border-color css
<style>
span { border-color: #E718EF; }
span { border-color: rgb(231,24,239); }
td.TdClassName
{
border-color: #E718EF;
}
.TagClassName
{
border-color: #E718EF;
}
</style>