Shades of Psychedelic Purple #E018FA
Tints of Psychedelic Purple #E018FA
RGB
CMYK
RGB Variations
Color information
#E018FA (or 0xE018FA) is known color: Psychedelic Purple. HEX triplet: E0, 18 and FA. RGB value is (224,24,250). Sum of RGB (Red+Green+Blue) = 224+24+250=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 24 (9.77% from 255 or 4.82% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #E018FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E018FA is #1FE705. Grayscale: #6C6C6C. Windows color (decimal): -2090758 or 16390368. OLE color: 16390368.
HSL color Cylindrical-coordinate representation of color #E018FA: hue angle of 293.1º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E018FA is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 24 | 250 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.02 |
| HSL | 293.1º | 0.96% | 0.54% | - |
| HSV(B) | 293.1º | 0.9% | 0.98% | - |
| XYZ | 48.32 | 23.4 | 92.41 | - |
| YUV | 109.56 | 207.26 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 250 | 0.10 | 0.90 | 0 | 0.02 | 293.1 | 0.96 | 0.54 |
| Hex | E0 | 18 | FA | A | 5A | 0 | 2 | 125 | 60 | 36 |
| Octal | 340 | 30 | 372 | 12 | 132 | 0 | 2 | 445 | 140 | 66 |
| Binary | 11100000 | 11000 | 11111010 | 1010 | 1011010 | 0 | 10 | 100100101 | 1100000 | 110110 |
Color Harmonies of #E018FA
Complementary color
Monochromatic Colors of #E018FA
Black with #E018FA
Text Example
Text Example
White with #E018FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E018FA; }
p { color: rgb(224,24,250); }
H1.HeaderClassName
{
color: #E018FA;
}
.AnyTagClassName
{
color: #E018FA;
}
</style>
background-color css
<style>
a { background-color: #E018FA; }
a { background-color: rgb(224,24,250); }
div.DivClassName
{
background-color: #E018FA;
}
.BgClassName
{
background-color: #E018FA;
}
</style>
border-color css
<style>
span { border-color: #E018FA; }
span { border-color: rgb(224,24,250); }
td.TdClassName
{
border-color: #E018FA;
}
.TagClassName
{
border-color: #E018FA;
}
</style>