Shades of Psychedelic Purple #E017EF
Tints of Psychedelic Purple #E017EF
RGB
CMYK
RGB Variations
Color information
#E017EF (or 0xE017EF) is known color: Psychedelic Purple. HEX triplet: E0, 17 and EF. RGB value is (224,23,239). Sum of RGB (Red+Green+Blue) = 224+23+239=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 23 (9.38% from 255 or 4.73% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #E017EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E017EF is #1FE810. Grayscale: #6B6B6B. Windows color (decimal): -2091025 or 15669216. OLE color: 15669216.
HSL color Cylindrical-coordinate representation of color #E017EF: hue angle of 295.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E017EF is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 23 | 239 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.06 |
| HSL | 295.83º | 0.87% | 0.51% | - |
| HSV(B) | 295.83º | 0.9% | 0.94% | - |
| XYZ | 46.63 | 22.69 | 83.58 | - |
| YUV | 107.72 | 202.09 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 239 | 0.06 | 0.90 | 0 | 0.06 | 295.83 | 0.87 | 0.51 |
| Hex | E0 | 17 | EF | 6 | 5A | 0 | 6 | 128 | 57 | 33 |
| Octal | 340 | 27 | 357 | 6 | 132 | 0 | 6 | 450 | 127 | 63 |
| Binary | 11100000 | 10111 | 11101111 | 110 | 1011010 | 0 | 110 | 100101000 | 1010111 | 110011 |
Color Harmonies of #E017EF
Complementary color
Monochromatic Colors of #E017EF
Black with #E017EF
Text Example
Text Example
White with #E017EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E017EF; }
p { color: rgb(224,23,239); }
H1.HeaderClassName
{
color: #E017EF;
}
.AnyTagClassName
{
color: #E017EF;
}
</style>
background-color css
<style>
a { background-color: #E017EF; }
a { background-color: rgb(224,23,239); }
div.DivClassName
{
background-color: #E017EF;
}
.BgClassName
{
background-color: #E017EF;
}
</style>
border-color css
<style>
span { border-color: #E017EF; }
span { border-color: rgb(224,23,239); }
td.TdClassName
{
border-color: #E017EF;
}
.TagClassName
{
border-color: #E017EF;
}
</style>