Shades of Psychedelic Purple #E201FC
Tints of Psychedelic Purple #E201FC
RGB
CMYK
RGB Variations
Color information
#E201FC (or 0xE201FC) is known color: Psychedelic Purple. HEX triplet: E2, 01 and FC. RGB value is (226,1,252). Sum of RGB (Red+Green+Blue) = 226+1+252=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 1 (0.78% from 255 or 0.21% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #E201FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E201FC is #1DFE03. Grayscale: #606060. Windows color (decimal): -1965572 or 16515554. OLE color: 16515554.
HSL color Cylindrical-coordinate representation of color #E201FC: hue angle of 293.78º 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 #E201FC is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 1 | 252 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.01 |
| HSL | 293.78º | 0.99% | 0.5% | - |
| HSV(B) | 293.78º | 1% | 0.99% | - |
| XYZ | 48.95 | 23.22 | 94 | - |
| YUV | 96.89 | 215.54 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 252 | 0.10 | 1.00 | 0 | 0.01 | 293.78 | 0.99 | 0.5 |
| Hex | E2 | 1 | FC | A | 64 | 0 | 1 | 126 | 63 | 32 |
| Octal | 342 | 1 | 374 | 12 | 144 | 0 | 1 | 446 | 143 | 62 |
| Binary | 11100010 | 1 | 11111100 | 1010 | 1100100 | 0 | 1 | 100100110 | 1100011 | 110010 |
Color Harmonies of #E201FC
Complementary color
Monochromatic Colors of #E201FC
Black with #E201FC
Text Example
Text Example
White with #E201FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201FC; }
p { color: rgb(226,1,252); }
H1.HeaderClassName
{
color: #E201FC;
}
.AnyTagClassName
{
color: #E201FC;
}
</style>
background-color css
<style>
a { background-color: #E201FC; }
a { background-color: rgb(226,1,252); }
div.DivClassName
{
background-color: #E201FC;
}
.BgClassName
{
background-color: #E201FC;
}
</style>
border-color css
<style>
span { border-color: #E201FC; }
span { border-color: rgb(226,1,252); }
td.TdClassName
{
border-color: #E201FC;
}
.TagClassName
{
border-color: #E201FC;
}
</style>