Shades of Psychedelic Purple #E624FC
Tints of Psychedelic Purple #E624FC
RGB
CMYK
RGB Variations
Color information
#E624FC (or 0xE624FC) is known color: Psychedelic Purple. HEX triplet: E6, 24 and FC. RGB value is (230,36,252). Sum of RGB (Red+Green+Blue) = 230+36+252=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 36 (14.45% from 255 or 6.95% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #E624FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E624FC is #19DB03. Grayscale: #757575. Windows color (decimal): -1694468 or 16524518. OLE color: 16524518.
HSL color Cylindrical-coordinate representation of color #E624FC: hue angle of 293.89º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E624FC is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 36 | 252 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.01 |
| HSL | 293.89º | 0.97% | 0.56% | - |
| HSV(B) | 293.89º | 0.86% | 0.99% | - |
| XYZ | 50.83 | 25.11 | 94.26 | - |
| YUV | 118.63 | 203.27 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 252 | 0.09 | 0.86 | 0 | 0.01 | 293.89 | 0.97 | 0.56 |
| Hex | E6 | 24 | FC | 9 | 56 | 0 | 1 | 126 | 61 | 38 |
| Octal | 346 | 44 | 374 | 11 | 126 | 0 | 1 | 446 | 141 | 70 |
| Binary | 11100110 | 100100 | 11111100 | 1001 | 1010110 | 0 | 1 | 100100110 | 1100001 | 111000 |
Color Harmonies of #E624FC
Complementary color
Monochromatic Colors of #E624FC
Black with #E624FC
Text Example
Text Example
White with #E624FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E624FC; }
p { color: rgb(230,36,252); }
H1.HeaderClassName
{
color: #E624FC;
}
.AnyTagClassName
{
color: #E624FC;
}
</style>
background-color css
<style>
a { background-color: #E624FC; }
a { background-color: rgb(230,36,252); }
div.DivClassName
{
background-color: #E624FC;
}
.BgClassName
{
background-color: #E624FC;
}
</style>
border-color css
<style>
span { border-color: #E624FC; }
span { border-color: rgb(230,36,252); }
td.TdClassName
{
border-color: #E624FC;
}
.TagClassName
{
border-color: #E624FC;
}
</style>