Shades of Psychedelic Purple #E414EE
Tints of Psychedelic Purple #E414EE
RGB
CMYK
RGB Variations
Color information
#E414EE (or 0xE414EE) is known color: Psychedelic Purple. HEX triplet: E4, 14 and EE. RGB value is (228,20,238). Sum of RGB (Red+Green+Blue) = 228+20+238=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 20 (8.20% from 255 or 4.12% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #E414EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E414EE is #1BEB11. Grayscale: #6A6A6A. Windows color (decimal): -1829650 or 15602916. OLE color: 15602916.
HSL color Cylindrical-coordinate representation of color #E414EE: hue angle of 297.25º 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 #E414EE is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 20 | 238 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.07 |
| HSL | 297.25º | 0.87% | 0.51% | - |
| HSV(B) | 297.25º | 0.92% | 0.93% | - |
| XYZ | 47.68 | 23.17 | 82.85 | - |
| YUV | 107.04 | 201.91 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 238 | 0.04 | 0.92 | 0 | 0.07 | 297.25 | 0.87 | 0.51 |
| Hex | E4 | 14 | EE | 4 | 5C | 0 | 7 | 129 | 57 | 33 |
| Octal | 344 | 24 | 356 | 4 | 134 | 0 | 7 | 451 | 127 | 63 |
| Binary | 11100100 | 10100 | 11101110 | 100 | 1011100 | 0 | 111 | 100101001 | 1010111 | 110011 |
Color Harmonies of #E414EE
Complementary color
Monochromatic Colors of #E414EE
Black with #E414EE
Text Example
Text Example
White with #E414EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414EE; }
p { color: rgb(228,20,238); }
H1.HeaderClassName
{
color: #E414EE;
}
.AnyTagClassName
{
color: #E414EE;
}
</style>
background-color css
<style>
a { background-color: #E414EE; }
a { background-color: rgb(228,20,238); }
div.DivClassName
{
background-color: #E414EE;
}
.BgClassName
{
background-color: #E414EE;
}
</style>
border-color css
<style>
span { border-color: #E414EE; }
span { border-color: rgb(228,20,238); }
td.TdClassName
{
border-color: #E414EE;
}
.TagClassName
{
border-color: #E414EE;
}
</style>