Shades of Psychedelic Purple #E131FC
Tints of Psychedelic Purple #E131FC
RGB
CMYK
RGB Variations
Color information
#E131FC (or 0xE131FC) is known color: Psychedelic Purple. HEX triplet: E1, 31 and FC. RGB value is (225,49,252). Sum of RGB (Red+Green+Blue) = 225+49+252=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 49 (19.53% from 255 or 9.32% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #E131FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E131FC is #1ECE03. Grayscale: #7C7C7C. Windows color (decimal): -2018820 or 16527841. OLE color: 16527841.
HSL color Cylindrical-coordinate representation of color #E131FC: hue angle of 292.02º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E131FC is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 49 | 252 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.01 |
| HSL | 292.02º | 0.97% | 0.59% | - |
| HSV(B) | 292.02º | 0.81% | 0.99% | - |
| XYZ | 49.72 | 25.23 | 94.35 | - |
| YUV | 124.77 | 199.81 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 252 | 0.11 | 0.81 | 0 | 0.01 | 292.02 | 0.97 | 0.59 |
| Hex | E1 | 31 | FC | B | 51 | 0 | 1 | 124 | 61 | 3B |
| Octal | 341 | 61 | 374 | 13 | 121 | 0 | 1 | 444 | 141 | 73 |
| Binary | 11100001 | 110001 | 11111100 | 1011 | 1010001 | 0 | 1 | 100100100 | 1100001 | 111011 |
Color Harmonies of #E131FC
Complementary color
Monochromatic Colors of #E131FC
Black with #E131FC
Text Example
Text Example
White with #E131FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131FC; }
p { color: rgb(225,49,252); }
H1.HeaderClassName
{
color: #E131FC;
}
.AnyTagClassName
{
color: #E131FC;
}
</style>
background-color css
<style>
a { background-color: #E131FC; }
a { background-color: rgb(225,49,252); }
div.DivClassName
{
background-color: #E131FC;
}
.BgClassName
{
background-color: #E131FC;
}
</style>
border-color css
<style>
span { border-color: #E131FC; }
span { border-color: rgb(225,49,252); }
td.TdClassName
{
border-color: #E131FC;
}
.TagClassName
{
border-color: #E131FC;
}
</style>