Shades of Psychedelic Purple #E418FA
Tints of Psychedelic Purple #E418FA
RGB
CMYK
RGB Variations
Color information
#E418FA (or 0xE418FA) is known color: Psychedelic Purple. HEX triplet: E4, 18 and FA. RGB value is (228,24,250). Sum of RGB (Red+Green+Blue) = 228+24+250=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 24 (9.77% from 255 or 4.78% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #E418FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E418FA is #1BE705. Grayscale: #6E6E6E. Windows color (decimal): -1828614 or 16390372. OLE color: 16390372.
HSL color Cylindrical-coordinate representation of color #E418FA: hue angle of 294.16º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E418FA is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 24 | 250 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.02 |
| HSL | 294.16º | 0.96% | 0.54% | - |
| HSV(B) | 294.16º | 0.9% | 0.98% | - |
| XYZ | 49.58 | 24.05 | 92.47 | - |
| YUV | 110.76 | 206.59 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 250 | 0.09 | 0.90 | 0 | 0.02 | 294.16 | 0.96 | 0.54 |
| Hex | E4 | 18 | FA | 9 | 5A | 0 | 2 | 126 | 60 | 36 |
| Octal | 344 | 30 | 372 | 11 | 132 | 0 | 2 | 446 | 140 | 66 |
| Binary | 11100100 | 11000 | 11111010 | 1001 | 1011010 | 0 | 10 | 100100110 | 1100000 | 110110 |
Color Harmonies of #E418FA
Complementary color
Monochromatic Colors of #E418FA
Black with #E418FA
Text Example
Text Example
White with #E418FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E418FA; }
p { color: rgb(228,24,250); }
H1.HeaderClassName
{
color: #E418FA;
}
.AnyTagClassName
{
color: #E418FA;
}
</style>
background-color css
<style>
a { background-color: #E418FA; }
a { background-color: rgb(228,24,250); }
div.DivClassName
{
background-color: #E418FA;
}
.BgClassName
{
background-color: #E418FA;
}
</style>
border-color css
<style>
span { border-color: #E418FA; }
span { border-color: rgb(228,24,250); }
td.TdClassName
{
border-color: #E418FA;
}
.TagClassName
{
border-color: #E418FA;
}
</style>