Shades of Psychedelic Purple #E131F2
Tints of Psychedelic Purple #E131F2
RGB
CMYK
RGB Variations
Color information
#E131F2 (or 0xE131F2) is known color: Psychedelic Purple. HEX triplet: E1, 31 and F2. RGB value is (225,49,242). Sum of RGB (Red+Green+Blue) = 225+49+242=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #E131F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E131F2 is #1ECE0D. Grayscale: #7B7B7B. Windows color (decimal): -2018830 or 15872481. OLE color: 15872481.
HSL color Cylindrical-coordinate representation of color #E131F2: hue angle of 294.72º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E131F2 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 49 | 242 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.05 |
| HSL | 294.72º | 0.88% | 0.57% | - |
| HSV(B) | 294.72º | 0.8% | 0.95% | - |
| XYZ | 48.18 | 24.61 | 86.22 | - |
| YUV | 123.63 | 194.81 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 242 | 0.07 | 0.80 | 0 | 0.05 | 294.72 | 0.88 | 0.57 |
| Hex | E1 | 31 | F2 | 7 | 50 | 0 | 5 | 127 | 58 | 39 |
| Octal | 341 | 61 | 362 | 7 | 120 | 0 | 5 | 447 | 130 | 71 |
| Binary | 11100001 | 110001 | 11110010 | 111 | 1010000 | 0 | 101 | 100100111 | 1011000 | 111001 |
Color Harmonies of #E131F2
Complementary color
Monochromatic Colors of #E131F2
Black with #E131F2
Text Example
Text Example
White with #E131F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131F2; }
p { color: rgb(225,49,242); }
H1.HeaderClassName
{
color: #E131F2;
}
.AnyTagClassName
{
color: #E131F2;
}
</style>
background-color css
<style>
a { background-color: #E131F2; }
a { background-color: rgb(225,49,242); }
div.DivClassName
{
background-color: #E131F2;
}
.BgClassName
{
background-color: #E131F2;
}
</style>
border-color css
<style>
span { border-color: #E131F2; }
span { border-color: rgb(225,49,242); }
td.TdClassName
{
border-color: #E131F2;
}
.TagClassName
{
border-color: #E131F2;
}
</style>