Shades of Psychedelic Purple #E017FE
Tints of Psychedelic Purple #E017FE
RGB
CMYK
RGB Variations
Color information
#E017FE (or 0xE017FE) is known color: Psychedelic Purple. HEX triplet: E0, 17 and FE. RGB value is (224,23,254). Sum of RGB (Red+Green+Blue) = 224+23+254=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #E017FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E017FE is #1FE801. Grayscale: #6C6C6C. Windows color (decimal): -2091010 or 16652256. OLE color: 16652256.
HSL color Cylindrical-coordinate representation of color #E017FE: hue angle of 292.21º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E017FE is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 23 | 254 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.00 |
| HSL | 292.21º | 0.99% | 0.54% | - |
| HSV(B) | 292.21º | 0.91% | 1% | - |
| XYZ | 48.94 | 23.62 | 95.75 | - |
| YUV | 109.43 | 209.59 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 254 | 0.12 | 0.91 | 0 | 0.00 | 292.21 | 0.99 | 0.54 |
| Hex | E0 | 17 | FE | C | 5B | 0 | 0 | 124 | 63 | 36 |
| Octal | 340 | 27 | 376 | 14 | 133 | 0 | 0 | 444 | 143 | 66 |
| Binary | 11100000 | 10111 | 11111110 | 1100 | 1011011 | 0 | 0 | 100100100 | 1100011 | 110110 |
Color Harmonies of #E017FE
Complementary color
Monochromatic Colors of #E017FE
Black with #E017FE
Text Example
Text Example
White with #E017FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E017FE; }
p { color: rgb(224,23,254); }
H1.HeaderClassName
{
color: #E017FE;
}
.AnyTagClassName
{
color: #E017FE;
}
</style>
background-color css
<style>
a { background-color: #E017FE; }
a { background-color: rgb(224,23,254); }
div.DivClassName
{
background-color: #E017FE;
}
.BgClassName
{
background-color: #E017FE;
}
</style>
border-color css
<style>
span { border-color: #E017FE; }
span { border-color: rgb(224,23,254); }
td.TdClassName
{
border-color: #E017FE;
}
.TagClassName
{
border-color: #E017FE;
}
</style>