Shades of Psychedelic Purple #E41AFF
Tints of Psychedelic Purple #E41AFF
RGB
CMYK
RGB Variations
Color information
#E41AFF (or 0xE41AFF) is known color: Psychedelic Purple. HEX triplet: E4, 1A and FF. RGB value is (228,26,255). Sum of RGB (Red+Green+Blue) = 228+26+255=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 26 (10.55% from 255 or 5.11% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #E41AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41AFF is #1BE500. Grayscale: #6F6F6F. Windows color (decimal): -1828097 or 16718564. OLE color: 16718564.
HSL color Cylindrical-coordinate representation of color #E41AFF: hue angle of 292.93º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41AFF is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 26 | 255 | - |
| CMYK | 0.11 | 0.90 | 0 | 0 |
| HSL | 292.93º | 1% | 0.55% | - |
| HSV(B) | 292.93º | 0.9% | 1% | - |
| XYZ | 50.41 | 24.45 | 96.67 | - |
| YUV | 112.5 | 208.42 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 255 | 0.11 | 0.90 | 0 | 0 | 292.93 | 1 | 0.55 |
| Hex | E4 | 1A | FF | B | 5A | 0 | 0 | 125 | 64 | 37 |
| Octal | 344 | 32 | 377 | 13 | 132 | 0 | 0 | 445 | 144 | 67 |
| Binary | 11100100 | 11010 | 11111111 | 1011 | 1011010 | 0 | 0 | 100100101 | 1100100 | 110111 |
Color Harmonies of #E41AFF
Complementary color
Monochromatic Colors of #E41AFF
Black with #E41AFF
Text Example
Text Example
White with #E41AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41AFF; }
p { color: rgb(228,26,255); }
H1.HeaderClassName
{
color: #E41AFF;
}
.AnyTagClassName
{
color: #E41AFF;
}
</style>
background-color css
<style>
a { background-color: #E41AFF; }
a { background-color: rgb(228,26,255); }
div.DivClassName
{
background-color: #E41AFF;
}
.BgClassName
{
background-color: #E41AFF;
}
</style>
border-color css
<style>
span { border-color: #E41AFF; }
span { border-color: rgb(228,26,255); }
td.TdClassName
{
border-color: #E41AFF;
}
.TagClassName
{
border-color: #E41AFF;
}
</style>