Shades of Psychedelic Purple #E017FF
Tints of Psychedelic Purple #E017FF
RGB
CMYK
RGB Variations
Color information
#E017FF (or 0xE017FF) is known color: Psychedelic Purple. HEX triplet: E0, 17 and FF. RGB value is (224,23,255). Sum of RGB (Red+Green+Blue) = 224+23+255=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 23 (9.38% from 255 or 4.58% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #E017FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E017FF is #1FE800. Grayscale: #6C6C6C. Windows color (decimal): -2091009 or 16717792. OLE color: 16717792.
HSL color Cylindrical-coordinate representation of color #E017FF: hue angle of 291.98º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E017FF is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 23 | 255 | - |
| CMYK | 0.12 | 0.91 | 0 | 0 |
| HSL | 291.98º | 1% | 0.55% | - |
| HSV(B) | 291.98º | 0.91% | 1% | - |
| XYZ | 49.1 | 23.68 | 96.59 | - |
| YUV | 109.55 | 210.09 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 255 | 0.12 | 0.91 | 0 | 0 | 291.98 | 1 | 0.55 |
| Hex | E0 | 17 | FF | C | 5B | 0 | 0 | 124 | 64 | 37 |
| Octal | 340 | 27 | 377 | 14 | 133 | 0 | 0 | 444 | 144 | 67 |
| Binary | 11100000 | 10111 | 11111111 | 1100 | 1011011 | 0 | 0 | 100100100 | 1100100 | 110111 |
Color Harmonies of #E017FF
Complementary color
Monochromatic Colors of #E017FF
Black with #E017FF
Text Example
Text Example
White with #E017FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E017FF; }
p { color: rgb(224,23,255); }
H1.HeaderClassName
{
color: #E017FF;
}
.AnyTagClassName
{
color: #E017FF;
}
</style>
background-color css
<style>
a { background-color: #E017FF; }
a { background-color: rgb(224,23,255); }
div.DivClassName
{
background-color: #E017FF;
}
.BgClassName
{
background-color: #E017FF;
}
</style>
border-color css
<style>
span { border-color: #E017FF; }
span { border-color: rgb(224,23,255); }
td.TdClassName
{
border-color: #E017FF;
}
.TagClassName
{
border-color: #E017FF;
}
</style>