Shades of Psychedelic Purple #E400ED
Tints of Psychedelic Purple #E400ED
RGB
CMYK
RGB Variations
Color information
#E400ED (or 0xE400ED) is known color: Psychedelic Purple. HEX triplet: E4, 00 and ED. RGB value is (228,0,237). Sum of RGB (Red+Green+Blue) = 228+0+237=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #E400ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E400ED is #1BFF12. Grayscale: #5E5E5E. Windows color (decimal): -1834771 or 15532260. OLE color: 15532260.
HSL color Cylindrical-coordinate representation of color #E400ED: hue angle of 297.72º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E400ED is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 0 | 237 | - |
| CMYK | 0.04 | 1 | 0 | 0.07 |
| HSL | 297.72º | 1% | 0.46% | - |
| HSV(B) | 297.72º | 1% | 0.93% | - |
| XYZ | 47.28 | 22.61 | 81.99 | - |
| YUV | 95.19 | 208.04 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 237 | 0.04 | 1 | 0 | 0.07 | 297.72 | 1 | 0.46 |
| Hex | E4 | 0 | ED | 4 | 64 | 0 | 7 | 12A | 64 | 2E |
| Octal | 344 | 0 | 355 | 4 | 144 | 0 | 7 | 452 | 144 | 56 |
| Binary | 11100100 | 0 | 11101101 | 100 | 1100100 | 0 | 111 | 100101010 | 1100100 | 101110 |
Color Harmonies of #E400ED
Complementary color
Monochromatic Colors of #E400ED
Black with #E400ED
Text Example
Text Example
White with #E400ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E400ED; }
p { color: rgb(228,0,237); }
H1.HeaderClassName
{
color: #E400ED;
}
.AnyTagClassName
{
color: #E400ED;
}
</style>
background-color css
<style>
a { background-color: #E400ED; }
a { background-color: rgb(228,0,237); }
div.DivClassName
{
background-color: #E400ED;
}
.BgClassName
{
background-color: #E400ED;
}
</style>
border-color css
<style>
span { border-color: #E400ED; }
span { border-color: rgb(228,0,237); }
td.TdClassName
{
border-color: #E400ED;
}
.TagClassName
{
border-color: #E400ED;
}
</style>