Shades of Psychedelic Purple #E017EC
Tints of Psychedelic Purple #E017EC
RGB
CMYK
RGB Variations
Color information
#E017EC (or 0xE017EC) is known color: Psychedelic Purple. HEX triplet: E0, 17 and EC. RGB value is (224,23,236). Sum of RGB (Red+Green+Blue) = 224+23+236=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #E017EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E017EC is #1FE813. Grayscale: #6A6A6A. Windows color (decimal): -2091028 or 15472608. OLE color: 15472608.
HSL color Cylindrical-coordinate representation of color #E017EC: hue angle of 296.62º 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 #E017EC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 23 | 236 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.07 |
| HSL | 296.62º | 0.85% | 0.51% | - |
| HSV(B) | 296.62º | 0.9% | 0.93% | - |
| XYZ | 46.19 | 22.52 | 81.27 | - |
| YUV | 107.38 | 200.59 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 236 | 0.05 | 0.90 | 0 | 0.07 | 296.62 | 0.85 | 0.51 |
| Hex | E0 | 17 | EC | 5 | 5A | 0 | 7 | 129 | 55 | 33 |
| Octal | 340 | 27 | 354 | 5 | 132 | 0 | 7 | 451 | 125 | 63 |
| Binary | 11100000 | 10111 | 11101100 | 101 | 1011010 | 0 | 111 | 100101001 | 1010101 | 110011 |
Color Harmonies of #E017EC
Complementary color
Monochromatic Colors of #E017EC
Black with #E017EC
Text Example
Text Example
White with #E017EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E017EC; }
p { color: rgb(224,23,236); }
H1.HeaderClassName
{
color: #E017EC;
}
.AnyTagClassName
{
color: #E017EC;
}
</style>
background-color css
<style>
a { background-color: #E017EC; }
a { background-color: rgb(224,23,236); }
div.DivClassName
{
background-color: #E017EC;
}
.BgClassName
{
background-color: #E017EC;
}
</style>
border-color css
<style>
span { border-color: #E017EC; }
span { border-color: rgb(224,23,236); }
td.TdClassName
{
border-color: #E017EC;
}
.TagClassName
{
border-color: #E017EC;
}
</style>