Shades of Psychedelic Purple #E31DF2
Tints of Psychedelic Purple #E31DF2
RGB
CMYK
RGB Variations
Color information
#E31DF2 (or 0xE31DF2) is known color: Psychedelic Purple. HEX triplet: E3, 1D and F2. RGB value is (227,29,242). Sum of RGB (Red+Green+Blue) = 227+29+242=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 29 (11.72% from 255 or 5.82% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #E31DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31DF2 is #1CE20D. Grayscale: #6F6F6F. Windows color (decimal): -1892878 or 15867363. OLE color: 15867363.
HSL color Cylindrical-coordinate representation of color #E31DF2: hue angle of 295.77º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31DF2 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 29 | 242 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.05 |
| HSL | 295.77º | 0.89% | 0.53% | - |
| HSV(B) | 295.77º | 0.88% | 0.95% | - |
| XYZ | 48.14 | 23.62 | 86.03 | - |
| YUV | 112.48 | 201.1 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 242 | 0.06 | 0.88 | 0 | 0.05 | 295.77 | 0.89 | 0.53 |
| Hex | E3 | 1D | F2 | 6 | 58 | 0 | 5 | 128 | 59 | 35 |
| Octal | 343 | 35 | 362 | 6 | 130 | 0 | 5 | 450 | 131 | 65 |
| Binary | 11100011 | 11101 | 11110010 | 110 | 1011000 | 0 | 101 | 100101000 | 1011001 | 110101 |
Color Harmonies of #E31DF2
Complementary color
Monochromatic Colors of #E31DF2
Black with #E31DF2
Text Example
Text Example
White with #E31DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31DF2; }
p { color: rgb(227,29,242); }
H1.HeaderClassName
{
color: #E31DF2;
}
.AnyTagClassName
{
color: #E31DF2;
}
</style>
background-color css
<style>
a { background-color: #E31DF2; }
a { background-color: rgb(227,29,242); }
div.DivClassName
{
background-color: #E31DF2;
}
.BgClassName
{
background-color: #E31DF2;
}
</style>
border-color css
<style>
span { border-color: #E31DF2; }
span { border-color: rgb(227,29,242); }
td.TdClassName
{
border-color: #E31DF2;
}
.TagClassName
{
border-color: #E31DF2;
}
</style>