Shades of Psychedelic Purple #E314EE
Tints of Psychedelic Purple #E314EE
RGB
CMYK
RGB Variations
Color information
#E314EE (or 0xE314EE) is known color: Psychedelic Purple. HEX triplet: E3, 14 and EE. RGB value is (227,20,238). Sum of RGB (Red+Green+Blue) = 227+20+238=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 20 (8.20% from 255 or 4.12% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #E314EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E314EE is #1CEB11. Grayscale: #6A6A6A. Windows color (decimal): -1895186 or 15602915. OLE color: 15602915.
HSL color Cylindrical-coordinate representation of color #E314EE: hue angle of 296.97º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E314EE is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 20 | 238 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.07 |
| HSL | 296.97º | 0.87% | 0.51% | - |
| HSV(B) | 296.97º | 0.92% | 0.93% | - |
| XYZ | 47.36 | 23 | 82.83 | - |
| YUV | 106.75 | 202.08 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 238 | 0.05 | 0.92 | 0 | 0.07 | 296.97 | 0.87 | 0.51 |
| Hex | E3 | 14 | EE | 5 | 5C | 0 | 7 | 129 | 57 | 33 |
| Octal | 343 | 24 | 356 | 5 | 134 | 0 | 7 | 451 | 127 | 63 |
| Binary | 11100011 | 10100 | 11101110 | 101 | 1011100 | 0 | 111 | 100101001 | 1010111 | 110011 |
Color Harmonies of #E314EE
Complementary color
Monochromatic Colors of #E314EE
Black with #E314EE
Text Example
Text Example
White with #E314EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314EE; }
p { color: rgb(227,20,238); }
H1.HeaderClassName
{
color: #E314EE;
}
.AnyTagClassName
{
color: #E314EE;
}
</style>
background-color css
<style>
a { background-color: #E314EE; }
a { background-color: rgb(227,20,238); }
div.DivClassName
{
background-color: #E314EE;
}
.BgClassName
{
background-color: #E314EE;
}
</style>
border-color css
<style>
span { border-color: #E314EE; }
span { border-color: rgb(227,20,238); }
td.TdClassName
{
border-color: #E314EE;
}
.TagClassName
{
border-color: #E314EE;
}
</style>