Shades of Psychedelic Purple #E40FFF
Tints of Psychedelic Purple #E40FFF
RGB
CMYK
RGB Variations
Color information
#E40FFF (or 0xE40FFF) is known color: Psychedelic Purple. HEX triplet: E4, 0F and FF. RGB value is (228,15,255). Sum of RGB (Red+Green+Blue) = 228+15+255=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 15 (6.25% from 255 or 3.01% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #E40FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FFF is #1BF000. Grayscale: #696969. Windows color (decimal): -1830913 or 16715748. OLE color: 16715748.
HSL color Cylindrical-coordinate representation of color #E40FFF: hue angle of 293.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40FFF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 15 | 255 | - |
| CMYK | 0.11 | 0.94 | 0 | 0 |
| HSL | 293.25º | 1% | 0.53% | - |
| HSV(B) | 293.25º | 0.94% | 1% | - |
| XYZ | 50.22 | 24.06 | 96.6 | - |
| YUV | 106.05 | 212.07 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 255 | 0.11 | 0.94 | 0 | 0 | 293.25 | 1 | 0.53 |
| Hex | E4 | F | FF | B | 5E | 0 | 0 | 125 | 64 | 35 |
| Octal | 344 | 17 | 377 | 13 | 136 | 0 | 0 | 445 | 144 | 65 |
| Binary | 11100100 | 1111 | 11111111 | 1011 | 1011110 | 0 | 0 | 100100101 | 1100100 | 110101 |
Color Harmonies of #E40FFF
Complementary color
Monochromatic Colors of #E40FFF
Black with #E40FFF
Text Example
Text Example
White with #E40FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40FFF; }
p { color: rgb(228,15,255); }
H1.HeaderClassName
{
color: #E40FFF;
}
.AnyTagClassName
{
color: #E40FFF;
}
</style>
background-color css
<style>
a { background-color: #E40FFF; }
a { background-color: rgb(228,15,255); }
div.DivClassName
{
background-color: #E40FFF;
}
.BgClassName
{
background-color: #E40FFF;
}
</style>
border-color css
<style>
span { border-color: #E40FFF; }
span { border-color: rgb(228,15,255); }
td.TdClassName
{
border-color: #E40FFF;
}
.TagClassName
{
border-color: #E40FFF;
}
</style>