Shades of Psychedelic Purple #E41DED
Tints of Psychedelic Purple #E41DED
RGB
CMYK
RGB Variations
Color information
#E41DED (or 0xE41DED) is known color: Psychedelic Purple. HEX triplet: E4, 1D and ED. RGB value is (228,29,237). Sum of RGB (Red+Green+Blue) = 228+29+237=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 29 (11.72% from 255 or 5.87% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #E41DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41DED is #1BE212. Grayscale: #6F6F6F. Windows color (decimal): -1827347 or 15539684. OLE color: 15539684.
HSL color Cylindrical-coordinate representation of color #E41DED: hue angle of 297.4º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41DED is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 29 | 237 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.07 |
| HSL | 297.4º | 0.85% | 0.52% | - |
| HSV(B) | 297.4º | 0.88% | 0.93% | - |
| XYZ | 47.72 | 23.49 | 82.14 | - |
| YUV | 112.21 | 198.43 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 237 | 0.04 | 0.88 | 0 | 0.07 | 297.4 | 0.85 | 0.52 |
| Hex | E4 | 1D | ED | 4 | 58 | 0 | 7 | 129 | 55 | 34 |
| Octal | 344 | 35 | 355 | 4 | 130 | 0 | 7 | 451 | 125 | 64 |
| Binary | 11100100 | 11101 | 11101101 | 100 | 1011000 | 0 | 111 | 100101001 | 1010101 | 110100 |
Color Harmonies of #E41DED
Complementary color
Monochromatic Colors of #E41DED
Black with #E41DED
Text Example
Text Example
White with #E41DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41DED; }
p { color: rgb(228,29,237); }
H1.HeaderClassName
{
color: #E41DED;
}
.AnyTagClassName
{
color: #E41DED;
}
</style>
background-color css
<style>
a { background-color: #E41DED; }
a { background-color: rgb(228,29,237); }
div.DivClassName
{
background-color: #E41DED;
}
.BgClassName
{
background-color: #E41DED;
}
</style>
border-color css
<style>
span { border-color: #E41DED; }
span { border-color: rgb(228,29,237); }
td.TdClassName
{
border-color: #E41DED;
}
.TagClassName
{
border-color: #E41DED;
}
</style>