Shades of Psychedelic Purple #E31EEF
Tints of Psychedelic Purple #E31EEF
RGB
CMYK
RGB Variations
Color information
#E31EEF (or 0xE31EEF) is known color: Psychedelic Purple. HEX triplet: E3, 1E and EF. RGB value is (227,30,239). Sum of RGB (Red+Green+Blue) = 227+30+239=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 30 (12.11% from 255 or 6.05% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #E31EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31EEF is #1CE110. Grayscale: #707070. Windows color (decimal): -1892625 or 15671011. OLE color: 15671011.
HSL color Cylindrical-coordinate representation of color #E31EEF: hue angle of 296.56º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31EEF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 30 | 239 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.06 |
| HSL | 296.56º | 0.87% | 0.53% | - |
| HSV(B) | 296.56º | 0.87% | 0.94% | - |
| XYZ | 47.72 | 23.49 | 83.68 | - |
| YUV | 112.73 | 199.27 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 30 | 239 | 0.05 | 0.87 | 0 | 0.06 | 296.56 | 0.87 | 0.53 |
| Hex | E3 | 1E | EF | 5 | 57 | 0 | 6 | 129 | 57 | 35 |
| Octal | 343 | 36 | 357 | 5 | 127 | 0 | 6 | 451 | 127 | 65 |
| Binary | 11100011 | 11110 | 11101111 | 101 | 1010111 | 0 | 110 | 100101001 | 1010111 | 110101 |
Color Harmonies of #E31EEF
Complementary color
Monochromatic Colors of #E31EEF
Black with #E31EEF
Text Example
Text Example
White with #E31EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31EEF; }
p { color: rgb(227,30,239); }
H1.HeaderClassName
{
color: #E31EEF;
}
.AnyTagClassName
{
color: #E31EEF;
}
</style>
background-color css
<style>
a { background-color: #E31EEF; }
a { background-color: rgb(227,30,239); }
div.DivClassName
{
background-color: #E31EEF;
}
.BgClassName
{
background-color: #E31EEF;
}
</style>
border-color css
<style>
span { border-color: #E31EEF; }
span { border-color: rgb(227,30,239); }
td.TdClassName
{
border-color: #E31EEF;
}
.TagClassName
{
border-color: #E31EEF;
}
</style>