Shades of Psychedelic Purple #E41AF5
Tints of Psychedelic Purple #E41AF5
RGB
CMYK
RGB Variations
Color information
#E41AF5 (or 0xE41AF5) is known color: Psychedelic Purple. HEX triplet: E4, 1A and F5. RGB value is (228,26,245). Sum of RGB (Red+Green+Blue) = 228+26+245=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 26 (10.55% from 255 or 5.21% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #E41AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41AF5 is #1BE50A. Grayscale: #6E6E6E. Windows color (decimal): -1828107 or 16063204. OLE color: 16063204.
HSL color Cylindrical-coordinate representation of color #E41AF5: hue angle of 295.34º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41AF5 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 26 | 245 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.04 |
| HSL | 295.34º | 0.92% | 0.53% | - |
| HSV(B) | 295.34º | 0.89% | 0.96% | - |
| XYZ | 48.85 | 23.83 | 88.41 | - |
| YUV | 111.36 | 203.42 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 245 | 0.07 | 0.89 | 0 | 0.04 | 295.34 | 0.92 | 0.53 |
| Hex | E4 | 1A | F5 | 7 | 59 | 0 | 4 | 127 | 5C | 35 |
| Octal | 344 | 32 | 365 | 7 | 131 | 0 | 4 | 447 | 134 | 65 |
| Binary | 11100100 | 11010 | 11110101 | 111 | 1011001 | 0 | 100 | 100100111 | 1011100 | 110101 |
Color Harmonies of #E41AF5
Complementary color
Monochromatic Colors of #E41AF5
Black with #E41AF5
Text Example
Text Example
White with #E41AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41AF5; }
p { color: rgb(228,26,245); }
H1.HeaderClassName
{
color: #E41AF5;
}
.AnyTagClassName
{
color: #E41AF5;
}
</style>
background-color css
<style>
a { background-color: #E41AF5; }
a { background-color: rgb(228,26,245); }
div.DivClassName
{
background-color: #E41AF5;
}
.BgClassName
{
background-color: #E41AF5;
}
</style>
border-color css
<style>
span { border-color: #E41AF5; }
span { border-color: rgb(228,26,245); }
td.TdClassName
{
border-color: #E41AF5;
}
.TagClassName
{
border-color: #E41AF5;
}
</style>