Shades of Psychedelic Purple #E101FC
Tints of Psychedelic Purple #E101FC
RGB
CMYK
RGB Variations
Color information
#E101FC (or 0xE101FC) is known color: Psychedelic Purple. HEX triplet: E1, 01 and FC. RGB value is (225,1,252). Sum of RGB (Red+Green+Blue) = 225+1+252=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 1 (0.78% from 255 or 0.21% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #E101FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E101FC is #1EFE03. Grayscale: #5F5F5F. Windows color (decimal): -2031108 or 16515553. OLE color: 16515553.
HSL color Cylindrical-coordinate representation of color #E101FC: hue angle of 293.55º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E101FC is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 1 | 252 | - |
| CMYK | 0.11 | 1.00 | 0 | 0.01 |
| HSL | 293.55º | 0.99% | 0.5% | - |
| HSV(B) | 293.55º | 1% | 0.99% | - |
| XYZ | 48.63 | 23.06 | 93.98 | - |
| YUV | 96.59 | 215.71 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 252 | 0.11 | 1.00 | 0 | 0.01 | 293.55 | 0.99 | 0.5 |
| Hex | E1 | 1 | FC | B | 64 | 0 | 1 | 126 | 63 | 32 |
| Octal | 341 | 1 | 374 | 13 | 144 | 0 | 1 | 446 | 143 | 62 |
| Binary | 11100001 | 1 | 11111100 | 1011 | 1100100 | 0 | 1 | 100100110 | 1100011 | 110010 |
Color Harmonies of #E101FC
Complementary color
Monochromatic Colors of #E101FC
Black with #E101FC
Text Example
Text Example
White with #E101FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101FC; }
p { color: rgb(225,1,252); }
H1.HeaderClassName
{
color: #E101FC;
}
.AnyTagClassName
{
color: #E101FC;
}
</style>
background-color css
<style>
a { background-color: #E101FC; }
a { background-color: rgb(225,1,252); }
div.DivClassName
{
background-color: #E101FC;
}
.BgClassName
{
background-color: #E101FC;
}
</style>
border-color css
<style>
span { border-color: #E101FC; }
span { border-color: rgb(225,1,252); }
td.TdClassName
{
border-color: #E101FC;
}
.TagClassName
{
border-color: #E101FC;
}
</style>