Shades of Psychedelic Purple #E42FEF
Tints of Psychedelic Purple #E42FEF
RGB
CMYK
RGB Variations
Color information
#E42FEF (or 0xE42FEF) is known color: Psychedelic Purple. HEX triplet: E4, 2F and EF. RGB value is (228,47,239). Sum of RGB (Red+Green+Blue) = 228+47+239=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 47 (18.75% from 255 or 9.14% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #E42FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42FEF is #1BD010. Grayscale: #7A7A7A. Windows color (decimal): -1822737 or 15675364. OLE color: 15675364.
HSL color Cylindrical-coordinate representation of color #E42FEF: hue angle of 296.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42FEF is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 47 | 239 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.06 |
| HSL | 296.56º | 0.86% | 0.56% | - |
| HSV(B) | 296.56º | 0.8% | 0.94% | - |
| XYZ | 48.59 | 24.76 | 83.88 | - |
| YUV | 123.01 | 193.47 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 239 | 0.05 | 0.80 | 0 | 0.06 | 296.56 | 0.86 | 0.56 |
| Hex | E4 | 2F | EF | 5 | 50 | 0 | 6 | 129 | 56 | 38 |
| Octal | 344 | 57 | 357 | 5 | 120 | 0 | 6 | 451 | 126 | 70 |
| Binary | 11100100 | 101111 | 11101111 | 101 | 1010000 | 0 | 110 | 100101001 | 1010110 | 111000 |
Color Harmonies of #E42FEF
Complementary color
Monochromatic Colors of #E42FEF
Black with #E42FEF
Text Example
Text Example
White with #E42FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42FEF; }
p { color: rgb(228,47,239); }
H1.HeaderClassName
{
color: #E42FEF;
}
.AnyTagClassName
{
color: #E42FEF;
}
</style>
background-color css
<style>
a { background-color: #E42FEF; }
a { background-color: rgb(228,47,239); }
div.DivClassName
{
background-color: #E42FEF;
}
.BgClassName
{
background-color: #E42FEF;
}
</style>
border-color css
<style>
span { border-color: #E42FEF; }
span { border-color: rgb(228,47,239); }
td.TdClassName
{
border-color: #E42FEF;
}
.TagClassName
{
border-color: #E42FEF;
}
</style>