Shades of Psychedelic Purple #E405F0
Tints of Psychedelic Purple #E405F0
RGB
CMYK
RGB Variations
Color information
#E405F0 (or 0xE405F0) is known color: Psychedelic Purple. HEX triplet: E4, 05 and F0. RGB value is (228,5,240). Sum of RGB (Red+Green+Blue) = 228+5+240=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 5 (2.34% from 255 or 1.06% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #E405F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E405F0 is #1BFA0F. Grayscale: #616161. Windows color (decimal): -1833488 or 15730148. OLE color: 15730148.
HSL color Cylindrical-coordinate representation of color #E405F0: hue angle of 296.94º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E405F0 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 5 | 240 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.06 |
| HSL | 296.94º | 0.96% | 0.48% | - |
| HSV(B) | 296.94º | 0.98% | 0.94% | - |
| XYZ | 47.78 | 22.89 | 84.34 | - |
| YUV | 98.47 | 207.88 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 240 | 0.05 | 0.98 | 0 | 0.06 | 296.94 | 0.96 | 0.48 |
| Hex | E4 | 5 | F0 | 5 | 62 | 0 | 6 | 129 | 60 | 30 |
| Octal | 344 | 5 | 360 | 5 | 142 | 0 | 6 | 451 | 140 | 60 |
| Binary | 11100100 | 101 | 11110000 | 101 | 1100010 | 0 | 110 | 100101001 | 1100000 | 110000 |
Color Harmonies of #E405F0
Complementary color
Monochromatic Colors of #E405F0
Black with #E405F0
Text Example
Text Example
White with #E405F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E405F0; }
p { color: rgb(228,5,240); }
H1.HeaderClassName
{
color: #E405F0;
}
.AnyTagClassName
{
color: #E405F0;
}
</style>
background-color css
<style>
a { background-color: #E405F0; }
a { background-color: rgb(228,5,240); }
div.DivClassName
{
background-color: #E405F0;
}
.BgClassName
{
background-color: #E405F0;
}
</style>
border-color css
<style>
span { border-color: #E405F0; }
span { border-color: rgb(228,5,240); }
td.TdClassName
{
border-color: #E405F0;
}
.TagClassName
{
border-color: #E405F0;
}
</style>