Shades of Psychedelic Purple #E41AF7
Tints of Psychedelic Purple #E41AF7
RGB
CMYK
RGB Variations
Color information
#E41AF7 (or 0xE41AF7) is known color: Psychedelic Purple. HEX triplet: E4, 1A and F7. RGB value is (228,26,247). Sum of RGB (Red+Green+Blue) = 228+26+247=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 26 (10.55% from 255 or 5.19% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #E41AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41AF7 is #1BE508. Grayscale: #6E6E6E. Windows color (decimal): -1828105 or 16194276. OLE color: 16194276.
HSL color Cylindrical-coordinate representation of color #E41AF7: hue angle of 294.84º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41AF7 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 26 | 247 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.03 |
| HSL | 294.84º | 0.93% | 0.54% | - |
| HSV(B) | 294.84º | 0.89% | 0.97% | - |
| XYZ | 49.15 | 23.95 | 90.03 | - |
| YUV | 111.59 | 204.42 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 247 | 0.08 | 0.89 | 0 | 0.03 | 294.84 | 0.93 | 0.54 |
| Hex | E4 | 1A | F7 | 8 | 59 | 0 | 3 | 127 | 5D | 36 |
| Octal | 344 | 32 | 367 | 10 | 131 | 0 | 3 | 447 | 135 | 66 |
| Binary | 11100100 | 11010 | 11110111 | 1000 | 1011001 | 0 | 11 | 100100111 | 1011101 | 110110 |
Color Harmonies of #E41AF7
Complementary color
Monochromatic Colors of #E41AF7
Black with #E41AF7
Text Example
Text Example
White with #E41AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41AF7; }
p { color: rgb(228,26,247); }
H1.HeaderClassName
{
color: #E41AF7;
}
.AnyTagClassName
{
color: #E41AF7;
}
</style>
background-color css
<style>
a { background-color: #E41AF7; }
a { background-color: rgb(228,26,247); }
div.DivClassName
{
background-color: #E41AF7;
}
.BgClassName
{
background-color: #E41AF7;
}
</style>
border-color css
<style>
span { border-color: #E41AF7; }
span { border-color: rgb(228,26,247); }
td.TdClassName
{
border-color: #E41AF7;
}
.TagClassName
{
border-color: #E41AF7;
}
</style>