Shades of Psychedelic Purple #E404E8
Tints of Psychedelic Purple #E404E8
RGB
CMYK
RGB Variations
Color information
#E404E8 (or 0xE404E8) is known color: Psychedelic Purple. HEX triplet: E4, 04 and E8. RGB value is (228,4,232). Sum of RGB (Red+Green+Blue) = 228+4+232=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #E404E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E404E8 is #1BFB17. Grayscale: #606060. Windows color (decimal): -1833752 or 15205604. OLE color: 15205604.
HSL color Cylindrical-coordinate representation of color #E404E8: hue angle of 298.95º 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 #E404E8 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 4 | 232 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.09 |
| HSL | 298.95º | 0.97% | 0.46% | - |
| HSV(B) | 298.95º | 0.98% | 0.91% | - |
| XYZ | 46.6 | 22.41 | 78.21 | - |
| YUV | 96.97 | 204.21 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 232 | 0.02 | 0.98 | 0 | 0.09 | 298.95 | 0.97 | 0.46 |
| Hex | E4 | 4 | E8 | 2 | 62 | 0 | 9 | 12B | 61 | 2E |
| Octal | 344 | 4 | 350 | 2 | 142 | 0 | 11 | 453 | 141 | 56 |
| Binary | 11100100 | 100 | 11101000 | 10 | 1100010 | 0 | 1001 | 100101011 | 1100001 | 101110 |
Color Harmonies of #E404E8
Complementary color
Monochromatic Colors of #E404E8
Black with #E404E8
Text Example
Text Example
White with #E404E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404E8; }
p { color: rgb(228,4,232); }
H1.HeaderClassName
{
color: #E404E8;
}
.AnyTagClassName
{
color: #E404E8;
}
</style>
background-color css
<style>
a { background-color: #E404E8; }
a { background-color: rgb(228,4,232); }
div.DivClassName
{
background-color: #E404E8;
}
.BgClassName
{
background-color: #E404E8;
}
</style>
border-color css
<style>
span { border-color: #E404E8; }
span { border-color: rgb(228,4,232); }
td.TdClassName
{
border-color: #E404E8;
}
.TagClassName
{
border-color: #E404E8;
}
</style>