Shades of Psychedelic Purple #E410FC
Tints of Psychedelic Purple #E410FC
RGB
CMYK
RGB Variations
Color information
#E410FC (or 0xE410FC) is known color: Psychedelic Purple. HEX triplet: E4, 10 and FC. RGB value is (228,16,252). Sum of RGB (Red+Green+Blue) = 228+16+252=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 16 (6.64% from 255 or 3.23% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #E410FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E410FC is #1BEF03. Grayscale: #696969. Windows color (decimal): -1830660 or 16519396. OLE color: 16519396.
HSL color Cylindrical-coordinate representation of color #E410FC: hue angle of 293.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E410FC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 16 | 252 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.01 |
| HSL | 293.9º | 0.98% | 0.53% | - |
| HSV(B) | 293.9º | 0.94% | 0.99% | - |
| XYZ | 49.75 | 23.89 | 94.09 | - |
| YUV | 106.29 | 210.24 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 252 | 0.10 | 0.94 | 0 | 0.01 | 293.9 | 0.98 | 0.53 |
| Hex | E4 | 10 | FC | A | 5E | 0 | 1 | 126 | 62 | 35 |
| Octal | 344 | 20 | 374 | 12 | 136 | 0 | 1 | 446 | 142 | 65 |
| Binary | 11100100 | 10000 | 11111100 | 1010 | 1011110 | 0 | 1 | 100100110 | 1100010 | 110101 |
Color Harmonies of #E410FC
Complementary color
Monochromatic Colors of #E410FC
Black with #E410FC
Text Example
Text Example
White with #E410FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E410FC; }
p { color: rgb(228,16,252); }
H1.HeaderClassName
{
color: #E410FC;
}
.AnyTagClassName
{
color: #E410FC;
}
</style>
background-color css
<style>
a { background-color: #E410FC; }
a { background-color: rgb(228,16,252); }
div.DivClassName
{
background-color: #E410FC;
}
.BgClassName
{
background-color: #E410FC;
}
</style>
border-color css
<style>
span { border-color: #E410FC; }
span { border-color: rgb(228,16,252); }
td.TdClassName
{
border-color: #E410FC;
}
.TagClassName
{
border-color: #E410FC;
}
</style>