Shades of Psychedelic Purple #E41AF2
Tints of Psychedelic Purple #E41AF2
RGB
CMYK
RGB Variations
Color information
#E41AF2 (or 0xE41AF2) is known color: Psychedelic Purple. HEX triplet: E4, 1A and F2. RGB value is (228,26,242). Sum of RGB (Red+Green+Blue) = 228+26+242=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 26 (10.55% from 255 or 5.24% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #E41AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41AF2 is #1BE50D. Grayscale: #6E6E6E. Windows color (decimal): -1828110 or 15866596. OLE color: 15866596.
HSL color Cylindrical-coordinate representation of color #E41AF2: hue angle of 296.11º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41AF2 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 26 | 242 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.05 |
| HSL | 296.11º | 0.89% | 0.53% | - |
| HSV(B) | 296.11º | 0.89% | 0.95% | - |
| XYZ | 48.39 | 23.64 | 86.02 | - |
| YUV | 111.02 | 201.92 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 242 | 0.06 | 0.89 | 0 | 0.05 | 296.11 | 0.89 | 0.53 |
| Hex | E4 | 1A | F2 | 6 | 59 | 0 | 5 | 128 | 59 | 35 |
| Octal | 344 | 32 | 362 | 6 | 131 | 0 | 5 | 450 | 131 | 65 |
| Binary | 11100100 | 11010 | 11110010 | 110 | 1011001 | 0 | 101 | 100101000 | 1011001 | 110101 |
Color Harmonies of #E41AF2
Complementary color
Monochromatic Colors of #E41AF2
Black with #E41AF2
Text Example
Text Example
White with #E41AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41AF2; }
p { color: rgb(228,26,242); }
H1.HeaderClassName
{
color: #E41AF2;
}
.AnyTagClassName
{
color: #E41AF2;
}
</style>
background-color css
<style>
a { background-color: #E41AF2; }
a { background-color: rgb(228,26,242); }
div.DivClassName
{
background-color: #E41AF2;
}
.BgClassName
{
background-color: #E41AF2;
}
</style>
border-color css
<style>
span { border-color: #E41AF2; }
span { border-color: rgb(228,26,242); }
td.TdClassName
{
border-color: #E41AF2;
}
.TagClassName
{
border-color: #E41AF2;
}
</style>