Shades of Psychedelic Purple #E018F5
Tints of Psychedelic Purple #E018F5
RGB
CMYK
RGB Variations
Color information
#E018F5 (or 0xE018F5) is known color: Psychedelic Purple. HEX triplet: E0, 18 and F5. RGB value is (224,24,245). Sum of RGB (Red+Green+Blue) = 224+24+245=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 24 (9.77% from 255 or 4.87% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 245 - color contains mainly: blue. Hex color #E018F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E018F5 is #1FE70A. Grayscale: #6C6C6C. Windows color (decimal): -2090763 or 16062688. OLE color: 16062688.
HSL color Cylindrical-coordinate representation of color #E018F5: hue angle of 294.3º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E018F5 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 24 | 245 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.04 |
| HSL | 294.3º | 0.92% | 0.53% | - |
| HSV(B) | 294.3º | 0.9% | 0.96% | - |
| XYZ | 47.55 | 23.09 | 88.34 | - |
| YUV | 108.99 | 204.76 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 245 | 0.09 | 0.90 | 0 | 0.04 | 294.3 | 0.92 | 0.53 |
| Hex | E0 | 18 | F5 | 9 | 5A | 0 | 4 | 126 | 5C | 35 |
| Octal | 340 | 30 | 365 | 11 | 132 | 0 | 4 | 446 | 134 | 65 |
| Binary | 11100000 | 11000 | 11110101 | 1001 | 1011010 | 0 | 100 | 100100110 | 1011100 | 110101 |
Color Harmonies of #E018F5
Complementary color
Monochromatic Colors of #E018F5
Black with #E018F5
Text Example
Text Example
White with #E018F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E018F5; }
p { color: rgb(224,24,245); }
H1.HeaderClassName
{
color: #E018F5;
}
.AnyTagClassName
{
color: #E018F5;
}
</style>
background-color css
<style>
a { background-color: #E018F5; }
a { background-color: rgb(224,24,245); }
div.DivClassName
{
background-color: #E018F5;
}
.BgClassName
{
background-color: #E018F5;
}
</style>
border-color css
<style>
span { border-color: #E018F5; }
span { border-color: rgb(224,24,245); }
td.TdClassName
{
border-color: #E018F5;
}
.TagClassName
{
border-color: #E018F5;
}
</style>