Shades of Psychedelic Purple #E018EC
Tints of Psychedelic Purple #E018EC
RGB
CMYK
RGB Variations
Color information
#E018EC (or 0xE018EC) is known color: Psychedelic Purple. HEX triplet: E0, 18 and EC. RGB value is (224,24,236). Sum of RGB (Red+Green+Blue) = 224+24+236=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #E018EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E018EC is #1FE713. Grayscale: #6B6B6B. Windows color (decimal): -2090772 or 15472864. OLE color: 15472864.
HSL color Cylindrical-coordinate representation of color #E018EC: hue angle of 296.6º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E018EC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 24 | 236 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.07 |
| HSL | 296.6º | 0.85% | 0.51% | - |
| HSV(B) | 296.6º | 0.9% | 0.93% | - |
| XYZ | 46.21 | 22.56 | 81.28 | - |
| YUV | 107.97 | 200.26 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 236 | 0.05 | 0.90 | 0 | 0.07 | 296.6 | 0.85 | 0.51 |
| Hex | E0 | 18 | EC | 5 | 5A | 0 | 7 | 129 | 55 | 33 |
| Octal | 340 | 30 | 354 | 5 | 132 | 0 | 7 | 451 | 125 | 63 |
| Binary | 11100000 | 11000 | 11101100 | 101 | 1011010 | 0 | 111 | 100101001 | 1010101 | 110011 |
Color Harmonies of #E018EC
Complementary color
Monochromatic Colors of #E018EC
Black with #E018EC
Text Example
Text Example
White with #E018EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E018EC; }
p { color: rgb(224,24,236); }
H1.HeaderClassName
{
color: #E018EC;
}
.AnyTagClassName
{
color: #E018EC;
}
</style>
background-color css
<style>
a { background-color: #E018EC; }
a { background-color: rgb(224,24,236); }
div.DivClassName
{
background-color: #E018EC;
}
.BgClassName
{
background-color: #E018EC;
}
</style>
border-color css
<style>
span { border-color: #E018EC; }
span { border-color: rgb(224,24,236); }
td.TdClassName
{
border-color: #E018EC;
}
.TagClassName
{
border-color: #E018EC;
}
</style>