Shades of Psychedelic Purple #E028FA
Tints of Psychedelic Purple #E028FA
RGB
CMYK
RGB Variations
Color information
#E028FA (or 0xE028FA) is known color: Psychedelic Purple. HEX triplet: E0, 28 and FA. RGB value is (224,40,250). Sum of RGB (Red+Green+Blue) = 224+40+250=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 40 (16.02% from 255 or 7.78% 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 #E028FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E028FA is #1FD705. Grayscale: #767676. Windows color (decimal): -2086662 or 16394464. OLE color: 16394464.
HSL color Cylindrical-coordinate representation of color #E028FA: hue angle of 292.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E028FA is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 40 | 250 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.02 |
| HSL | 292.57º | 0.95% | 0.57% | - |
| HSV(B) | 292.57º | 0.84% | 0.98% | - |
| XYZ | 48.75 | 24.27 | 92.56 | - |
| YUV | 118.96 | 201.96 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 250 | 0.10 | 0.84 | 0 | 0.02 | 292.57 | 0.95 | 0.57 |
| Hex | E0 | 28 | FA | A | 54 | 0 | 2 | 125 | 5F | 39 |
| Octal | 340 | 50 | 372 | 12 | 124 | 0 | 2 | 445 | 137 | 71 |
| Binary | 11100000 | 101000 | 11111010 | 1010 | 1010100 | 0 | 10 | 100100101 | 1011111 | 111001 |
Color Harmonies of #E028FA
Complementary color
Monochromatic Colors of #E028FA
Black with #E028FA
Text Example
Text Example
White with #E028FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028FA; }
p { color: rgb(224,40,250); }
H1.HeaderClassName
{
color: #E028FA;
}
.AnyTagClassName
{
color: #E028FA;
}
</style>
background-color css
<style>
a { background-color: #E028FA; }
a { background-color: rgb(224,40,250); }
div.DivClassName
{
background-color: #E028FA;
}
.BgClassName
{
background-color: #E028FA;
}
</style>
border-color css
<style>
span { border-color: #E028FA; }
span { border-color: rgb(224,40,250); }
td.TdClassName
{
border-color: #E028FA;
}
.TagClassName
{
border-color: #E028FA;
}
</style>