Shades of Psychedelic Purple #E40FEC
Tints of Psychedelic Purple #E40FEC
RGB
CMYK
RGB Variations
Color information
#E40FEC (or 0xE40FEC) is known color: Psychedelic Purple. HEX triplet: E4, 0F and EC. RGB value is (228,15,236). Sum of RGB (Red+Green+Blue) = 228+15+236=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #E40FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FEC is #1BF013. Grayscale: #676767. Windows color (decimal): -1830932 or 15470564. OLE color: 15470564.
HSL color Cylindrical-coordinate representation of color #E40FEC: hue angle of 297.83º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40FEC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 15 | 236 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.07 |
| HSL | 297.83º | 0.88% | 0.49% | - |
| HSV(B) | 297.83º | 0.94% | 0.93% | - |
| XYZ | 47.31 | 22.89 | 81.28 | - |
| YUV | 103.88 | 202.57 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 236 | 0.03 | 0.94 | 0 | 0.07 | 297.83 | 0.88 | 0.49 |
| Hex | E4 | F | EC | 3 | 5E | 0 | 7 | 12A | 58 | 31 |
| Octal | 344 | 17 | 354 | 3 | 136 | 0 | 7 | 452 | 130 | 61 |
| Binary | 11100100 | 1111 | 11101100 | 11 | 1011110 | 0 | 111 | 100101010 | 1011000 | 110001 |
Color Harmonies of #E40FEC
Complementary color
Monochromatic Colors of #E40FEC
Black with #E40FEC
Text Example
Text Example
White with #E40FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40FEC; }
p { color: rgb(228,15,236); }
H1.HeaderClassName
{
color: #E40FEC;
}
.AnyTagClassName
{
color: #E40FEC;
}
</style>
background-color css
<style>
a { background-color: #E40FEC; }
a { background-color: rgb(228,15,236); }
div.DivClassName
{
background-color: #E40FEC;
}
.BgClassName
{
background-color: #E40FEC;
}
</style>
border-color css
<style>
span { border-color: #E40FEC; }
span { border-color: rgb(228,15,236); }
td.TdClassName
{
border-color: #E40FEC;
}
.TagClassName
{
border-color: #E40FEC;
}
</style>