Shades of Psychedelic Purple #E41AED
Tints of Psychedelic Purple #E41AED
RGB
CMYK
RGB Variations
Color information
#E41AED (or 0xE41AED) is known color: Psychedelic Purple. HEX triplet: E4, 1A and ED. RGB value is (228,26,237). Sum of RGB (Red+Green+Blue) = 228+26+237=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #E41AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41AED is #1BE512. Grayscale: #6D6D6D. Windows color (decimal): -1828115 or 15538916. OLE color: 15538916.
HSL color Cylindrical-coordinate representation of color #E41AED: hue angle of 297.44º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41AED is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 26 | 237 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.07 |
| HSL | 297.44º | 0.85% | 0.52% | - |
| HSV(B) | 297.44º | 0.89% | 0.93% | - |
| XYZ | 47.65 | 23.35 | 82.12 | - |
| YUV | 110.45 | 199.42 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 237 | 0.04 | 0.89 | 0 | 0.07 | 297.44 | 0.85 | 0.52 |
| Hex | E4 | 1A | ED | 4 | 59 | 0 | 7 | 129 | 55 | 34 |
| Octal | 344 | 32 | 355 | 4 | 131 | 0 | 7 | 451 | 125 | 64 |
| Binary | 11100100 | 11010 | 11101101 | 100 | 1011001 | 0 | 111 | 100101001 | 1010101 | 110100 |
Color Harmonies of #E41AED
Complementary color
Monochromatic Colors of #E41AED
Black with #E41AED
Text Example
Text Example
White with #E41AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41AED; }
p { color: rgb(228,26,237); }
H1.HeaderClassName
{
color: #E41AED;
}
.AnyTagClassName
{
color: #E41AED;
}
</style>
background-color css
<style>
a { background-color: #E41AED; }
a { background-color: rgb(228,26,237); }
div.DivClassName
{
background-color: #E41AED;
}
.BgClassName
{
background-color: #E41AED;
}
</style>
border-color css
<style>
span { border-color: #E41AED; }
span { border-color: rgb(228,26,237); }
td.TdClassName
{
border-color: #E41AED;
}
.TagClassName
{
border-color: #E41AED;
}
</style>