Shades of Psychedelic Purple #E42EFC
Tints of Psychedelic Purple #E42EFC
RGB
CMYK
RGB Variations
Color information
#E42EFC (or 0xE42EFC) is known color: Psychedelic Purple. HEX triplet: E4, 2E and FC. RGB value is (228,46,252). Sum of RGB (Red+Green+Blue) = 228+46+252=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 46 (18.36% from 255 or 8.75% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #E42EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42EFC is #1BD103. Grayscale: #7B7B7B. Windows color (decimal): -1822980 or 16527076. OLE color: 16527076.
HSL color Cylindrical-coordinate representation of color #E42EFC: hue angle of 293.01º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42EFC is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 46 | 252 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.01 |
| HSL | 293.01º | 0.97% | 0.58% | - |
| HSV(B) | 293.01º | 0.82% | 0.99% | - |
| XYZ | 50.54 | 25.48 | 94.35 | - |
| YUV | 123.9 | 200.3 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 252 | 0.10 | 0.82 | 0 | 0.01 | 293.01 | 0.97 | 0.58 |
| Hex | E4 | 2E | FC | A | 52 | 0 | 1 | 125 | 61 | 3A |
| Octal | 344 | 56 | 374 | 12 | 122 | 0 | 1 | 445 | 141 | 72 |
| Binary | 11100100 | 101110 | 11111100 | 1010 | 1010010 | 0 | 1 | 100100101 | 1100001 | 111010 |
Color Harmonies of #E42EFC
Complementary color
Monochromatic Colors of #E42EFC
Black with #E42EFC
Text Example
Text Example
White with #E42EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42EFC; }
p { color: rgb(228,46,252); }
H1.HeaderClassName
{
color: #E42EFC;
}
.AnyTagClassName
{
color: #E42EFC;
}
</style>
background-color css
<style>
a { background-color: #E42EFC; }
a { background-color: rgb(228,46,252); }
div.DivClassName
{
background-color: #E42EFC;
}
.BgClassName
{
background-color: #E42EFC;
}
</style>
border-color css
<style>
span { border-color: #E42EFC; }
span { border-color: rgb(228,46,252); }
td.TdClassName
{
border-color: #E42EFC;
}
.TagClassName
{
border-color: #E42EFC;
}
</style>