Shades of Psychedelic Purple #E40EFF
Tints of Psychedelic Purple #E40EFF
RGB
CMYK
RGB Variations
Color information
#E40EFF (or 0xE40EFF) is known color: Psychedelic Purple. HEX triplet: E4, 0E and FF. RGB value is (228,14,255). Sum of RGB (Red+Green+Blue) = 228+14+255=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 14 (5.86% from 255 or 2.82% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #E40EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40EFF is #1BF100. Grayscale: #686868. Windows color (decimal): -1831169 or 16715492. OLE color: 16715492.
HSL color Cylindrical-coordinate representation of color #E40EFF: hue angle of 293.28º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40EFF is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 14 | 255 | - |
| CMYK | 0.11 | 0.95 | 0 | 0 |
| HSL | 293.28º | 1% | 0.53% | - |
| HSV(B) | 293.28º | 0.95% | 1% | - |
| XYZ | 50.2 | 24.03 | 96.6 | - |
| YUV | 105.46 | 212.4 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 255 | 0.11 | 0.95 | 0 | 0 | 293.28 | 1 | 0.53 |
| Hex | E4 | E | FF | B | 5F | 0 | 0 | 125 | 64 | 35 |
| Octal | 344 | 16 | 377 | 13 | 137 | 0 | 0 | 445 | 144 | 65 |
| Binary | 11100100 | 1110 | 11111111 | 1011 | 1011111 | 0 | 0 | 100100101 | 1100100 | 110101 |
Color Harmonies of #E40EFF
Complementary color
Monochromatic Colors of #E40EFF
Black with #E40EFF
Text Example
Text Example
White with #E40EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40EFF; }
p { color: rgb(228,14,255); }
H1.HeaderClassName
{
color: #E40EFF;
}
.AnyTagClassName
{
color: #E40EFF;
}
</style>
background-color css
<style>
a { background-color: #E40EFF; }
a { background-color: rgb(228,14,255); }
div.DivClassName
{
background-color: #E40EFF;
}
.BgClassName
{
background-color: #E40EFF;
}
</style>
border-color css
<style>
span { border-color: #E40EFF; }
span { border-color: rgb(228,14,255); }
td.TdClassName
{
border-color: #E40EFF;
}
.TagClassName
{
border-color: #E40EFF;
}
</style>