Shades of Psychedelic Purple #E608EF
Tints of Psychedelic Purple #E608EF
RGB
CMYK
RGB Variations
Color information
#E608EF (or 0xE608EF) is known color: Psychedelic Purple. HEX triplet: E6, 08 and EF. RGB value is (230,8,239). Sum of RGB (Red+Green+Blue) = 230+8+239=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 8 (3.52% from 255 or 1.68% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #E608EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E608EF is #19F710. Grayscale: #646464. Windows color (decimal): -1701649 or 15665382. OLE color: 15665382.
HSL color Cylindrical-coordinate representation of color #E608EF: hue angle of 297.66º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E608EF is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 8 | 239 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.06 |
| HSL | 297.66º | 0.94% | 0.48% | - |
| HSV(B) | 297.66º | 0.97% | 0.94% | - |
| XYZ | 48.3 | 23.23 | 83.6 | - |
| YUV | 100.71 | 206.05 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 239 | 0.04 | 0.97 | 0 | 0.06 | 297.66 | 0.94 | 0.48 |
| Hex | E6 | 8 | EF | 4 | 61 | 0 | 6 | 12A | 5E | 30 |
| Octal | 346 | 10 | 357 | 4 | 141 | 0 | 6 | 452 | 136 | 60 |
| Binary | 11100110 | 1000 | 11101111 | 100 | 1100001 | 0 | 110 | 100101010 | 1011110 | 110000 |
Color Harmonies of #E608EF
Complementary color
Monochromatic Colors of #E608EF
Black with #E608EF
Text Example
Text Example
White with #E608EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E608EF; }
p { color: rgb(230,8,239); }
H1.HeaderClassName
{
color: #E608EF;
}
.AnyTagClassName
{
color: #E608EF;
}
</style>
background-color css
<style>
a { background-color: #E608EF; }
a { background-color: rgb(230,8,239); }
div.DivClassName
{
background-color: #E608EF;
}
.BgClassName
{
background-color: #E608EF;
}
</style>
border-color css
<style>
span { border-color: #E608EF; }
span { border-color: rgb(230,8,239); }
td.TdClassName
{
border-color: #E608EF;
}
.TagClassName
{
border-color: #E608EF;
}
</style>