Shades of Psychedelic Purple #E41EFC
Tints of Psychedelic Purple #E41EFC
RGB
CMYK
RGB Variations
Color information
#E41EFC (or 0xE41EFC) is known color: Psychedelic Purple. HEX triplet: E4, 1E and FC. RGB value is (228,30,252). Sum of RGB (Red+Green+Blue) = 228+30+252=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 30 (12.11% from 255 or 5.88% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #E41EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41EFC is #1BE103. Grayscale: #717171. Windows color (decimal): -1827076 or 16522980. OLE color: 16522980.
HSL color Cylindrical-coordinate representation of color #E41EFC: hue angle of 293.51º degrees, saturation: 0.97, 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 #E41EFC is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 30 | 252 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.01 |
| HSL | 293.51º | 0.97% | 0.55% | - |
| HSV(B) | 293.51º | 0.88% | 0.99% | - |
| XYZ | 50.03 | 24.45 | 94.18 | - |
| YUV | 114.51 | 205.6 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 30 | 252 | 0.10 | 0.88 | 0 | 0.01 | 293.51 | 0.97 | 0.55 |
| Hex | E4 | 1E | FC | A | 58 | 0 | 1 | 126 | 61 | 37 |
| Octal | 344 | 36 | 374 | 12 | 130 | 0 | 1 | 446 | 141 | 67 |
| Binary | 11100100 | 11110 | 11111100 | 1010 | 1011000 | 0 | 1 | 100100110 | 1100001 | 110111 |
Color Harmonies of #E41EFC
Complementary color
Monochromatic Colors of #E41EFC
Black with #E41EFC
Text Example
Text Example
White with #E41EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41EFC; }
p { color: rgb(228,30,252); }
H1.HeaderClassName
{
color: #E41EFC;
}
.AnyTagClassName
{
color: #E41EFC;
}
</style>
background-color css
<style>
a { background-color: #E41EFC; }
a { background-color: rgb(228,30,252); }
div.DivClassName
{
background-color: #E41EFC;
}
.BgClassName
{
background-color: #E41EFC;
}
</style>
border-color css
<style>
span { border-color: #E41EFC; }
span { border-color: rgb(228,30,252); }
td.TdClassName
{
border-color: #E41EFC;
}
.TagClassName
{
border-color: #E41EFC;
}
</style>