Shades of Psychedelic Purple #E42FFF
Tints of Psychedelic Purple #E42FFF
RGB
CMYK
RGB Variations
Color information
#E42FFF (or 0xE42FFF) is known color: Psychedelic Purple. HEX triplet: E4, 2F and FF. RGB value is (228,47,255). Sum of RGB (Red+Green+Blue) = 228+47+255=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 47 (18.75% from 255 or 8.87% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #E42FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42FFF is #1BD000. Grayscale: #7C7C7C. Windows color (decimal): -1822721 or 16723940. OLE color: 16723940.
HSL color Cylindrical-coordinate representation of color #E42FFF: hue angle of 292.21º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42FFF is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 47 | 255 | - |
| CMYK | 0.11 | 0.82 | 0 | 0 |
| HSL | 292.21º | 1% | 0.59% | - |
| HSV(B) | 292.21º | 0.82% | 1% | - |
| XYZ | 51.06 | 25.75 | 96.89 | - |
| YUV | 124.83 | 201.47 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 255 | 0.11 | 0.82 | 0 | 0 | 292.21 | 1 | 0.59 |
| Hex | E4 | 2F | FF | B | 52 | 0 | 0 | 124 | 64 | 3B |
| Octal | 344 | 57 | 377 | 13 | 122 | 0 | 0 | 444 | 144 | 73 |
| Binary | 11100100 | 101111 | 11111111 | 1011 | 1010010 | 0 | 0 | 100100100 | 1100100 | 111011 |
Color Harmonies of #E42FFF
Complementary color
Monochromatic Colors of #E42FFF
Black with #E42FFF
Text Example
Text Example
White with #E42FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42FFF; }
p { color: rgb(228,47,255); }
H1.HeaderClassName
{
color: #E42FFF;
}
.AnyTagClassName
{
color: #E42FFF;
}
</style>
background-color css
<style>
a { background-color: #E42FFF; }
a { background-color: rgb(228,47,255); }
div.DivClassName
{
background-color: #E42FFF;
}
.BgClassName
{
background-color: #E42FFF;
}
</style>
border-color css
<style>
span { border-color: #E42FFF; }
span { border-color: rgb(228,47,255); }
td.TdClassName
{
border-color: #E42FFF;
}
.TagClassName
{
border-color: #E42FFF;
}
</style>