Shades of Psychedelic Purple #E814EE
Tints of Psychedelic Purple #E814EE
RGB
CMYK
RGB Variations
Color information
#E814EE (or 0xE814EE) is known color: Psychedelic Purple. HEX triplet: E8, 14 and EE. RGB value is (232,20,238). Sum of RGB (Red+Green+Blue) = 232+20+238=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 20 (8.20% from 255 or 4.08% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #E814EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E814EE is #17EB11. Grayscale: #6B6B6B. Windows color (decimal): -1567506 or 15602920. OLE color: 15602920.
HSL color Cylindrical-coordinate representation of color #E814EE: hue angle of 298.35º 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 #E814EE is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 20 | 238 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.07 |
| HSL | 298.35º | 0.87% | 0.51% | - |
| HSV(B) | 298.35º | 0.92% | 0.93% | - |
| XYZ | 48.96 | 23.83 | 82.91 | - |
| YUV | 108.24 | 201.24 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 238 | 0.03 | 0.92 | 0 | 0.07 | 298.35 | 0.87 | 0.51 |
| Hex | E8 | 14 | EE | 3 | 5C | 0 | 7 | 12A | 57 | 33 |
| Octal | 350 | 24 | 356 | 3 | 134 | 0 | 7 | 452 | 127 | 63 |
| Binary | 11101000 | 10100 | 11101110 | 11 | 1011100 | 0 | 111 | 100101010 | 1010111 | 110011 |
Color Harmonies of #E814EE
Complementary color
Monochromatic Colors of #E814EE
Black with #E814EE
Text Example
Text Example
White with #E814EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E814EE; }
p { color: rgb(232,20,238); }
H1.HeaderClassName
{
color: #E814EE;
}
.AnyTagClassName
{
color: #E814EE;
}
</style>
background-color css
<style>
a { background-color: #E814EE; }
a { background-color: rgb(232,20,238); }
div.DivClassName
{
background-color: #E814EE;
}
.BgClassName
{
background-color: #E814EE;
}
</style>
border-color css
<style>
span { border-color: #E814EE; }
span { border-color: rgb(232,20,238); }
td.TdClassName
{
border-color: #E814EE;
}
.TagClassName
{
border-color: #E814EE;
}
</style>