Shades of Psychedelic Purple #E018FF
Tints of Psychedelic Purple #E018FF
RGB
CMYK
RGB Variations
Color information
#E018FF (or 0xE018FF) is known color: Psychedelic Purple. HEX triplet: E0, 18 and FF. RGB value is (224,24,255). Sum of RGB (Red+Green+Blue) = 224+24+255=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 24 (9.77% from 255 or 4.77% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #E018FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E018FF is #1FE700. Grayscale: #6D6D6D. Windows color (decimal): -2090753 or 16718048. OLE color: 16718048.
HSL color Cylindrical-coordinate representation of color #E018FF: hue angle of 291.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E018FF is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 24 | 255 | - |
| CMYK | 0.12 | 0.91 | 0 | 0 |
| HSL | 291.95º | 1% | 0.55% | - |
| HSV(B) | 291.95º | 0.91% | 1% | - |
| XYZ | 49.12 | 23.72 | 96.6 | - |
| YUV | 110.13 | 209.76 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 255 | 0.12 | 0.91 | 0 | 0 | 291.95 | 1 | 0.55 |
| Hex | E0 | 18 | FF | C | 5B | 0 | 0 | 124 | 64 | 37 |
| Octal | 340 | 30 | 377 | 14 | 133 | 0 | 0 | 444 | 144 | 67 |
| Binary | 11100000 | 11000 | 11111111 | 1100 | 1011011 | 0 | 0 | 100100100 | 1100100 | 110111 |
Color Harmonies of #E018FF
Complementary color
Monochromatic Colors of #E018FF
Black with #E018FF
Text Example
Text Example
White with #E018FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E018FF; }
p { color: rgb(224,24,255); }
H1.HeaderClassName
{
color: #E018FF;
}
.AnyTagClassName
{
color: #E018FF;
}
</style>
background-color css
<style>
a { background-color: #E018FF; }
a { background-color: rgb(224,24,255); }
div.DivClassName
{
background-color: #E018FF;
}
.BgClassName
{
background-color: #E018FF;
}
</style>
border-color css
<style>
span { border-color: #E018FF; }
span { border-color: rgb(224,24,255); }
td.TdClassName
{
border-color: #E018FF;
}
.TagClassName
{
border-color: #E018FF;
}
</style>