Shades of Psychedelic Purple #E404FA
Tints of Psychedelic Purple #E404FA
RGB
CMYK
RGB Variations
Color information
#E404FA (or 0xE404FA) is known color: Psychedelic Purple. HEX triplet: E4, 04 and FA. RGB value is (228,4,250). Sum of RGB (Red+Green+Blue) = 228+4+250=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 4 (1.95% from 255 or 0.83% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #E404FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E404FA is #1BFB05. Grayscale: #626262. Windows color (decimal): -1833734 or 16385252. OLE color: 16385252.
HSL color Cylindrical-coordinate representation of color #E404FA: hue angle of 294.63º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404FA is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 4 | 250 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.02 |
| HSL | 294.63º | 0.97% | 0.5% | - |
| HSV(B) | 294.63º | 0.98% | 0.98% | - |
| XYZ | 49.29 | 23.48 | 92.38 | - |
| YUV | 99.02 | 213.21 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 250 | 0.09 | 0.98 | 0 | 0.02 | 294.63 | 0.97 | 0.5 |
| Hex | E4 | 4 | FA | 9 | 62 | 0 | 2 | 127 | 61 | 32 |
| Octal | 344 | 4 | 372 | 11 | 142 | 0 | 2 | 447 | 141 | 62 |
| Binary | 11100100 | 100 | 11111010 | 1001 | 1100010 | 0 | 10 | 100100111 | 1100001 | 110010 |
Color Harmonies of #E404FA
Complementary color
Monochromatic Colors of #E404FA
Black with #E404FA
Text Example
Text Example
White with #E404FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404FA; }
p { color: rgb(228,4,250); }
H1.HeaderClassName
{
color: #E404FA;
}
.AnyTagClassName
{
color: #E404FA;
}
</style>
background-color css
<style>
a { background-color: #E404FA; }
a { background-color: rgb(228,4,250); }
div.DivClassName
{
background-color: #E404FA;
}
.BgClassName
{
background-color: #E404FA;
}
</style>
border-color css
<style>
span { border-color: #E404FA; }
span { border-color: rgb(228,4,250); }
td.TdClassName
{
border-color: #E404FA;
}
.TagClassName
{
border-color: #E404FA;
}
</style>