Shades of Psychedelic Purple #E400EE
Tints of Psychedelic Purple #E400EE
RGB
CMYK
RGB Variations
Color information
#E400EE (or 0xE400EE) is known color: Psychedelic Purple. HEX triplet: E4, 00 and EE. RGB value is (228,0,238). Sum of RGB (Red+Green+Blue) = 228+0+238=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #E400EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E400EE is #1BFF11. Grayscale: #5E5E5E. Windows color (decimal): -1834770 or 15597796. OLE color: 15597796.
HSL color Cylindrical-coordinate representation of color #E400EE: hue angle of 297.48º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E400EE is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 0 | 238 | - |
| CMYK | 0.04 | 1 | 0 | 0.07 |
| HSL | 297.48º | 1% | 0.47% | - |
| HSV(B) | 297.48º | 1% | 0.93% | - |
| XYZ | 47.43 | 22.67 | 82.76 | - |
| YUV | 95.3 | 208.54 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 238 | 0.04 | 1 | 0 | 0.07 | 297.48 | 1 | 0.47 |
| Hex | E4 | 0 | EE | 4 | 64 | 0 | 7 | 129 | 64 | 2F |
| Octal | 344 | 0 | 356 | 4 | 144 | 0 | 7 | 451 | 144 | 57 |
| Binary | 11100100 | 0 | 11101110 | 100 | 1100100 | 0 | 111 | 100101001 | 1100100 | 101111 |
Color Harmonies of #E400EE
Complementary color
Monochromatic Colors of #E400EE
Black with #E400EE
Text Example
Text Example
White with #E400EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E400EE; }
p { color: rgb(228,0,238); }
H1.HeaderClassName
{
color: #E400EE;
}
.AnyTagClassName
{
color: #E400EE;
}
</style>
background-color css
<style>
a { background-color: #E400EE; }
a { background-color: rgb(228,0,238); }
div.DivClassName
{
background-color: #E400EE;
}
.BgClassName
{
background-color: #E400EE;
}
</style>
border-color css
<style>
span { border-color: #E400EE; }
span { border-color: rgb(228,0,238); }
td.TdClassName
{
border-color: #E400EE;
}
.TagClassName
{
border-color: #E400EE;
}
</style>