Shades of Psychedelic Purple #E41EFD
Tints of Psychedelic Purple #E41EFD
RGB
CMYK
RGB Variations
Color information
#E41EFD (or 0xE41EFD) is known color: Psychedelic Purple. HEX triplet: E4, 1E and FD. RGB value is (228,30,253). Sum of RGB (Red+Green+Blue) = 228+30+253=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 30 (12.11% from 255 or 5.87% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #E41EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41EFD is #1BE102. Grayscale: #717171. Windows color (decimal): -1827075 or 16588516. OLE color: 16588516.
HSL color Cylindrical-coordinate representation of color #E41EFD: hue angle of 293.27º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41EFD is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 30 | 253 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.01 |
| HSL | 293.27º | 0.98% | 0.55% | - |
| HSV(B) | 293.27º | 0.88% | 0.99% | - |
| XYZ | 50.19 | 24.51 | 95.02 | - |
| YUV | 114.62 | 206.1 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 30 | 253 | 0.10 | 0.88 | 0 | 0.01 | 293.27 | 0.98 | 0.55 |
| Hex | E4 | 1E | FD | A | 58 | 0 | 1 | 125 | 62 | 37 |
| Octal | 344 | 36 | 375 | 12 | 130 | 0 | 1 | 445 | 142 | 67 |
| Binary | 11100100 | 11110 | 11111101 | 1010 | 1011000 | 0 | 1 | 100100101 | 1100010 | 110111 |
Color Harmonies of #E41EFD
Complementary color
Monochromatic Colors of #E41EFD
Black with #E41EFD
Text Example
Text Example
White with #E41EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41EFD; }
p { color: rgb(228,30,253); }
H1.HeaderClassName
{
color: #E41EFD;
}
.AnyTagClassName
{
color: #E41EFD;
}
</style>
background-color css
<style>
a { background-color: #E41EFD; }
a { background-color: rgb(228,30,253); }
div.DivClassName
{
background-color: #E41EFD;
}
.BgClassName
{
background-color: #E41EFD;
}
</style>
border-color css
<style>
span { border-color: #E41EFD; }
span { border-color: rgb(228,30,253); }
td.TdClassName
{
border-color: #E41EFD;
}
.TagClassName
{
border-color: #E41EFD;
}
</style>