Shades of Psychedelic Purple #E411F0
Tints of Psychedelic Purple #E411F0
RGB
CMYK
RGB Variations
Color information
#E411F0 (or 0xE411F0) is known color: Psychedelic Purple. HEX triplet: E4, 11 and F0. RGB value is (228,17,240). Sum of RGB (Red+Green+Blue) = 228+17+240=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #E411F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E411F0 is #1BEE0F. Grayscale: #686868. Windows color (decimal): -1830416 or 15733220. OLE color: 15733220.
HSL color Cylindrical-coordinate representation of color #E411F0: hue angle of 296.77º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E411F0 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 17 | 240 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.06 |
| HSL | 296.77º | 0.88% | 0.5% | - |
| HSV(B) | 296.77º | 0.93% | 0.94% | - |
| XYZ | 47.92 | 23.19 | 84.39 | - |
| YUV | 105.51 | 203.9 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 240 | 0.05 | 0.93 | 0 | 0.06 | 296.77 | 0.88 | 0.5 |
| Hex | E4 | 11 | F0 | 5 | 5D | 0 | 6 | 129 | 58 | 32 |
| Octal | 344 | 21 | 360 | 5 | 135 | 0 | 6 | 451 | 130 | 62 |
| Binary | 11100100 | 10001 | 11110000 | 101 | 1011101 | 0 | 110 | 100101001 | 1011000 | 110010 |
Color Harmonies of #E411F0
Complementary color
Monochromatic Colors of #E411F0
Black with #E411F0
Text Example
Text Example
White with #E411F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E411F0; }
p { color: rgb(228,17,240); }
H1.HeaderClassName
{
color: #E411F0;
}
.AnyTagClassName
{
color: #E411F0;
}
</style>
background-color css
<style>
a { background-color: #E411F0; }
a { background-color: rgb(228,17,240); }
div.DivClassName
{
background-color: #E411F0;
}
.BgClassName
{
background-color: #E411F0;
}
</style>
border-color css
<style>
span { border-color: #E411F0; }
span { border-color: rgb(228,17,240); }
td.TdClassName
{
border-color: #E411F0;
}
.TagClassName
{
border-color: #E411F0;
}
</style>