Shades of Psychedelic Purple #E404EA
Tints of Psychedelic Purple #E404EA
RGB
CMYK
RGB Variations
Color information
#E404EA (or 0xE404EA) is known color: Psychedelic Purple. HEX triplet: E4, 04 and EA. RGB value is (228,4,234). Sum of RGB (Red+Green+Blue) = 228+4+234=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #E404EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E404EA is #1BFB15. Grayscale: #606060. Windows color (decimal): -1833750 or 15336676. OLE color: 15336676.
HSL color Cylindrical-coordinate representation of color #E404EA: hue angle of 298.43º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404EA is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 4 | 234 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.08 |
| HSL | 298.43º | 0.97% | 0.47% | - |
| HSV(B) | 298.43º | 0.98% | 0.92% | - |
| XYZ | 46.89 | 22.52 | 79.72 | - |
| YUV | 97.2 | 205.21 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 234 | 0.03 | 0.98 | 0 | 0.08 | 298.43 | 0.97 | 0.47 |
| Hex | E4 | 4 | EA | 3 | 62 | 0 | 8 | 12A | 61 | 2F |
| Octal | 344 | 4 | 352 | 3 | 142 | 0 | 10 | 452 | 141 | 57 |
| Binary | 11100100 | 100 | 11101010 | 11 | 1100010 | 0 | 1000 | 100101010 | 1100001 | 101111 |
Color Harmonies of #E404EA
Complementary color
Monochromatic Colors of #E404EA
Black with #E404EA
Text Example
Text Example
White with #E404EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404EA; }
p { color: rgb(228,4,234); }
H1.HeaderClassName
{
color: #E404EA;
}
.AnyTagClassName
{
color: #E404EA;
}
</style>
background-color css
<style>
a { background-color: #E404EA; }
a { background-color: rgb(228,4,234); }
div.DivClassName
{
background-color: #E404EA;
}
.BgClassName
{
background-color: #E404EA;
}
</style>
border-color css
<style>
span { border-color: #E404EA; }
span { border-color: rgb(228,4,234); }
td.TdClassName
{
border-color: #E404EA;
}
.TagClassName
{
border-color: #E404EA;
}
</style>