Shades of Psychedelic Purple #E404E9
Tints of Psychedelic Purple #E404E9
RGB
CMYK
RGB Variations
Color information
#E404E9 (or 0xE404E9) is known color: Psychedelic Purple. HEX triplet: E4, 04 and E9. RGB value is (228,4,233). Sum of RGB (Red+Green+Blue) = 228+4+233=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 4 (1.95% from 255 or 0.86% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #E404E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E404E9 is #1BFB16. Grayscale: #606060. Windows color (decimal): -1833751 or 15271140. OLE color: 15271140.
HSL color Cylindrical-coordinate representation of color #E404E9: hue angle of 298.69º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404E9 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 4 | 233 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.09 |
| HSL | 298.69º | 0.97% | 0.46% | - |
| HSV(B) | 298.69º | 0.98% | 0.91% | - |
| XYZ | 46.75 | 22.46 | 78.96 | - |
| YUV | 97.08 | 204.71 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 233 | 0.02 | 0.98 | 0 | 0.09 | 298.69 | 0.97 | 0.46 |
| Hex | E4 | 4 | E9 | 2 | 62 | 0 | 9 | 12B | 61 | 2E |
| Octal | 344 | 4 | 351 | 2 | 142 | 0 | 11 | 453 | 141 | 56 |
| Binary | 11100100 | 100 | 11101001 | 10 | 1100010 | 0 | 1001 | 100101011 | 1100001 | 101110 |
Color Harmonies of #E404E9
Complementary color
Monochromatic Colors of #E404E9
Black with #E404E9
Text Example
Text Example
White with #E404E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404E9; }
p { color: rgb(228,4,233); }
H1.HeaderClassName
{
color: #E404E9;
}
.AnyTagClassName
{
color: #E404E9;
}
</style>
background-color css
<style>
a { background-color: #E404E9; }
a { background-color: rgb(228,4,233); }
div.DivClassName
{
background-color: #E404E9;
}
.BgClassName
{
background-color: #E404E9;
}
</style>
border-color css
<style>
span { border-color: #E404E9; }
span { border-color: rgb(228,4,233); }
td.TdClassName
{
border-color: #E404E9;
}
.TagClassName
{
border-color: #E404E9;
}
</style>