Shades of Psychedelic Purple #E019FC
Tints of Psychedelic Purple #E019FC
RGB
CMYK
RGB Variations
Color information
#E019FC (or 0xE019FC) is known color: Psychedelic Purple. HEX triplet: E0, 19 and FC. RGB value is (224,25,252). Sum of RGB (Red+Green+Blue) = 224+25+252=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 25 (10.16% from 255 or 4.99% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #E019FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E019FC is #1FE603. Grayscale: #6D6D6D. Windows color (decimal): -2090500 or 16521696. OLE color: 16521696.
HSL color Cylindrical-coordinate representation of color #E019FC: hue angle of 292.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E019FC is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 25 | 252 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.01 |
| HSL | 292.6º | 0.97% | 0.54% | - |
| HSV(B) | 292.6º | 0.9% | 0.99% | - |
| XYZ | 48.66 | 23.57 | 94.08 | - |
| YUV | 110.38 | 207.93 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 252 | 0.11 | 0.90 | 0 | 0.01 | 292.6 | 0.97 | 0.54 |
| Hex | E0 | 19 | FC | B | 5A | 0 | 1 | 125 | 61 | 36 |
| Octal | 340 | 31 | 374 | 13 | 132 | 0 | 1 | 445 | 141 | 66 |
| Binary | 11100000 | 11001 | 11111100 | 1011 | 1011010 | 0 | 1 | 100100101 | 1100001 | 110110 |
Color Harmonies of #E019FC
Complementary color
Monochromatic Colors of #E019FC
Black with #E019FC
Text Example
Text Example
White with #E019FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E019FC; }
p { color: rgb(224,25,252); }
H1.HeaderClassName
{
color: #E019FC;
}
.AnyTagClassName
{
color: #E019FC;
}
</style>
background-color css
<style>
a { background-color: #E019FC; }
a { background-color: rgb(224,25,252); }
div.DivClassName
{
background-color: #E019FC;
}
.BgClassName
{
background-color: #E019FC;
}
</style>
border-color css
<style>
span { border-color: #E019FC; }
span { border-color: rgb(224,25,252); }
td.TdClassName
{
border-color: #E019FC;
}
.TagClassName
{
border-color: #E019FC;
}
</style>