Shades of Psychedelic Purple #E017FC
Tints of Psychedelic Purple #E017FC
RGB
CMYK
RGB Variations
Color information
#E017FC (or 0xE017FC) is known color: Psychedelic Purple. HEX triplet: E0, 17 and FC. RGB value is (224,23,252). Sum of RGB (Red+Green+Blue) = 224+23+252=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 23 (9.38% from 255 or 4.61% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #E017FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E017FC is #1FE803. Grayscale: #6C6C6C. Windows color (decimal): -2091012 or 16521184. OLE color: 16521184.
HSL color Cylindrical-coordinate representation of color #E017FC: hue angle of 292.66º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E017FC is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 23 | 252 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.01 |
| HSL | 292.66º | 0.97% | 0.54% | - |
| HSV(B) | 292.66º | 0.91% | 0.99% | - |
| XYZ | 48.62 | 23.49 | 94.07 | - |
| YUV | 109.21 | 208.59 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 252 | 0.11 | 0.91 | 0 | 0.01 | 292.66 | 0.97 | 0.54 |
| Hex | E0 | 17 | FC | B | 5B | 0 | 1 | 125 | 61 | 36 |
| Octal | 340 | 27 | 374 | 13 | 133 | 0 | 1 | 445 | 141 | 66 |
| Binary | 11100000 | 10111 | 11111100 | 1011 | 1011011 | 0 | 1 | 100100101 | 1100001 | 110110 |
Color Harmonies of #E017FC
Complementary color
Monochromatic Colors of #E017FC
Black with #E017FC
Text Example
Text Example
White with #E017FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E017FC; }
p { color: rgb(224,23,252); }
H1.HeaderClassName
{
color: #E017FC;
}
.AnyTagClassName
{
color: #E017FC;
}
</style>
background-color css
<style>
a { background-color: #E017FC; }
a { background-color: rgb(224,23,252); }
div.DivClassName
{
background-color: #E017FC;
}
.BgClassName
{
background-color: #E017FC;
}
</style>
border-color css
<style>
span { border-color: #E017FC; }
span { border-color: rgb(224,23,252); }
td.TdClassName
{
border-color: #E017FC;
}
.TagClassName
{
border-color: #E017FC;
}
</style>