Shades of Psychedelic Purple #E42FFE
Tints of Psychedelic Purple #E42FFE
RGB
CMYK
RGB Variations
Color information
#E42FFE (or 0xE42FFE) is known color: Psychedelic Purple. HEX triplet: E4, 2F and FE. RGB value is (228,47,254). Sum of RGB (Red+Green+Blue) = 228+47+254=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 47 (18.75% from 255 or 8.88% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #E42FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42FFE is #1BD001. Grayscale: #7C7C7C. Windows color (decimal): -1822722 or 16658404. OLE color: 16658404.
HSL color Cylindrical-coordinate representation of color #E42FFE: hue angle of 292.46º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42FFE is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 47 | 254 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.00 |
| HSL | 292.46º | 0.99% | 0.59% | - |
| HSV(B) | 292.46º | 0.81% | 1% | - |
| XYZ | 50.9 | 25.68 | 96.04 | - |
| YUV | 124.72 | 200.97 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 254 | 0.10 | 0.81 | 0 | 0.00 | 292.46 | 0.99 | 0.59 |
| Hex | E4 | 2F | FE | A | 51 | 0 | 0 | 124 | 63 | 3B |
| Octal | 344 | 57 | 376 | 12 | 121 | 0 | 0 | 444 | 143 | 73 |
| Binary | 11100100 | 101111 | 11111110 | 1010 | 1010001 | 0 | 0 | 100100100 | 1100011 | 111011 |
Color Harmonies of #E42FFE
Complementary color
Monochromatic Colors of #E42FFE
Black with #E42FFE
Text Example
Text Example
White with #E42FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42FFE; }
p { color: rgb(228,47,254); }
H1.HeaderClassName
{
color: #E42FFE;
}
.AnyTagClassName
{
color: #E42FFE;
}
</style>
background-color css
<style>
a { background-color: #E42FFE; }
a { background-color: rgb(228,47,254); }
div.DivClassName
{
background-color: #E42FFE;
}
.BgClassName
{
background-color: #E42FFE;
}
</style>
border-color css
<style>
span { border-color: #E42FFE; }
span { border-color: rgb(228,47,254); }
td.TdClassName
{
border-color: #E42FFE;
}
.TagClassName
{
border-color: #E42FFE;
}
</style>