Shades of Psychedelic Purple #E131FD
Tints of Psychedelic Purple #E131FD
RGB
CMYK
RGB Variations
Color information
#E131FD (or 0xE131FD) is known color: Psychedelic Purple. HEX triplet: E1, 31 and FD. RGB value is (225,49,253). Sum of RGB (Red+Green+Blue) = 225+49+253=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 49 (19.53% from 255 or 9.30% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #E131FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E131FD is #1ECE02. Grayscale: #7C7C7C. Windows color (decimal): -2018819 or 16593377. OLE color: 16593377.
HSL color Cylindrical-coordinate representation of color #E131FD: hue angle of 291.76º degrees, saturation: 0.98, 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 #E131FD is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 49 | 253 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.01 |
| HSL | 291.76º | 0.98% | 0.59% | - |
| HSV(B) | 291.76º | 0.81% | 0.99% | - |
| XYZ | 49.88 | 25.3 | 95.18 | - |
| YUV | 124.88 | 200.31 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 253 | 0.11 | 0.81 | 0 | 0.01 | 291.76 | 0.98 | 0.59 |
| Hex | E1 | 31 | FD | B | 51 | 0 | 1 | 124 | 62 | 3B |
| Octal | 341 | 61 | 375 | 13 | 121 | 0 | 1 | 444 | 142 | 73 |
| Binary | 11100001 | 110001 | 11111101 | 1011 | 1010001 | 0 | 1 | 100100100 | 1100010 | 111011 |
Color Harmonies of #E131FD
Complementary color
Monochromatic Colors of #E131FD
Black with #E131FD
Text Example
Text Example
White with #E131FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131FD; }
p { color: rgb(225,49,253); }
H1.HeaderClassName
{
color: #E131FD;
}
.AnyTagClassName
{
color: #E131FD;
}
</style>
background-color css
<style>
a { background-color: #E131FD; }
a { background-color: rgb(225,49,253); }
div.DivClassName
{
background-color: #E131FD;
}
.BgClassName
{
background-color: #E131FD;
}
</style>
border-color css
<style>
span { border-color: #E131FD; }
span { border-color: rgb(225,49,253); }
td.TdClassName
{
border-color: #E131FD;
}
.TagClassName
{
border-color: #E131FD;
}
</style>