Shades of Psychedelic Purple #E42EF6
Tints of Psychedelic Purple #E42EF6
RGB
CMYK
RGB Variations
Color information
#E42EF6 (or 0xE42EF6) is known color: Psychedelic Purple. HEX triplet: E4, 2E and F6. RGB value is (228,46,246). Sum of RGB (Red+Green+Blue) = 228+46+246=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 46 (18.36% from 255 or 8.85% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #E42EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42EF6 is #1BD109. Grayscale: #7A7A7A. Windows color (decimal): -1822986 or 16133860. OLE color: 16133860.
HSL color Cylindrical-coordinate representation of color #E42EF6: hue angle of 294.6º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42EF6 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 46 | 246 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.04 |
| HSL | 294.6º | 0.92% | 0.57% | - |
| HSV(B) | 294.6º | 0.81% | 0.96% | - |
| XYZ | 49.61 | 25.1 | 89.42 | - |
| YUV | 123.22 | 197.3 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 246 | 0.07 | 0.81 | 0 | 0.04 | 294.6 | 0.92 | 0.57 |
| Hex | E4 | 2E | F6 | 7 | 51 | 0 | 4 | 127 | 5C | 39 |
| Octal | 344 | 56 | 366 | 7 | 121 | 0 | 4 | 447 | 134 | 71 |
| Binary | 11100100 | 101110 | 11110110 | 111 | 1010001 | 0 | 100 | 100100111 | 1011100 | 111001 |
Color Harmonies of #E42EF6
Complementary color
Monochromatic Colors of #E42EF6
Black with #E42EF6
Text Example
Text Example
White with #E42EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42EF6; }
p { color: rgb(228,46,246); }
H1.HeaderClassName
{
color: #E42EF6;
}
.AnyTagClassName
{
color: #E42EF6;
}
</style>
background-color css
<style>
a { background-color: #E42EF6; }
a { background-color: rgb(228,46,246); }
div.DivClassName
{
background-color: #E42EF6;
}
.BgClassName
{
background-color: #E42EF6;
}
</style>
border-color css
<style>
span { border-color: #E42EF6; }
span { border-color: rgb(228,46,246); }
td.TdClassName
{
border-color: #E42EF6;
}
.TagClassName
{
border-color: #E42EF6;
}
</style>