Shades of Psychedelic Purple #E42FFA
Tints of Psychedelic Purple #E42FFA
RGB
CMYK
RGB Variations
Color information
#E42FFA (or 0xE42FFA) is known color: Psychedelic Purple. HEX triplet: E4, 2F and FA. RGB value is (228,47,250). Sum of RGB (Red+Green+Blue) = 228+47+250=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 47 (18.75% from 255 or 8.95% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #E42FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42FFA is #1BD005. Grayscale: #7B7B7B. Windows color (decimal): -1822726 or 16396260. OLE color: 16396260.
HSL color Cylindrical-coordinate representation of color #E42FFA: hue angle of 293.5º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42FFA is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 47 | 250 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.02 |
| HSL | 293.5º | 0.95% | 0.58% | - |
| HSV(B) | 293.5º | 0.81% | 0.98% | - |
| XYZ | 50.27 | 25.43 | 92.7 | - |
| YUV | 124.26 | 198.97 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 250 | 0.09 | 0.81 | 0 | 0.02 | 293.5 | 0.95 | 0.58 |
| Hex | E4 | 2F | FA | 9 | 51 | 0 | 2 | 125 | 5F | 3A |
| Octal | 344 | 57 | 372 | 11 | 121 | 0 | 2 | 445 | 137 | 72 |
| Binary | 11100100 | 101111 | 11111010 | 1001 | 1010001 | 0 | 10 | 100100101 | 1011111 | 111010 |
Color Harmonies of #E42FFA
Complementary color
Monochromatic Colors of #E42FFA
Black with #E42FFA
Text Example
Text Example
White with #E42FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42FFA; }
p { color: rgb(228,47,250); }
H1.HeaderClassName
{
color: #E42FFA;
}
.AnyTagClassName
{
color: #E42FFA;
}
</style>
background-color css
<style>
a { background-color: #E42FFA; }
a { background-color: rgb(228,47,250); }
div.DivClassName
{
background-color: #E42FFA;
}
.BgClassName
{
background-color: #E42FFA;
}
</style>
border-color css
<style>
span { border-color: #E42FFA; }
span { border-color: rgb(228,47,250); }
td.TdClassName
{
border-color: #E42FFA;
}
.TagClassName
{
border-color: #E42FFA;
}
</style>