Shades of Psychedelic Purple #E31EEE
Tints of Psychedelic Purple #E31EEE
RGB
CMYK
RGB Variations
Color information
#E31EEE (or 0xE31EEE) is known color: Psychedelic Purple. HEX triplet: E3, 1E and EE. RGB value is (227,30,238). Sum of RGB (Red+Green+Blue) = 227+30+238=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #E31EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31EEE is #1CE111. Grayscale: #6F6F6F. Windows color (decimal): -1892626 or 15605475. OLE color: 15605475.
HSL color Cylindrical-coordinate representation of color #E31EEE: hue angle of 296.83º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31EEE is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 30 | 238 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.07 |
| HSL | 296.83º | 0.86% | 0.53% | - |
| HSV(B) | 296.83º | 0.87% | 0.93% | - |
| XYZ | 47.58 | 23.43 | 82.9 | - |
| YUV | 112.62 | 198.77 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 30 | 238 | 0.05 | 0.87 | 0 | 0.07 | 296.83 | 0.86 | 0.53 |
| Hex | E3 | 1E | EE | 5 | 57 | 0 | 7 | 129 | 56 | 35 |
| Octal | 343 | 36 | 356 | 5 | 127 | 0 | 7 | 451 | 126 | 65 |
| Binary | 11100011 | 11110 | 11101110 | 101 | 1010111 | 0 | 111 | 100101001 | 1010110 | 110101 |
Color Harmonies of #E31EEE
Complementary color
Monochromatic Colors of #E31EEE
Black with #E31EEE
Text Example
Text Example
White with #E31EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31EEE; }
p { color: rgb(227,30,238); }
H1.HeaderClassName
{
color: #E31EEE;
}
.AnyTagClassName
{
color: #E31EEE;
}
</style>
background-color css
<style>
a { background-color: #E31EEE; }
a { background-color: rgb(227,30,238); }
div.DivClassName
{
background-color: #E31EEE;
}
.BgClassName
{
background-color: #E31EEE;
}
</style>
border-color css
<style>
span { border-color: #E31EEE; }
span { border-color: rgb(227,30,238); }
td.TdClassName
{
border-color: #E31EEE;
}
.TagClassName
{
border-color: #E31EEE;
}
</style>