Shades of Psychedelic Purple #E40EFA
Tints of Psychedelic Purple #E40EFA
RGB
CMYK
RGB Variations
Color information
#E40EFA (or 0xE40EFA) is known color: Psychedelic Purple. HEX triplet: E4, 0E and FA. RGB value is (228,14,250). Sum of RGB (Red+Green+Blue) = 228+14+250=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 14 (5.86% from 255 or 2.85% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #E40EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40EFA is #1BF105. Grayscale: #686868. Windows color (decimal): -1831174 or 16387812. OLE color: 16387812.
HSL color Cylindrical-coordinate representation of color #E40EFA: hue angle of 294.41º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40EFA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 14 | 250 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.02 |
| HSL | 294.41º | 0.96% | 0.52% | - |
| HSV(B) | 294.41º | 0.94% | 0.98% | - |
| XYZ | 49.41 | 23.71 | 92.41 | - |
| YUV | 104.89 | 209.9 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 250 | 0.09 | 0.94 | 0 | 0.02 | 294.41 | 0.96 | 0.52 |
| Hex | E4 | E | FA | 9 | 5E | 0 | 2 | 126 | 60 | 34 |
| Octal | 344 | 16 | 372 | 11 | 136 | 0 | 2 | 446 | 140 | 64 |
| Binary | 11100100 | 1110 | 11111010 | 1001 | 1011110 | 0 | 10 | 100100110 | 1100000 | 110100 |
Color Harmonies of #E40EFA
Complementary color
Monochromatic Colors of #E40EFA
Black with #E40EFA
Text Example
Text Example
White with #E40EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40EFA; }
p { color: rgb(228,14,250); }
H1.HeaderClassName
{
color: #E40EFA;
}
.AnyTagClassName
{
color: #E40EFA;
}
</style>
background-color css
<style>
a { background-color: #E40EFA; }
a { background-color: rgb(228,14,250); }
div.DivClassName
{
background-color: #E40EFA;
}
.BgClassName
{
background-color: #E40EFA;
}
</style>
border-color css
<style>
span { border-color: #E40EFA; }
span { border-color: rgb(228,14,250); }
td.TdClassName
{
border-color: #E40EFA;
}
.TagClassName
{
border-color: #E40EFA;
}
</style>