Shades of Psychedelic Purple #E31DF9
Tints of Psychedelic Purple #E31DF9
RGB
CMYK
RGB Variations
Color information
#E31DF9 (or 0xE31DF9) is known color: Psychedelic Purple. HEX triplet: E3, 1D and F9. RGB value is (227,29,249). Sum of RGB (Red+Green+Blue) = 227+29+249=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 29 (11.72% from 255 or 5.74% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #E31DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31DF9 is #1CE206. Grayscale: #707070. Windows color (decimal): -1892871 or 16326115. OLE color: 16326115.
HSL color Cylindrical-coordinate representation of color #E31DF9: hue angle of 294º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31DF9 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 29 | 249 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.02 |
| HSL | 294º | 0.95% | 0.55% | - |
| HSV(B) | 294º | 0.88% | 0.98% | - |
| XYZ | 49.22 | 24.05 | 91.67 | - |
| YUV | 113.28 | 204.6 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 249 | 0.09 | 0.88 | 0 | 0.02 | 294 | 0.95 | 0.55 |
| Hex | E3 | 1D | F9 | 9 | 58 | 0 | 2 | 126 | 5F | 37 |
| Octal | 343 | 35 | 371 | 11 | 130 | 0 | 2 | 446 | 137 | 67 |
| Binary | 11100011 | 11101 | 11111001 | 1001 | 1011000 | 0 | 10 | 100100110 | 1011111 | 110111 |
Color Harmonies of #E31DF9
Complementary color
Monochromatic Colors of #E31DF9
Black with #E31DF9
Text Example
Text Example
White with #E31DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31DF9; }
p { color: rgb(227,29,249); }
H1.HeaderClassName
{
color: #E31DF9;
}
.AnyTagClassName
{
color: #E31DF9;
}
</style>
background-color css
<style>
a { background-color: #E31DF9; }
a { background-color: rgb(227,29,249); }
div.DivClassName
{
background-color: #E31DF9;
}
.BgClassName
{
background-color: #E31DF9;
}
</style>
border-color css
<style>
span { border-color: #E31DF9; }
span { border-color: rgb(227,29,249); }
td.TdClassName
{
border-color: #E31DF9;
}
.TagClassName
{
border-color: #E31DF9;
}
</style>