Shades of Psychedelic Purple #E017F2
Tints of Psychedelic Purple #E017F2
RGB
CMYK
RGB Variations
Color information
#E017F2 (or 0xE017F2) is known color: Psychedelic Purple. HEX triplet: E0, 17 and F2. RGB value is (224,23,242). Sum of RGB (Red+Green+Blue) = 224+23+242=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 23 (9.38% from 255 or 4.70% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #E017F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E017F2 is #1FE80D. Grayscale: #6B6B6B. Windows color (decimal): -2091022 or 15865824. OLE color: 15865824.
HSL color Cylindrical-coordinate representation of color #E017F2: hue angle of 295.07º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E017F2 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 23 | 242 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.05 |
| HSL | 295.07º | 0.89% | 0.52% | - |
| HSV(B) | 295.07º | 0.9% | 0.95% | - |
| XYZ | 47.07 | 22.87 | 85.94 | - |
| YUV | 108.07 | 203.59 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 242 | 0.07 | 0.90 | 0 | 0.05 | 295.07 | 0.89 | 0.52 |
| Hex | E0 | 17 | F2 | 7 | 5A | 0 | 5 | 127 | 59 | 34 |
| Octal | 340 | 27 | 362 | 7 | 132 | 0 | 5 | 447 | 131 | 64 |
| Binary | 11100000 | 10111 | 11110010 | 111 | 1011010 | 0 | 101 | 100100111 | 1011001 | 110100 |
Color Harmonies of #E017F2
Complementary color
Monochromatic Colors of #E017F2
Black with #E017F2
Text Example
Text Example
White with #E017F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E017F2; }
p { color: rgb(224,23,242); }
H1.HeaderClassName
{
color: #E017F2;
}
.AnyTagClassName
{
color: #E017F2;
}
</style>
background-color css
<style>
a { background-color: #E017F2; }
a { background-color: rgb(224,23,242); }
div.DivClassName
{
background-color: #E017F2;
}
.BgClassName
{
background-color: #E017F2;
}
</style>
border-color css
<style>
span { border-color: #E017F2; }
span { border-color: rgb(224,23,242); }
td.TdClassName
{
border-color: #E017F2;
}
.TagClassName
{
border-color: #E017F2;
}
</style>