Shades of Psychedelic Purple #E624EF
Tints of Psychedelic Purple #E624EF
RGB
CMYK
RGB Variations
Color information
#E624EF (or 0xE624EF) is known color: Psychedelic Purple. HEX triplet: E6, 24 and EF. RGB value is (230,36,239). Sum of RGB (Red+Green+Blue) = 230+36+239=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 36 (14.45% from 255 or 7.13% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #E624EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E624EF is #19DB10. Grayscale: #747474. Windows color (decimal): -1694481 or 15672550. OLE color: 15672550.
HSL color Cylindrical-coordinate representation of color #E624EF: hue angle of 297.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E624EF is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 36 | 239 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.06 |
| HSL | 297.34º | 0.86% | 0.54% | - |
| HSV(B) | 297.34º | 0.85% | 0.94% | - |
| XYZ | 48.84 | 24.32 | 83.78 | - |
| YUV | 117.15 | 196.77 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 239 | 0.04 | 0.85 | 0 | 0.06 | 297.34 | 0.86 | 0.54 |
| Hex | E6 | 24 | EF | 4 | 55 | 0 | 6 | 129 | 56 | 36 |
| Octal | 346 | 44 | 357 | 4 | 125 | 0 | 6 | 451 | 126 | 66 |
| Binary | 11100110 | 100100 | 11101111 | 100 | 1010101 | 0 | 110 | 100101001 | 1010110 | 110110 |
Color Harmonies of #E624EF
Complementary color
Monochromatic Colors of #E624EF
Black with #E624EF
Text Example
Text Example
White with #E624EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E624EF; }
p { color: rgb(230,36,239); }
H1.HeaderClassName
{
color: #E624EF;
}
.AnyTagClassName
{
color: #E624EF;
}
</style>
background-color css
<style>
a { background-color: #E624EF; }
a { background-color: rgb(230,36,239); }
div.DivClassName
{
background-color: #E624EF;
}
.BgClassName
{
background-color: #E624EF;
}
</style>
border-color css
<style>
span { border-color: #E624EF; }
span { border-color: rgb(230,36,239); }
td.TdClassName
{
border-color: #E624EF;
}
.TagClassName
{
border-color: #E624EF;
}
</style>