Shades of Psychedelic Purple #E408FC
Tints of Psychedelic Purple #E408FC
RGB
CMYK
RGB Variations
Color information
#E408FC (or 0xE408FC) is known color: Psychedelic Purple. HEX triplet: E4, 08 and FC. RGB value is (228,8,252). Sum of RGB (Red+Green+Blue) = 228+8+252=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 8 (3.52% from 255 or 1.64% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #E408FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E408FC is #1BF703. Grayscale: #646464. Windows color (decimal): -1832708 or 16517348. OLE color: 16517348.
HSL color Cylindrical-coordinate representation of color #E408FC: hue angle of 294.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E408FC is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 8 | 252 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.01 |
| HSL | 294.1º | 0.98% | 0.51% | - |
| HSV(B) | 294.1º | 0.97% | 0.99% | - |
| XYZ | 49.65 | 23.7 | 94.05 | - |
| YUV | 101.6 | 212.89 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 252 | 0.10 | 0.97 | 0 | 0.01 | 294.1 | 0.98 | 0.51 |
| Hex | E4 | 8 | FC | A | 61 | 0 | 1 | 126 | 62 | 33 |
| Octal | 344 | 10 | 374 | 12 | 141 | 0 | 1 | 446 | 142 | 63 |
| Binary | 11100100 | 1000 | 11111100 | 1010 | 1100001 | 0 | 1 | 100100110 | 1100010 | 110011 |
Color Harmonies of #E408FC
Complementary color
Monochromatic Colors of #E408FC
Black with #E408FC
Text Example
Text Example
White with #E408FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408FC; }
p { color: rgb(228,8,252); }
H1.HeaderClassName
{
color: #E408FC;
}
.AnyTagClassName
{
color: #E408FC;
}
</style>
background-color css
<style>
a { background-color: #E408FC; }
a { background-color: rgb(228,8,252); }
div.DivClassName
{
background-color: #E408FC;
}
.BgClassName
{
background-color: #E408FC;
}
</style>
border-color css
<style>
span { border-color: #E408FC; }
span { border-color: rgb(228,8,252); }
td.TdClassName
{
border-color: #E408FC;
}
.TagClassName
{
border-color: #E408FC;
}
</style>