Shades of Psychedelic Purple #E424FA
Tints of Psychedelic Purple #E424FA
RGB
CMYK
RGB Variations
Color information
#E424FA (or 0xE424FA) is known color: Psychedelic Purple. HEX triplet: E4, 24 and FA. RGB value is (228,36,250). Sum of RGB (Red+Green+Blue) = 228+36+250=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 36 (14.45% from 255 or 7.00% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #E424FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E424FA is #1BDB05. Grayscale: #757575. Windows color (decimal): -1825542 or 16393444. OLE color: 16393444.
HSL color Cylindrical-coordinate representation of color #E424FA: hue angle of 293.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E424FA is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 36 | 250 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.02 |
| HSL | 293.83º | 0.96% | 0.56% | - |
| HSV(B) | 293.83º | 0.86% | 0.98% | - |
| XYZ | 49.88 | 24.66 | 92.57 | - |
| YUV | 117.8 | 202.61 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 250 | 0.09 | 0.86 | 0 | 0.02 | 293.83 | 0.96 | 0.56 |
| Hex | E4 | 24 | FA | 9 | 56 | 0 | 2 | 126 | 60 | 38 |
| Octal | 344 | 44 | 372 | 11 | 126 | 0 | 2 | 446 | 140 | 70 |
| Binary | 11100100 | 100100 | 11111010 | 1001 | 1010110 | 0 | 10 | 100100110 | 1100000 | 111000 |
Color Harmonies of #E424FA
Complementary color
Monochromatic Colors of #E424FA
Black with #E424FA
Text Example
Text Example
White with #E424FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424FA; }
p { color: rgb(228,36,250); }
H1.HeaderClassName
{
color: #E424FA;
}
.AnyTagClassName
{
color: #E424FA;
}
</style>
background-color css
<style>
a { background-color: #E424FA; }
a { background-color: rgb(228,36,250); }
div.DivClassName
{
background-color: #E424FA;
}
.BgClassName
{
background-color: #E424FA;
}
</style>
border-color css
<style>
span { border-color: #E424FA; }
span { border-color: rgb(228,36,250); }
td.TdClassName
{
border-color: #E424FA;
}
.TagClassName
{
border-color: #E424FA;
}
</style>