Shades of Psychedelic Purple #E31DF6
Tints of Psychedelic Purple #E31DF6
RGB
CMYK
RGB Variations
Color information
#E31DF6 (or 0xE31DF6) is known color: Psychedelic Purple. HEX triplet: E3, 1D and F6. RGB value is (227,29,246). Sum of RGB (Red+Green+Blue) = 227+29+246=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 29 (11.72% from 255 or 5.78% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #E31DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31DF6 is #1CE209. Grayscale: #707070. Windows color (decimal): -1892874 or 16129507. OLE color: 16129507.
HSL color Cylindrical-coordinate representation of color #E31DF6: hue angle of 294.75º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31DF6 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 29 | 246 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.04 |
| HSL | 294.75º | 0.92% | 0.54% | - |
| HSV(B) | 294.75º | 0.88% | 0.96% | - |
| XYZ | 48.75 | 23.86 | 89.23 | - |
| YUV | 112.94 | 203.1 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 246 | 0.08 | 0.88 | 0 | 0.04 | 294.75 | 0.92 | 0.54 |
| Hex | E3 | 1D | F6 | 8 | 58 | 0 | 4 | 127 | 5C | 36 |
| Octal | 343 | 35 | 366 | 10 | 130 | 0 | 4 | 447 | 134 | 66 |
| Binary | 11100011 | 11101 | 11110110 | 1000 | 1011000 | 0 | 100 | 100100111 | 1011100 | 110110 |
Color Harmonies of #E31DF6
Complementary color
Monochromatic Colors of #E31DF6
Black with #E31DF6
Text Example
Text Example
White with #E31DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31DF6; }
p { color: rgb(227,29,246); }
H1.HeaderClassName
{
color: #E31DF6;
}
.AnyTagClassName
{
color: #E31DF6;
}
</style>
background-color css
<style>
a { background-color: #E31DF6; }
a { background-color: rgb(227,29,246); }
div.DivClassName
{
background-color: #E31DF6;
}
.BgClassName
{
background-color: #E31DF6;
}
</style>
border-color css
<style>
span { border-color: #E31DF6; }
span { border-color: rgb(227,29,246); }
td.TdClassName
{
border-color: #E31DF6;
}
.TagClassName
{
border-color: #E31DF6;
}
</style>