Shades of Psychedelic Purple #E41EFF
Tints of Psychedelic Purple #E41EFF
RGB
CMYK
RGB Variations
Color information
#E41EFF (or 0xE41EFF) is known color: Psychedelic Purple. HEX triplet: E4, 1E and FF. RGB value is (228,30,255). Sum of RGB (Red+Green+Blue) = 228+30+255=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 30 (12.11% from 255 or 5.85% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #E41EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41EFF is #1BE100. Grayscale: #727272. Windows color (decimal): -1827073 or 16719588. OLE color: 16719588.
HSL color Cylindrical-coordinate representation of color #E41EFF: hue angle of 292.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41EFF is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 30 | 255 | - |
| CMYK | 0.11 | 0.88 | 0 | 0 |
| HSL | 292.8º | 1% | 0.56% | - |
| HSV(B) | 292.8º | 0.88% | 1% | - |
| XYZ | 50.51 | 24.64 | 96.7 | - |
| YUV | 114.85 | 207.1 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 30 | 255 | 0.11 | 0.88 | 0 | 0 | 292.8 | 1 | 0.56 |
| Hex | E4 | 1E | FF | B | 58 | 0 | 0 | 125 | 64 | 38 |
| Octal | 344 | 36 | 377 | 13 | 130 | 0 | 0 | 445 | 144 | 70 |
| Binary | 11100100 | 11110 | 11111111 | 1011 | 1011000 | 0 | 0 | 100100101 | 1100100 | 111000 |
Color Harmonies of #E41EFF
Complementary color
Monochromatic Colors of #E41EFF
Black with #E41EFF
Text Example
Text Example
White with #E41EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41EFF; }
p { color: rgb(228,30,255); }
H1.HeaderClassName
{
color: #E41EFF;
}
.AnyTagClassName
{
color: #E41EFF;
}
</style>
background-color css
<style>
a { background-color: #E41EFF; }
a { background-color: rgb(228,30,255); }
div.DivClassName
{
background-color: #E41EFF;
}
.BgClassName
{
background-color: #E41EFF;
}
</style>
border-color css
<style>
span { border-color: #E41EFF; }
span { border-color: rgb(228,30,255); }
td.TdClassName
{
border-color: #E41EFF;
}
.TagClassName
{
border-color: #E41EFF;
}
</style>