Shades of Psychedelic Purple #E405EC
Tints of Psychedelic Purple #E405EC
RGB
CMYK
RGB Variations
Color information
#E405EC (or 0xE405EC) is known color: Psychedelic Purple. HEX triplet: E4, 05 and EC. RGB value is (228,5,236). Sum of RGB (Red+Green+Blue) = 228+5+236=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #E405EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E405EC is #1BFA13. Grayscale: #616161. Windows color (decimal): -1833492 or 15468004. OLE color: 15468004.
HSL color Cylindrical-coordinate representation of color #E405EC: hue angle of 297.92º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E405EC is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 5 | 236 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.07 |
| HSL | 297.92º | 0.96% | 0.47% | - |
| HSV(B) | 297.92º | 0.98% | 0.93% | - |
| XYZ | 47.19 | 22.66 | 81.24 | - |
| YUV | 98.01 | 205.88 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 236 | 0.03 | 0.98 | 0 | 0.07 | 297.92 | 0.96 | 0.47 |
| Hex | E4 | 5 | EC | 3 | 62 | 0 | 7 | 12A | 60 | 2F |
| Octal | 344 | 5 | 354 | 3 | 142 | 0 | 7 | 452 | 140 | 57 |
| Binary | 11100100 | 101 | 11101100 | 11 | 1100010 | 0 | 111 | 100101010 | 1100000 | 101111 |
Color Harmonies of #E405EC
Complementary color
Monochromatic Colors of #E405EC
Black with #E405EC
Text Example
Text Example
White with #E405EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E405EC; }
p { color: rgb(228,5,236); }
H1.HeaderClassName
{
color: #E405EC;
}
.AnyTagClassName
{
color: #E405EC;
}
</style>
background-color css
<style>
a { background-color: #E405EC; }
a { background-color: rgb(228,5,236); }
div.DivClassName
{
background-color: #E405EC;
}
.BgClassName
{
background-color: #E405EC;
}
</style>
border-color css
<style>
span { border-color: #E405EC; }
span { border-color: rgb(228,5,236); }
td.TdClassName
{
border-color: #E405EC;
}
.TagClassName
{
border-color: #E405EC;
}
</style>