Shades of Psychedelic Purple #E41DF0
Tints of Psychedelic Purple #E41DF0
RGB
CMYK
RGB Variations
Color information
#E41DF0 (or 0xE41DF0) is known color: Psychedelic Purple. HEX triplet: E4, 1D and F0. RGB value is (228,29,240). Sum of RGB (Red+Green+Blue) = 228+29+240=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 29 (11.72% from 255 or 5.84% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #E41DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41DF0 is #1BE20F. Grayscale: #6F6F6F. Windows color (decimal): -1827344 or 15736292. OLE color: 15736292.
HSL color Cylindrical-coordinate representation of color #E41DF0: hue angle of 296.59º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41DF0 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 29 | 240 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.06 |
| HSL | 296.59º | 0.88% | 0.53% | - |
| HSV(B) | 296.59º | 0.88% | 0.94% | - |
| XYZ | 48.16 | 23.66 | 84.47 | - |
| YUV | 112.56 | 199.93 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 240 | 0.05 | 0.88 | 0 | 0.06 | 296.59 | 0.88 | 0.53 |
| Hex | E4 | 1D | F0 | 5 | 58 | 0 | 6 | 129 | 58 | 35 |
| Octal | 344 | 35 | 360 | 5 | 130 | 0 | 6 | 451 | 130 | 65 |
| Binary | 11100100 | 11101 | 11110000 | 101 | 1011000 | 0 | 110 | 100101001 | 1011000 | 110101 |
Color Harmonies of #E41DF0
Complementary color
Monochromatic Colors of #E41DF0
Black with #E41DF0
Text Example
Text Example
White with #E41DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41DF0; }
p { color: rgb(228,29,240); }
H1.HeaderClassName
{
color: #E41DF0;
}
.AnyTagClassName
{
color: #E41DF0;
}
</style>
background-color css
<style>
a { background-color: #E41DF0; }
a { background-color: rgb(228,29,240); }
div.DivClassName
{
background-color: #E41DF0;
}
.BgClassName
{
background-color: #E41DF0;
}
</style>
border-color css
<style>
span { border-color: #E41DF0; }
span { border-color: rgb(228,29,240); }
td.TdClassName
{
border-color: #E41DF0;
}
.TagClassName
{
border-color: #E41DF0;
}
</style>