Shades of Psychedelic Purple #E40FEA
Tints of Psychedelic Purple #E40FEA
RGB
CMYK
RGB Variations
Color information
#E40FEA (or 0xE40FEA) is known color: Psychedelic Purple. HEX triplet: E4, 0F and EA. RGB value is (228,15,234). Sum of RGB (Red+Green+Blue) = 228+15+234=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #E40FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FEA is #1BF015. Grayscale: #666666. Windows color (decimal): -1830934 or 15339492. OLE color: 15339492.
HSL color Cylindrical-coordinate representation of color #E40FEA: hue angle of 298.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40FEA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 15 | 234 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.08 |
| HSL | 298.36º | 0.88% | 0.49% | - |
| HSV(B) | 298.36º | 0.94% | 0.92% | - |
| XYZ | 47.02 | 22.78 | 79.76 | - |
| YUV | 103.65 | 201.57 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 234 | 0.03 | 0.94 | 0 | 0.08 | 298.36 | 0.88 | 0.49 |
| Hex | E4 | F | EA | 3 | 5E | 0 | 8 | 12A | 58 | 31 |
| Octal | 344 | 17 | 352 | 3 | 136 | 0 | 10 | 452 | 130 | 61 |
| Binary | 11100100 | 1111 | 11101010 | 11 | 1011110 | 0 | 1000 | 100101010 | 1011000 | 110001 |
Color Harmonies of #E40FEA
Complementary color
Monochromatic Colors of #E40FEA
Black with #E40FEA
Text Example
Text Example
White with #E40FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40FEA; }
p { color: rgb(228,15,234); }
H1.HeaderClassName
{
color: #E40FEA;
}
.AnyTagClassName
{
color: #E40FEA;
}
</style>
background-color css
<style>
a { background-color: #E40FEA; }
a { background-color: rgb(228,15,234); }
div.DivClassName
{
background-color: #E40FEA;
}
.BgClassName
{
background-color: #E40FEA;
}
</style>
border-color css
<style>
span { border-color: #E40FEA; }
span { border-color: rgb(228,15,234); }
td.TdClassName
{
border-color: #E40FEA;
}
.TagClassName
{
border-color: #E40FEA;
}
</style>