Shades of Psychedelic Purple #E42DFE
Tints of Psychedelic Purple #E42DFE
RGB
CMYK
RGB Variations
Color information
#E42DFE (or 0xE42DFE) is known color: Psychedelic Purple. HEX triplet: E4, 2D and FE. RGB value is (228,45,254). Sum of RGB (Red+Green+Blue) = 228+45+254=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 45 (17.97% from 255 or 8.54% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #E42DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42DFE is #1BD201. Grayscale: #7A7A7A. Windows color (decimal): -1823234 or 16657892. OLE color: 16657892.
HSL color Cylindrical-coordinate representation of color #E42DFE: hue angle of 292.54º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42DFE is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 45 | 254 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.00 |
| HSL | 292.54º | 0.99% | 0.59% | - |
| HSV(B) | 292.54º | 0.82% | 1% | - |
| XYZ | 50.82 | 25.53 | 96.01 | - |
| YUV | 123.54 | 201.63 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 45 | 254 | 0.10 | 0.82 | 0 | 0.00 | 292.54 | 0.99 | 0.59 |
| Hex | E4 | 2D | FE | A | 52 | 0 | 0 | 125 | 63 | 3B |
| Octal | 344 | 55 | 376 | 12 | 122 | 0 | 0 | 445 | 143 | 73 |
| Binary | 11100100 | 101101 | 11111110 | 1010 | 1010010 | 0 | 0 | 100100101 | 1100011 | 111011 |
Color Harmonies of #E42DFE
Complementary color
Monochromatic Colors of #E42DFE
Black with #E42DFE
Text Example
Text Example
White with #E42DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42DFE; }
p { color: rgb(228,45,254); }
H1.HeaderClassName
{
color: #E42DFE;
}
.AnyTagClassName
{
color: #E42DFE;
}
</style>
background-color css
<style>
a { background-color: #E42DFE; }
a { background-color: rgb(228,45,254); }
div.DivClassName
{
background-color: #E42DFE;
}
.BgClassName
{
background-color: #E42DFE;
}
</style>
border-color css
<style>
span { border-color: #E42DFE; }
span { border-color: rgb(228,45,254); }
td.TdClassName
{
border-color: #E42DFE;
}
.TagClassName
{
border-color: #E42DFE;
}
</style>