Shades of Psychedelic Purple #E408FF
Tints of Psychedelic Purple #E408FF
RGB
CMYK
RGB Variations
Color information
#E408FF (or 0xE408FF) is known color: Psychedelic Purple. HEX triplet: E4, 08 and FF. RGB value is (228,8,255). Sum of RGB (Red+Green+Blue) = 228+8+255=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 8 (3.52% from 255 or 1.63% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #E408FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E408FF is #1BF700. Grayscale: #656565. Windows color (decimal): -1832705 or 16713956. OLE color: 16713956.
HSL color Cylindrical-coordinate representation of color #E408FF: hue angle of 293.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E408FF is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 8 | 255 | - |
| CMYK | 0.11 | 0.97 | 0 | 0 |
| HSL | 293.44º | 1% | 0.52% | - |
| HSV(B) | 293.44º | 0.97% | 1% | - |
| XYZ | 50.13 | 23.89 | 96.58 | - |
| YUV | 101.94 | 214.39 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 255 | 0.11 | 0.97 | 0 | 0 | 293.44 | 1 | 0.52 |
| Hex | E4 | 8 | FF | B | 61 | 0 | 0 | 125 | 64 | 34 |
| Octal | 344 | 10 | 377 | 13 | 141 | 0 | 0 | 445 | 144 | 64 |
| Binary | 11100100 | 1000 | 11111111 | 1011 | 1100001 | 0 | 0 | 100100101 | 1100100 | 110100 |
Color Harmonies of #E408FF
Complementary color
Monochromatic Colors of #E408FF
Black with #E408FF
Text Example
Text Example
White with #E408FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408FF; }
p { color: rgb(228,8,255); }
H1.HeaderClassName
{
color: #E408FF;
}
.AnyTagClassName
{
color: #E408FF;
}
</style>
background-color css
<style>
a { background-color: #E408FF; }
a { background-color: rgb(228,8,255); }
div.DivClassName
{
background-color: #E408FF;
}
.BgClassName
{
background-color: #E408FF;
}
</style>
border-color css
<style>
span { border-color: #E408FF; }
span { border-color: rgb(228,8,255); }
td.TdClassName
{
border-color: #E408FF;
}
.TagClassName
{
border-color: #E408FF;
}
</style>