Shades of Psychedelic Purple #E411FC
Tints of Psychedelic Purple #E411FC
RGB
CMYK
RGB Variations
Color information
#E411FC (or 0xE411FC) is known color: Psychedelic Purple. HEX triplet: E4, 11 and FC. RGB value is (228,17,252). Sum of RGB (Red+Green+Blue) = 228+17+252=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 17 (7.03% from 255 or 3.42% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #E411FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E411FC is #1BEE03. Grayscale: #6A6A6A. Windows color (decimal): -1830404 or 16519652. OLE color: 16519652.
HSL color Cylindrical-coordinate representation of color #E411FC: hue angle of 293.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E411FC is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 17 | 252 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.01 |
| HSL | 293.87º | 0.98% | 0.53% | - |
| HSV(B) | 293.87º | 0.93% | 0.99% | - |
| XYZ | 49.77 | 23.92 | 94.09 | - |
| YUV | 106.88 | 209.9 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 252 | 0.10 | 0.93 | 0 | 0.01 | 293.87 | 0.98 | 0.53 |
| Hex | E4 | 11 | FC | A | 5D | 0 | 1 | 126 | 62 | 35 |
| Octal | 344 | 21 | 374 | 12 | 135 | 0 | 1 | 446 | 142 | 65 |
| Binary | 11100100 | 10001 | 11111100 | 1010 | 1011101 | 0 | 1 | 100100110 | 1100010 | 110101 |
Color Harmonies of #E411FC
Complementary color
Monochromatic Colors of #E411FC
Black with #E411FC
Text Example
Text Example
White with #E411FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E411FC; }
p { color: rgb(228,17,252); }
H1.HeaderClassName
{
color: #E411FC;
}
.AnyTagClassName
{
color: #E411FC;
}
</style>
background-color css
<style>
a { background-color: #E411FC; }
a { background-color: rgb(228,17,252); }
div.DivClassName
{
background-color: #E411FC;
}
.BgClassName
{
background-color: #E411FC;
}
</style>
border-color css
<style>
span { border-color: #E411FC; }
span { border-color: rgb(228,17,252); }
td.TdClassName
{
border-color: #E411FC;
}
.TagClassName
{
border-color: #E411FC;
}
</style>