Shades of Psychedelic Purple #E40EF2
Tints of Psychedelic Purple #E40EF2
RGB
CMYK
RGB Variations
Color information
#E40EF2 (or 0xE40EF2) is known color: Psychedelic Purple. HEX triplet: E4, 0E and F2. RGB value is (228,14,242). Sum of RGB (Red+Green+Blue) = 228+14+242=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 14 (5.86% from 255 or 2.89% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #E40EF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40EF2 is #1BF10D. Grayscale: #676767. Windows color (decimal): -1831182 or 15863524. OLE color: 15863524.
HSL color Cylindrical-coordinate representation of color #E40EF2: hue angle of 296.32º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40EF2 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 14 | 242 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.05 |
| HSL | 296.32º | 0.9% | 0.5% | - |
| HSV(B) | 296.32º | 0.94% | 0.95% | - |
| XYZ | 48.18 | 23.22 | 85.95 | - |
| YUV | 103.98 | 205.9 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 242 | 0.06 | 0.94 | 0 | 0.05 | 296.32 | 0.9 | 0.5 |
| Hex | E4 | E | F2 | 6 | 5E | 0 | 5 | 128 | 5A | 32 |
| Octal | 344 | 16 | 362 | 6 | 136 | 0 | 5 | 450 | 132 | 62 |
| Binary | 11100100 | 1110 | 11110010 | 110 | 1011110 | 0 | 101 | 100101000 | 1011010 | 110010 |
Color Harmonies of #E40EF2
Complementary color
Monochromatic Colors of #E40EF2
Black with #E40EF2
Text Example
Text Example
White with #E40EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40EF2; }
p { color: rgb(228,14,242); }
H1.HeaderClassName
{
color: #E40EF2;
}
.AnyTagClassName
{
color: #E40EF2;
}
</style>
background-color css
<style>
a { background-color: #E40EF2; }
a { background-color: rgb(228,14,242); }
div.DivClassName
{
background-color: #E40EF2;
}
.BgClassName
{
background-color: #E40EF2;
}
</style>
border-color css
<style>
span { border-color: #E40EF2; }
span { border-color: rgb(228,14,242); }
td.TdClassName
{
border-color: #E40EF2;
}
.TagClassName
{
border-color: #E40EF2;
}
</style>