Shades of Psychedelic Purple #E624FE
Tints of Psychedelic Purple #E624FE
RGB
CMYK
RGB Variations
Color information
#E624FE (or 0xE624FE) is known color: Psychedelic Purple. HEX triplet: E6, 24 and FE. RGB value is (230,36,254). Sum of RGB (Red+Green+Blue) = 230+36+254=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 36 (14.45% from 255 or 6.92% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #E624FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E624FE is #19DB01. Grayscale: #767676. Windows color (decimal): -1694466 or 16655590. OLE color: 16655590.
HSL color Cylindrical-coordinate representation of color #E624FE: hue angle of 293.39º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E624FE is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 36 | 254 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.00 |
| HSL | 293.39º | 0.99% | 0.57% | - |
| HSV(B) | 293.39º | 0.86% | 1% | - |
| XYZ | 51.15 | 25.24 | 95.94 | - |
| YUV | 118.86 | 204.27 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 254 | 0.09 | 0.86 | 0 | 0.00 | 293.39 | 0.99 | 0.57 |
| Hex | E6 | 24 | FE | 9 | 56 | 0 | 0 | 125 | 63 | 39 |
| Octal | 346 | 44 | 376 | 11 | 126 | 0 | 0 | 445 | 143 | 71 |
| Binary | 11100110 | 100100 | 11111110 | 1001 | 1010110 | 0 | 0 | 100100101 | 1100011 | 111001 |
Color Harmonies of #E624FE
Complementary color
Monochromatic Colors of #E624FE
Black with #E624FE
Text Example
Text Example
White with #E624FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E624FE; }
p { color: rgb(230,36,254); }
H1.HeaderClassName
{
color: #E624FE;
}
.AnyTagClassName
{
color: #E624FE;
}
</style>
background-color css
<style>
a { background-color: #E624FE; }
a { background-color: rgb(230,36,254); }
div.DivClassName
{
background-color: #E624FE;
}
.BgClassName
{
background-color: #E624FE;
}
</style>
border-color css
<style>
span { border-color: #E624FE; }
span { border-color: rgb(230,36,254); }
td.TdClassName
{
border-color: #E624FE;
}
.TagClassName
{
border-color: #E624FE;
}
</style>