Shades of Psychedelic Purple #E418F0
Tints of Psychedelic Purple #E418F0
RGB
CMYK
RGB Variations
Color information
#E418F0 (or 0xE418F0) is known color: Psychedelic Purple. HEX triplet: E4, 18 and F0. RGB value is (228,24,240). Sum of RGB (Red+Green+Blue) = 228+24+240=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 24 (9.77% from 255 or 4.88% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #E418F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E418F0 is #1BE70F. Grayscale: #6C6C6C. Windows color (decimal): -1828624 or 15735012. OLE color: 15735012.
HSL color Cylindrical-coordinate representation of color #E418F0: hue angle of 296.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E418F0 is Cyan = 0.05, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 24 | 240 | - |
| CMYK | 0.05 | 0.9 | 0 | 0.06 |
| HSL | 296.67º | 0.88% | 0.52% | - |
| HSV(B) | 296.67º | 0.9% | 0.94% | - |
| XYZ | 48.05 | 23.44 | 84.43 | - |
| YUV | 109.62 | 201.59 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 240 | 0.05 | 0.9 | 0 | 0.06 | 296.67 | 0.88 | 0.52 |
| Hex | E4 | 18 | F0 | 5 | 5A | 0 | 6 | 129 | 58 | 34 |
| Octal | 344 | 30 | 360 | 5 | 132 | 0 | 6 | 451 | 130 | 64 |
| Binary | 11100100 | 11000 | 11110000 | 101 | 1011010 | 0 | 110 | 100101001 | 1011000 | 110100 |
Color Harmonies of #E418F0
Complementary color
Monochromatic Colors of #E418F0
Black with #E418F0
Text Example
Text Example
White with #E418F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E418F0; }
p { color: rgb(228,24,240); }
H1.HeaderClassName
{
color: #E418F0;
}
.AnyTagClassName
{
color: #E418F0;
}
</style>
background-color css
<style>
a { background-color: #E418F0; }
a { background-color: rgb(228,24,240); }
div.DivClassName
{
background-color: #E418F0;
}
.BgClassName
{
background-color: #E418F0;
}
</style>
border-color css
<style>
span { border-color: #E418F0; }
span { border-color: rgb(228,24,240); }
td.TdClassName
{
border-color: #E418F0;
}
.TagClassName
{
border-color: #E418F0;
}
</style>