Shades of Psychedelic Purple #E105FC
Tints of Psychedelic Purple #E105FC
RGB
CMYK
RGB Variations
Color information
#E105FC (or 0xE105FC) is known color: Psychedelic Purple. HEX triplet: E1, 05 and FC. RGB value is (225,5,252). Sum of RGB (Red+Green+Blue) = 225+5+252=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 5 (2.34% from 255 or 1.04% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #E105FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E105FC is #1EFA03. Grayscale: #626262. Windows color (decimal): -2030084 or 16516577. OLE color: 16516577.
HSL color Cylindrical-coordinate representation of color #E105FC: hue angle of 293.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E105FC is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 5 | 252 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.01 |
| HSL | 293.44º | 0.98% | 0.5% | - |
| HSV(B) | 293.44º | 0.98% | 0.99% | - |
| XYZ | 48.68 | 23.14 | 94 | - |
| YUV | 98.94 | 214.39 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 252 | 0.11 | 0.98 | 0 | 0.01 | 293.44 | 0.98 | 0.5 |
| Hex | E1 | 5 | FC | B | 62 | 0 | 1 | 125 | 62 | 32 |
| Octal | 341 | 5 | 374 | 13 | 142 | 0 | 1 | 445 | 142 | 62 |
| Binary | 11100001 | 101 | 11111100 | 1011 | 1100010 | 0 | 1 | 100100101 | 1100010 | 110010 |
Color Harmonies of #E105FC
Complementary color
Monochromatic Colors of #E105FC
Black with #E105FC
Text Example
Text Example
White with #E105FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105FC; }
p { color: rgb(225,5,252); }
H1.HeaderClassName
{
color: #E105FC;
}
.AnyTagClassName
{
color: #E105FC;
}
</style>
background-color css
<style>
a { background-color: #E105FC; }
a { background-color: rgb(225,5,252); }
div.DivClassName
{
background-color: #E105FC;
}
.BgClassName
{
background-color: #E105FC;
}
</style>
border-color css
<style>
span { border-color: #E105FC; }
span { border-color: rgb(225,5,252); }
td.TdClassName
{
border-color: #E105FC;
}
.TagClassName
{
border-color: #E105FC;
}
</style>