Shades of Psychedelic Purple #E408F9
Tints of Psychedelic Purple #E408F9
RGB
CMYK
RGB Variations
Color information
#E408F9 (or 0xE408F9) is known color: Psychedelic Purple. HEX triplet: E4, 08 and F9. RGB value is (228,8,249). Sum of RGB (Red+Green+Blue) = 228+8+249=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 8 (3.52% from 255 or 1.65% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #E408F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E408F9 is #1BF706. Grayscale: #646464. Windows color (decimal): -1832711 or 16320740. OLE color: 16320740.
HSL color Cylindrical-coordinate representation of color #E408F9: hue angle of 294.77º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E408F9 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 8 | 249 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.02 |
| HSL | 294.77º | 0.95% | 0.5% | - |
| HSV(B) | 294.77º | 0.97% | 0.98% | - |
| XYZ | 49.18 | 23.51 | 91.57 | - |
| YUV | 101.25 | 211.39 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 249 | 0.08 | 0.97 | 0 | 0.02 | 294.77 | 0.95 | 0.5 |
| Hex | E4 | 8 | F9 | 8 | 61 | 0 | 2 | 127 | 5F | 32 |
| Octal | 344 | 10 | 371 | 10 | 141 | 0 | 2 | 447 | 137 | 62 |
| Binary | 11100100 | 1000 | 11111001 | 1000 | 1100001 | 0 | 10 | 100100111 | 1011111 | 110010 |
Color Harmonies of #E408F9
Complementary color
Monochromatic Colors of #E408F9
Black with #E408F9
Text Example
Text Example
White with #E408F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408F9; }
p { color: rgb(228,8,249); }
H1.HeaderClassName
{
color: #E408F9;
}
.AnyTagClassName
{
color: #E408F9;
}
</style>
background-color css
<style>
a { background-color: #E408F9; }
a { background-color: rgb(228,8,249); }
div.DivClassName
{
background-color: #E408F9;
}
.BgClassName
{
background-color: #E408F9;
}
</style>
border-color css
<style>
span { border-color: #E408F9; }
span { border-color: rgb(228,8,249); }
td.TdClassName
{
border-color: #E408F9;
}
.TagClassName
{
border-color: #E408F9;
}
</style>