Shades of Psychedelic Purple #E017FA
Tints of Psychedelic Purple #E017FA
RGB
CMYK
RGB Variations
Color information
#E017FA (or 0xE017FA) is known color: Psychedelic Purple. HEX triplet: E0, 17 and FA. RGB value is (224,23,250). Sum of RGB (Red+Green+Blue) = 224+23+250=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 23 (9.38% from 255 or 4.63% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #E017FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E017FA is #1FE805. Grayscale: #6C6C6C. Windows color (decimal): -2091014 or 16390112. OLE color: 16390112.
HSL color Cylindrical-coordinate representation of color #E017FA: hue angle of 293.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E017FA is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 23 | 250 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.02 |
| HSL | 293.13º | 0.96% | 0.54% | - |
| HSV(B) | 293.13º | 0.91% | 0.98% | - |
| XYZ | 48.3 | 23.36 | 92.41 | - |
| YUV | 108.98 | 207.59 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 250 | 0.10 | 0.91 | 0 | 0.02 | 293.13 | 0.96 | 0.54 |
| Hex | E0 | 17 | FA | A | 5B | 0 | 2 | 125 | 60 | 36 |
| Octal | 340 | 27 | 372 | 12 | 133 | 0 | 2 | 445 | 140 | 66 |
| Binary | 11100000 | 10111 | 11111010 | 1010 | 1011011 | 0 | 10 | 100100101 | 1100000 | 110110 |
Color Harmonies of #E017FA
Complementary color
Monochromatic Colors of #E017FA
Black with #E017FA
Text Example
Text Example
White with #E017FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E017FA; }
p { color: rgb(224,23,250); }
H1.HeaderClassName
{
color: #E017FA;
}
.AnyTagClassName
{
color: #E017FA;
}
</style>
background-color css
<style>
a { background-color: #E017FA; }
a { background-color: rgb(224,23,250); }
div.DivClassName
{
background-color: #E017FA;
}
.BgClassName
{
background-color: #E017FA;
}
</style>
border-color css
<style>
span { border-color: #E017FA; }
span { border-color: rgb(224,23,250); }
td.TdClassName
{
border-color: #E017FA;
}
.TagClassName
{
border-color: #E017FA;
}
</style>