Shades of Psychedelic Purple #E624FF
Tints of Psychedelic Purple #E624FF
RGB
CMYK
RGB Variations
Color information
#E624FF (or 0xE624FF) is known color: Psychedelic Purple. HEX triplet: E6, 24 and FF. RGB value is (230,36,255). Sum of RGB (Red+Green+Blue) = 230+36+255=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 36 (14.45% from 255 or 6.91% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #E624FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E624FF is #19DB00. Grayscale: #767676. Windows color (decimal): -1694465 or 16721126. OLE color: 16721126.
HSL color Cylindrical-coordinate representation of color #E624FF: hue angle of 293.15º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E624FF is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 36 | 255 | - |
| CMYK | 0.10 | 0.86 | 0 | 0 |
| HSL | 293.15º | 1% | 0.57% | - |
| HSV(B) | 293.15º | 0.86% | 1% | - |
| XYZ | 51.31 | 25.3 | 96.79 | - |
| YUV | 118.97 | 204.77 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 255 | 0.10 | 0.86 | 0 | 0 | 293.15 | 1 | 0.57 |
| Hex | E6 | 24 | FF | A | 56 | 0 | 0 | 125 | 64 | 39 |
| Octal | 346 | 44 | 377 | 12 | 126 | 0 | 0 | 445 | 144 | 71 |
| Binary | 11100110 | 100100 | 11111111 | 1010 | 1010110 | 0 | 0 | 100100101 | 1100100 | 111001 |
Color Harmonies of #E624FF
Complementary color
Monochromatic Colors of #E624FF
Black with #E624FF
Text Example
Text Example
White with #E624FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E624FF; }
p { color: rgb(230,36,255); }
H1.HeaderClassName
{
color: #E624FF;
}
.AnyTagClassName
{
color: #E624FF;
}
</style>
background-color css
<style>
a { background-color: #E624FF; }
a { background-color: rgb(230,36,255); }
div.DivClassName
{
background-color: #E624FF;
}
.BgClassName
{
background-color: #E624FF;
}
</style>
border-color css
<style>
span { border-color: #E624FF; }
span { border-color: rgb(230,36,255); }
td.TdClassName
{
border-color: #E624FF;
}
.TagClassName
{
border-color: #E624FF;
}
</style>